diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-02-28 18:55:58 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-03-01 00:09:50 +0000 |
commit | 9f227dc72607106641269560608b0297358adfa8 (patch) | |
tree | 4906277254f1b701f6d0c892f1477c0f56bcc93c /app/config.tests/libhomescreen/libhomescreen.cpp | |
parent | c2172e13a8209638731e3f921833cc38ada03702 (diff) |
Import latest Chinook code from CES2017 repo
Change-Id: I52a49fa8b3b8ba33157622c7bc78c6bfae793196
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'app/config.tests/libhomescreen/libhomescreen.cpp')
-rw-r--r-- | app/config.tests/libhomescreen/libhomescreen.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/config.tests/libhomescreen/libhomescreen.cpp b/app/config.tests/libhomescreen/libhomescreen.cpp new file mode 100644 index 0000000..d698b05 --- /dev/null +++ b/app/config.tests/libhomescreen/libhomescreen.cpp @@ -0,0 +1,8 @@ +#include <libhomescreen.hpp> + +int main(int argc,char **argv) +{ + LibHomeScreen libHomeScreen; + return 0; +} + |