Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / NFC / plugin_config.h
index 7f4190f..5388f9d 100755 (executable)
 #define _NFC_PLUGIN_CONFIG_H_
 
 #include <Commons/FunctionDeclaration.h>
+#include "plugin_config_impl.h"
 
 namespace DeviceAPI {
 namespace NFC {
 
-extern const char* NFC_FUNCTION_API_COMMON_FUNCS;
-extern const char* NFC_FUNCTION_API_ADMIN_FUNCS;
-extern const char* NFC_FUNCTION_API_TAG_FUNCS;
-extern const char* NFC_FUNCTION_API_P2P_FUNCS;
-extern const char* NFC_FUNCTION_API_CARDEMULATION_FUNCS;
 
 DECLARE_FUNCTION_GETTER(NFC);