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