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 "apiVersion": { 10 "compatible": 4, 11 "target": 5 12 } 13 }, 14 "deviceConfig": {}, 15 "module": { 16 "package": "ohos.acts.communication.nfc.nfcdevice", 17 "name": ".entry", 18 "mainAbility": ".MainAbility", 19 "deviceType": [ 20 "tablet", 21 "default", 22 "phone", 23 "2in1", 24 "wearable" 25 ], 26 "distro": { 27 "deliveryWithInstall": true, 28 "moduleName": "nfc_standard", 29 "moduleType": "entry" 30 }, 31 "abilities": [ 32 { 33 "skills": [ 34 { 35 "entities": [ 36 "entity.system.home" 37 ], 38 "actions": [ 39 "action.system.home" 40 ] 41 } 42 ], 43 "orientation": "unspecified", 44 "formsEnabled": false, 45 "name": ".MainAbility", 46 "srcLanguage": "js", 47 "srcPath": "MainAbility", 48 "icon": "$media:icon", 49 "description": "$string:MainAbility_desc", 50 "label": "$string:MainAbility_label", 51 "type": "page", 52 "visible": true, 53 "launchType": "standard" 54 }, 55 { 56 "orientation": "unspecified", 57 "formsEnabled": false, 58 "name": ".TestAbility", 59 "srcLanguage": "js", 60 "srcPath": "TestAbility", 61 "icon": "$media:icon", 62 "description": "$string:TestAbility_desc", 63 "label": "$string:TestAbility_label", 64 "type": "page", 65 "visible": true, 66 "launchType": "standard" 67 } 68 ], 69 "js": [ 70 { 71 "pages": [ 72 "pages/index/index" 73 ], 74 "name": "default", 75 "window": { 76 "designWidth": 720, 77 "autoDesignWidth": false 78 } 79 }, 80 { 81 "pages": [ 82 "pages/index/index" 83 ], 84 "name": ".TestAbility", 85 "window": { 86 "designWidth": 720, 87 "autoDesignWidth": false 88 } 89 } 90 ], 91 "reqPermissions": [ 92 { 93 "name": "ohos.permission.NFC_CARD_EMULATION", 94 "reason": "use ohos.permission.SET_nfc_INFO" 95 }, 96 { 97 "name": "ohos.permission.NFC_TAG", 98 "reason": "use ohos.permission.NFC_TAG" 99 } 100 ], 101 "testRunner": { 102 "name": "OpenHarmonyTestRunner", 103 "srcPath": "TestRunner" 104 }, 105 "srcPath": "" 106 } 107}