<tizen:privilege name="http://tizen.org/privilege/nfc.tag"/>
<tizen:privilege name="http://tizen.org/privilege/nfc.cardemulation"/>
<tizen:application id="api1nfcTi0.WebAPINfcTests" package="api1nfcTi0" required_version="4.0"/>
+ <tizen:app-control>
+ <tizen:src name="index.html" reload="enable"/>
+ <tizen:operation name="http://tizen.org/appcontrol/operation/nfc/card_emulation/host_apdu_service"/>
+ <tizen:uri name="nfc://secure/HCE/aid/D4100000030002"/>
+ </tizen:app-control>
+ <tizen:metadata key="http://tizen.org/metadata/nfc_cardemulation"
+ value="wallet.xml"/>
<tizen:setting screen-orientation="landscape"/>
</widget>
if not doCopy(os.path.join(BUILD_ROOT_SRC, "config.xml"),
os.path.join(BUILD_ROOT_SRC_PKG_APP, "config.xml")):
return False
-
+ if not doCopy(os.path.join(BUILD_ROOT_SRC, "wallet.xml"),
+ os.path.join(BUILD_ROOT_SRC_PKG_APP, "wallet.xml")):
+ return False
hosted_app = False
if safelyGetValue(build_json, "hosted-app") == "true":
hosted_app = True
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<application name="tct-nfc-tizen-tests">
+ <wallet>
+ <aid-group category = "payment">
+ <aid aid = "A0000000041020" se_type = "hce" unlock = "false" power = "on"/>
+ </aid-group>
+ <aid-group category = "other">
+ <aid aid = "D4100000030002" se_type = "hce" unlock = "false" power = "on"/>
+ </aid-group>
+ </wallet>
+</application>
\ No newline at end of file