Add sound manager initial source code
[staging/soundmanager.git] / sample / radio / app / config.tests / libhomescreen / libhomescreen.cpp
diff --git a/sample/radio/app/config.tests/libhomescreen/libhomescreen.cpp b/sample/radio/app/config.tests/libhomescreen/libhomescreen.cpp
new file mode 100644 (file)
index 0000000..d698b05
--- /dev/null
@@ -0,0 +1,8 @@
+#include <libhomescreen.hpp>
+
+int main(int argc,char **argv)
+{
+    LibHomeScreen libHomeScreen;
+    return 0;
+}
+