1{ 2 "module": { 3 "name": "entry", 4 "type": "entry", 5 "srcEntry": "./ets/application/EntryAbilityStage.ts", 6 "description": "$string:module_desc", 7 "mainElement": "EntryAbility", 8 "deviceTypes": [ 9 "default", 10 "tablet", 11 "2in1", 12 "wearable" 13 ], 14 "deliveryWithInstall": true, 15 "installationFree": false, 16 "pages": "$profile:main_pages", 17 "abilities": [ 18 { 19 "name": "EntryAbility", 20 "srcEntry": "./ets/entryability/EntryAbility.ts", 21 "description": "$string:EntryAbility_desc", 22 "icon": "$media:icon", 23 "label": "$string:EntryAbility_label", 24 "startWindowIcon": "$media:icon", 25 "startWindowBackground": "$color:start_window_background", 26 "exported": true, 27 "skills": [ 28 { 29 "entities": [ 30 "entity.system.home" 31 ], 32 "actions": [ 33 "action.system.home" 34 ] 35 } 36 ] 37 }, 38 { 39 "name": "OtherAbility", 40 "srcEntry": "./ets/otherability/OtherAbility.ts", 41 "description": "$string:OtherAbility_desc", 42 "icon": "$media:icon", 43 "label": "$string:OtherAbility_label", 44 "startWindowIcon": "$media:icon", 45 "startWindowBackground": "$color:start_window_background", 46 "visible": true 47 } 48 ] 49 } 50}