1{ 2 "app": { 3 "vendor": "example", 4 "bundleName": "ohos.acts.aafwk.test.fasupplement", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 }, 9 "apiVersion": { 10 "compatible": 8, 11 "releaseType": "Release", 12 "target": 8 13 } 14 }, 15 "deviceConfig": {}, 16 "module": { 17 "mainAbility": ".MainAbility", 18 "deviceType": [ 19 "default", 20 "tablet", 21 "2in1", 22 "wearable" 23 ], 24 "abilities": [ 25 { 26 "skills": [ 27 { 28 "entities": [ 29 "entity.system.home" 30 ], 31 "actions": [ 32 "action.system.home" 33 ] 34 } 35 ], 36 "orientation": "unspecified", 37 "visible": true, 38 "srcPath": "MainAbility", 39 "name": ".MainAbility", 40 "srcLanguage": "ets", 41 "icon": "$media:icon", 42 "description": "$string:MainAbility_desc", 43 "formsEnabled": false, 44 "label": "$string:MainAbility_label", 45 "type": "page", 46 "launchType": "singleton" 47 }, 48 { 49 "name": ".DataAbility", 50 "srcLanguage": "ets", 51 "srcPath": "DataAbility", 52 "icon": "$media:icon", 53 "description": "$string:DataAbility_desc", 54 "type": "data", 55 "uri": "dataability://ohos.acts.aafwk.test.fasupplement.DataAbility" 56 } 57 ], 58 "distro": { 59 "moduleType": "entry", 60 "installationFree": false, 61 "deliveryWithInstall": true, 62 "moduleName": "entry" 63 }, 64 "package": "ohos.acts.aafwk.test.fasupplement", 65 "srcPath": "", 66 "name": ".entry", 67 "js": [ 68 { 69 "mode": { 70 "syntax": "ets", 71 "type": "pageAbility" 72 }, 73 "pages": [ 74 "pages/index" 75 ], 76 "name": ".MainAbility", 77 "window": { 78 "designWidth": 720, 79 "autoDesignWidth": false 80 } 81 }, 82 { 83 "mode": { 84 "syntax": "ets", 85 "type": "pageAbility" 86 }, 87 "pages": [ 88 "pages/index" 89 ], 90 "name": ".MainAbility2", 91 "window": { 92 "designWidth": 720, 93 "autoDesignWidth": false 94 } 95 } 96 ], 97 "defPermissions": [ 98 { 99 "name": "ohos.acts.aafwk.test.fasupplement.DataAbilityShellProvider.PROVIDER" 100 } 101 ] 102 } 103}