1{ 2 "app": { 3 "bundleName": "ohos.acts.communication.nfc.nfcdevice", 4 "vendor": "acts", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "ohos.acts.communication.nfc.nfcdevice", 13 "name": ".entry_test", 14 "mainAbility": ".TestAbility", 15 "deviceType": [ 16 "tablet", 17 "default", 18 "phone", 19 "2in1", 20 "wearable" 21 ], 22 "distro": { 23 "deliveryWithInstall": true, 24 "moduleName": "nfc_standard_test", 25 "moduleType": "feature", 26 "installationFree": false 27 }, 28 "abilities": [ 29 { 30 "orientation": "unspecified", 31 "formsEnabled": false, 32 "name": ".TestAbility", 33 "srcLanguage": "js", 34 "srcPath": "TestAbility", 35 "icon": "$media:icon", 36 "description": "$string:TestAbility_desc", 37 "label": "$string:TestAbility_label", 38 "type": "page", 39 "visible": true, 40 "launchType": "standard" 41 } 42 ], 43 "js": [ 44 { 45 "pages": [ 46 "pages/index/index" 47 ], 48 "name": ".TestAbility", 49 "window": { 50 "designWidth": 720, 51 "autoDesignWidth": false 52 } 53 } 54 ], 55 "reqPermissions": [ 56 { 57 "name": "ohos.permission.NFC_CARD_EMULATION", 58 "reason": "use ohos.permission.SET_nfc_INFO" 59 }, 60 { 61 "name": "ohos.permission.NFC_TAG", 62 "reason": "use ohos.permission.NFC_TAG" 63 }, 64 { 65 "name": "ohos.permission.DISTRIBUTED_DATASYNC", 66 "reason": "ceshi" 67 } 68 ], 69 "testRunner": { 70 "name": "OpenHarmonyTestRunner", 71 "srcPath": "TestRunner" 72 }, 73 "srcPath": "", 74 "defPermissions": [ 75 { 76 "availableScope": [], 77 "grantMode": "system_grant", 78 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 79 } 80 ] 81 } 82}