Seperate the API macros
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / environment-variable.h
index 96b0c4a..b258d31 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_ENVIRONMENT_VARIABLE_H__
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +17,8 @@
  * limitations under the License.
  */
 
-#include <dali/public-api/common/dali-common.h>
+// INTERNAL INCLUDES
+#include <dali/public-api/dali-adaptor-common.h>
 
 namespace Dali
 {
@@ -31,7 +32,7 @@ namespace EnvironmentVariable
  * @param[in] variable Null-terminated character string identifying the name of the environmental variable to look for.
  * @return A C-string containing the value of the specified environment variable.
  */
-DALI_IMPORT_API const char * GetEnvironmentVariable( const char * variable );
+DALI_ADAPTOR_API const char * GetEnvironmentVariable( const char * variable );
 
 } // namespace EnvironmentVariable