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 "tablet", 61 "default", 62 "phone", 63 "tablet", 64 "tv", 65 "wearable", 66 "2in1", 67 "wearable" 68 ], 69 "mainAbility": ".MainAbility", 70 "distro": { 71 "moduleType": "entry", 72 "installationFree": false, 73 "deliveryWithInstall": true, 74 "moduleName": "entry" 75 }, 76 "reqPermissions": [ 77 { 78 "name": "ohos.permission.GET_BUNDLE_INFO", 79 "reason": "use ohos.permission.GET_BUNDLE_INFO" 80 }, 81 { 82 "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", 83 "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" 84 }, 85 { 86 "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", 87 "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" 88 }, 89 { 90 "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", 91 "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" 92 }, 93 { 94 "name": "ohos.permission.MEDIA_LOCATION", 95 "reason": "use ohos.permission.MEDIA_LOCATION" 96 }, 97 { 98 "name": "ohos.permission.READ_MEDIA", 99 "reason": "use ohos.permission.READ_MEDIA" 100 }, 101 { 102 "name": "ohos.permission.WRITE_MEDIA", 103 "reason": "use ohos.permission.WRITE_MEDIA" 104 } 105 ], 106 "package": "ohos.acts.multimedia.image", 107 "name": ".entry", 108 "js": [ 109 { 110 "pages": [ 111 "pages/index/index" 112 ], 113 "name": "default", 114 "window": { 115 "designWidth": 720, 116 "autoDesignWidth": true 117 } 118 }, 119 { 120 "pages": [ 121 "pages/index/index" 122 ], 123 "name": ".TestAbility", 124 "window": { 125 "designWidth": 720, 126 "autoDesignWidth": false 127 } 128 } 129 ], 130 "testRunner": { 131 "name": "OpenHarmonyTestRunner", 132 "srcPath": "TestRunner" 133 }, 134 "srcPath": "" 135 } 136}