Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / NFC / plugin_config.cpp
index 31d1ca2..fda5f11 100755 (executable)
 namespace DeviceAPI {
 namespace NFC {
 
-const char* NFC_FUNCTION_API_COMMON_FUNCS = "NFCCommonFunctions";
-const char* NFC_FUNCTION_API_ADMIN_FUNCS = "NFCAdminFunctions";
-const char* NFC_FUNCTION_API_TAG_FUNCS = "NFCTagFunctions";
-const char* NFC_FUNCTION_API_P2P_FUNCS = "NFCP2PFunctions";
-const char* NFC_FUNCTION_API_CARDEMULATION_FUNCS = "NFCCardEmulationFunctions";
-
 static WrtDeviceApis::Commons::FunctionMapping createNFCFunctions();
 
 static WrtDeviceApis::Commons::FunctionMapping NFCFunctions =
     createNFCFunctions();
 
-#pragma GCC visibility push(default)
-
 DEFINE_FUNCTION_GETTER(NFC, NFCFunctions);
 
-#pragma GCC visibility pop
-
 static WrtDeviceApis::Commons::FunctionMapping createNFCFunctions()
 {
     using namespace WrtDeviceApis::Commons;