extern "C" {
#endif
-#define NET_NFC_SERVICE_EMPTY_TYPE "http://tizen.org/appsvc/operation/nfc_empty_type"
-#define NET_NFC_SERVICE_WELL_KNOWN_TYPE "http://tizen.org/appsvc/operation/nfc_well_known_type"
-#define NET_NFC_SERVICE_EXTERNAL_TYPE "http://tizen.org/appsvc/operation/nfc_external_type"
-#define NET_NFC_SERVICE_MIME_TYPE "http://tizen.org/appsvc/operation/nfc_mime_type"
-#define NET_NFC_SERVICE_URI_TYPE "http://tizen.org/appsvc/operation/nfc_uri_type"
+#define NET_NFC_SERVICE_EMPTY_TYPE "http://tizen.org/appcontrol/operation/nfc_empty_type"
+#define NET_NFC_SERVICE_WELL_KNOWN_TYPE "http://tizen.org/appcontrol/operation/nfc_well_known_type"
+#define NET_NFC_SERVICE_EXTERNAL_TYPE "http://tizen.org/appcontrol/operation/nfc_external_type"
+#define NET_NFC_SERVICE_MIME_TYPE "http://tizen.org/appcontrol/operation/nfc_mime_type"
+#define NET_NFC_SERVICE_URI_TYPE "http://tizen.org/appcontrol/operation/nfc_uri_type"
/**
switch (record->TNF)\r
{\r
case NET_NFC_RECORD_WELL_KNOWN_TYPE :\r
- op_text = "http://tizen.org/appsvc/operation/nfc_well_known_type";\r
+ op_text = "http://tizen.org/appcontrol/operation/nfc_well_known_type";\r
break;\r
case NET_NFC_RECORD_MIME_TYPE :\r
{\r
if (__check_is_sbeam_record(record))\r
- op_text = "http://tizen.org/appsvc/operation/nfc_sbeam_receive";\r
+ op_text = "http://tizen.org/appcontrol/operation/nfc_sbeam_receive";\r
else\r
- op_text = "http://tizen.org/appsvc/operation/nfc_mime_type";\r
+ op_text = "http://tizen.org/appcontrol/operation/nfc_mime_type";\r
}\r
break;\r
case NET_NFC_RECORD_URI : /* Absolute URI */\r
- op_text = "http://tizen.org/appsvc/operation/nfc_uri_type";\r
+ op_text = "http://tizen.org/appcontrol/operation/nfc_uri_type";\r
break;\r
case NET_NFC_RECORD_EXTERNAL_RTD : /* external type */\r
- op_text = "http://tizen.org/appsvc/operation/nfc_external_type";\r
+ op_text = "http://tizen.org/appcontrol/operation/nfc_external_type";\r
break;\r
case NET_NFC_RECORD_EMPTY : /* empty_tag */\r
- op_text = "http://tizen.org/appsvc/operation/nfc_empty_type";\r
+ op_text = "http://tizen.org/appcontrol/operation/nfc_empty_type";\r
break;\r
case NET_NFC_RECORD_UNKNOWN : /* unknown msg. discard it */\r
case NET_NFC_RECORD_UNCHAGNED : /* RFU msg. discard it */\r
/* launch */\r
bd = bundle_create();\r
\r
- appsvc_set_operation(bd, "http://tizen.org/appsvc/operation/nfc_se_transaction");\r
+ appsvc_set_operation(bd, "http://tizen.org/appcontrol/operation/nfc_se_transaction");\r
appsvc_set_uri(bd, aid_string);\r
appsvc_add_data(bd, "data", param_string);\r
\r