From: jh0219.han Date: Mon, 23 Oct 2017 15:30:45 +0000 (+0900) Subject: [common][nfc][hce update] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F157205%2F1;p=test%2Ftct%2Fweb%2Fapi.git [common][nfc][hce update] Change-Id: I2e17c2ced7cdb04b330c53064e154c9dbe0fcded --- diff --git a/common/tct-nfc-tizen-tests/config.xml b/common/tct-nfc-tizen-tests/config.xml index 5aa11c133..7a618c2cb 100755 --- a/common/tct-nfc-tizen-tests/config.xml +++ b/common/tct-nfc-tizen-tests/config.xml @@ -9,5 +9,12 @@ + + + + + + diff --git a/common/tct-nfc-tizen-tests/nfcTest/nfcTest.wgt b/common/tct-nfc-tizen-tests/nfcTest/nfcTest.wgt new file mode 100644 index 000000000..6e9ac2b74 Binary files /dev/null and b/common/tct-nfc-tizen-tests/nfcTest/nfcTest.wgt differ diff --git a/common/tct-nfc-tizen-tests/nfcTest/org.tizen.tbt_hcetestappa-1.0.0-arm.tpk b/common/tct-nfc-tizen-tests/nfcTest/org.tizen.tbt_hcetestappa-1.0.0-arm.tpk new file mode 100755 index 000000000..6dbb6c644 Binary files /dev/null and b/common/tct-nfc-tizen-tests/nfcTest/org.tizen.tbt_hcetestappa-1.0.0-arm.tpk differ diff --git a/common/tct-nfc-tizen-tests/pack.py b/common/tct-nfc-tizen-tests/pack.py index e29187a0b..0ba04d037 100755 --- a/common/tct-nfc-tizen-tests/pack.py +++ b/common/tct-nfc-tizen-tests/pack.py @@ -810,7 +810,9 @@ def buildPKGAPP(build_json=None): 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 diff --git a/common/tct-nfc-tizen-tests/wallet.xml b/common/tct-nfc-tizen-tests/wallet.xml new file mode 100755 index 000000000..0323dcbe2 --- /dev/null +++ b/common/tct-nfc-tizen-tests/wallet.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file