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