Adding GetResourcePath API to framework.h
[platform/core/uifw/dali-adaptor.git] / adaptors / ubuntu / adaptor-impl-ubuntu.cpp
index 118816e..7574dc7 100644 (file)
@@ -32,6 +32,11 @@ void Adaptor::GetDataStoragePath( std::string& path)
   path = DALI_SHADERBIN_DIR;
 }
 
+void Adaptor::GetAppId( std::string& appId )
+{
+  appId = "";
+}
+
 } // namespace Adaptor
 
 } // namespace Internal