1{ 2 "app": { 3 "apiVersion": { 4 "compatible": 9, 5 "releaseType": "Beta1", 6 "target": 9 7 }, 8 "vendor": "acts", 9 "bundleName": "ohos.acts.multimedia.image", 10 "version": { 11 "code": 1000000, 12 "name": "1.0.0" 13 } 14 }, 15 "deviceConfig": { 16 "default": { 17 "debug": true 18 } 19 }, 20 "module": { 21 "abilities": [ 22 { 23 "skills": [ 24 { 25 "entities": [ 26 "entity.system.home" 27 ], 28 "actions": [ 29 "action.system.home" 30 ] 31 } 32 ], 33 "orientation": "unspecified", 34 "formsEnabled": false, 35 "name": ".MainAbility", 36 "srcLanguage": "js", 37 "srcPath": "MainAbility", 38 "icon": "$media:icon", 39 "description": "$string:MainAbility_desc", 40 "label": "$string:MainAbility_label", 41 "type": "page", 42 "visible": true, 43 "launchType": "standard" 44 }, 45 { 46 "orientation": "unspecified", 47 "formsEnabled": false, 48 "name": ".TestAbility", 49 "srcLanguage": "js", 50 "srcPath": "TestAbility", 51 "icon": "$media:icon", 52 "description": "$string:TestAbility_desc", 53 "label": "$string:TestAbility_label", 54 "type": "page", 55 "visible": true, 56 "launchType": "standard" 57 } 58 ], 59 "deviceType": [ 60 "default" 61 ], 62 "mainAbility": ".MainAbility", 63 "distro": { 64 "moduleType": "entry", 65 "installationFree": false, 66 "deliveryWithInstall": true, 67 "moduleName": "entry" 68 }, 69 "reqPermissions": [ 70 { 71 "name": "ohos.permission.GET_BUNDLE_INFO", 72 "reason": "use ohos.permission.GET_BUNDLE_INFO" 73 }, 74 { 75 "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", 76 "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" 77 }, 78 { 79 "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", 80 "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" 81 }, 82 { 83 "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", 84 "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" 85 }, 86 { 87 "name": "ohos.permission.MEDIA_LOCATION", 88 "reason": "use ohos.permission.MEDIA_LOCATION" 89 }, 90 { 91 "name": "ohos.permission.READ_MEDIA", 92 "reason": "use ohos.permission.READ_MEDIA" 93 }, 94 { 95 "name": "ohos.permission.WRITE_MEDIA", 96 "reason": "use ohos.permission.WRITE_MEDIA" 97 } 98 ], 99 "package": "ohos.acts.multimedia.image", 100 "name": ".entry", 101 "js": [ 102 { 103 "pages": [ 104 "pages/index/index" 105 ], 106 "name": "default", 107 "window": { 108 "designWidth": 720, 109 "autoDesignWidth": true 110 } 111 }, 112 { 113 "pages": [ 114 "pages/index/index" 115 ], 116 "name": ".TestAbility", 117 "window": { 118 "designWidth": 720, 119 "autoDesignWidth": false 120 } 121 } 122 ], 123 "testRunner": { 124 "name": "OpenHarmonyTestRunner", 125 "srcPath": "TestRunner" 126 }, 127 "srcPath": "" 128 } 129}