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