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": ".TestAbility", 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": "TestAbility", 39 "name": ".TestAbility", 40 "srcLanguage": "ets", 41 "icon": "$media:icon", 42 "description": "$string:TestAbility_desc", 43 "formsEnabled": false, 44 "label": "$string:TestAbility_label", 45 "type": "page", 46 "launchType": "singleton" 47 }, 48 { 49 "skills": [ 50 { 51 "entities": [ 52 "entity.system.home" 53 ], 54 "actions": [ 55 "action.system.home" 56 ] 57 } 58 ], 59 "orientation": "unspecified", 60 "visible": true, 61 "srcPath": "MainAbility", 62 "name": ".MainAbility", 63 "srcLanguage": "ets", 64 "icon": "$media:icon", 65 "description": "$string:MainAbility_desc", 66 "formsEnabled": false, 67 "label": "$string:MainAbility_label", 68 "type": "page", 69 "launchType": "singleton" 70 }, 71 { 72 "name": ".DataAbility", 73 "srcLanguage": "ets", 74 "srcPath": "DataAbility", 75 "icon": "$media:icon", 76 "description": "$string:DataAbility_desc", 77 "type": "data", 78 "uri": "dataability://ohos.acts.aafwk.test.fasupplement.DataAbility" 79 } 80 ], 81 "distro": { 82 "moduleType": "feature", 83 "installationFree": false, 84 "deliveryWithInstall": true, 85 "moduleName": "entry_test" 86 }, 87 "srcPath": "", 88 "name": ".entry_test", 89 "package": "ohos.acts.aafwk.test.fasupplement_test", 90 "js": [ 91 { 92 "mode": { 93 "syntax": "ets", 94 "type": "pageAbility" 95 }, 96 "pages": [ 97 "pages/index" 98 ], 99 "name": ".TestAbility", 100 "window": { 101 "designWidth": 720, 102 "autoDesignWidth": false 103 } 104 }, 105 { 106 "mode": { 107 "syntax": "ets", 108 "type": "pageAbility" 109 }, 110 "pages": [ 111 "pages/index" 112 ], 113 "name": ".MainAbility", 114 "window": { 115 "designWidth": 720, 116 "autoDesignWidth": false 117 } 118 } 119 ], 120 "testRunner": { 121 "name": "OpenHarmonyTestRunner", 122 "srcPath": "TestRunner" 123 } 124 } 125}