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", 14 "mainAbility": ".MainAbility", 15 "deviceType": [ 16 "tablet", 17 "default", 18 "phone", 19 "2in1", 20 "wearable" 21 ], 22 "distro": { 23 "deliveryWithInstall": true, 24 "moduleName": "nfc_standard", 25 "moduleType": "entry", 26 "installationFree": false 27 }, 28 "abilities": [ 29 { 30 "skills": [ 31 { 32 "entities": [ 33 "entity.system.home" 34 ], 35 "actions": [ 36 "action.system.home" 37 ] 38 } 39 ], 40 "orientation": "unspecified", 41 "formsEnabled": false, 42 "name": ".MainAbility", 43 "srcLanguage": "js", 44 "srcPath": "MainAbility", 45 "icon": "$media:icon", 46 "description": "$string:MainAbility_desc", 47 "label": "$string:MainAbility_label", 48 "type": "page", 49 "visible": true, 50 "launchType": "standard" 51 } 52 ], 53 "js": [ 54 { 55 "pages": [ 56 "pages/index/index" 57 ], 58 "name": ".MainAbility", 59 "window": { 60 "designWidth": 720, 61 "autoDesignWidth": false 62 } 63 } 64 ], 65 "reqPermissions": [ 66 { 67 "name": "ohos.permission.NFC_CARD_EMULATION", 68 "reason": "use ohos.permission.SET_nfc_INFO" 69 }, 70 { 71 "name": "ohos.permission.NFC_TAG", 72 "reason": "use ohos.permission.NFC_TAG" 73 } 74 ], 75 "srcPath": "" 76 } 77}