1{ 2 "app": { 3 "bundleName": "ohos.acts.resourceschedule.reminderagentMgr.js.function", 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.resourceschedule.reminderagentMgr.js.function", 17 "name": ".entry_test", 18 "mainAbility": ".TestAbility", 19 "deviceType": [ 20 "wearable", 21 "default", 22 "tablet", 23 "2in1" 24 ], 25 "distro": { 26 "deliveryWithInstall": true, 27 "moduleName": "entry_test", 28 "moduleType": "feature", 29 "installationFree": false 30 }, 31 "reqPermissions": [ 32 { 33 "name": "ohos.permission.PUBLISH_AGENT_REMINDER", 34 "reason": "SYSTEM_GRANT", 35 "usedScene": { 36 "ability": [ 37 ".FormAbility" 38 ], 39 "when": "inuse" 40 } 41 } 42 ], 43 "abilities": [ 44 { 45 "skills": [ 46 { 47 "entities": [ 48 "entity.system.home" 49 ], 50 "actions": [ 51 "action.system.home" 52 ] 53 } 54 ], 55 "orientation": "unspecified", 56 "formsEnabled": false, 57 "name": ".TestAbility", 58 "srcLanguage": "js", 59 "srcPath": "TestAbility", 60 "icon": "$media:icon", 61 "description": "$string:TestAbility_desc", 62 "label": "$string:TestAbility_label", 63 "type": "page", 64 "visible": true, 65 "launchType": "standard" 66 } 67 ], 68 "js": [ 69 { 70 "pages": [ 71 "pages/index/index" 72 ], 73 "name": ".TestAbility", 74 "window": { 75 "designWidth": 720, 76 "autoDesignWidth": false 77 } 78 } 79 ], 80 "testRunner": { 81 "name": "OpenHarmonyTestRunner", 82 "srcPath": "TestRunner" 83 } 84 } 85}