1{ 2 "module": { 3 "name": "entry_test", 4 "type": "feature", 5 "description": "$string:module_test_desc", 6 "mainElement": "TestAbility", 7 "deviceTypes": [ 8 "default", 9 "tablet" 10 ], 11 "deliveryWithInstall": true, 12 "installationFree": false, 13 "pages": "$profile:test_pages", 14 "metadata": [{ 15 "name": "ArkTSPartialUpdate", 16 "value": "true" 17 }], 18 "abilities": [ 19 { 20 "name": "TestAbility", 21 "srcEntrance": "./ets/TestAbility/TestAbility.ets", 22 "description": "$string:TestAbility_desc", 23 "icon": "$media:icon", 24 "label": "$string:TestAbility_label", 25 "visible": true, 26 "startWindowIcon": "$media:icon", 27 "startWindowBackground": "$color:start_window_background", 28 "skills": [ 29 { 30 "actions": [ 31 "action.system.home" 32 ], 33 "entities": [ 34 "entity.system.home" 35 ] 36 } 37 ] 38 } 39 ] 40 } 41} 42