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 { 16 "name": "ArkTSPartialUpdate", 17 "value": "true" 18 } 19 ], 20 "abilities": [ 21 { 22 "name": "TestAbility", 23 "srcEntrance": "./ets/TestAbility/TestAbility.ets", 24 "description": "$string:TestAbility_desc", 25 "icon": "$media:icon", 26 "label": "$string:TestAbility_label", 27 "visible": true, 28 "startWindowIcon": "$media:icon", 29 "startWindowBackground": "$color:start_window_background", 30 "skills": [ 31 { 32 "actions": [ 33 "action.system.home" 34 ], 35 "entities": [ 36 "entity.system.home" 37 ] 38 } 39 ] 40 } 41 ] 42 } 43} 44