1{ 2 "module": { 3 "name": "phone", 4 "type": "entry", 5 "srcEntrance": "./ets/Application/AbilityStage.ts", 6 "description": "$string:phone_entry_dsc", 7 "mainElement": "MainAbility", 8 "deviceTypes": [ 9 "tablet", 10 "default", 11 "phone", 12 "2in1", 13 "wearable" 14 ], 15 "deliveryWithInstall": true, 16 "installationFree": false, 17 "uiSyntax": "ets", 18 "pages": "$profile:main_pages", 19 "abilities": [ 20 { 21 "name": "com.open.harmony.aceEtsAttrLack.MainAbility", 22 "srcEntrance": "./ets/MainAbility/MainAbility.ts", 23 "description": "$string:phone_entry_main", 24 "icon": "$media:icon", 25 "label": "$string:entry_label", 26 "visible": true, 27 "orientation": "portrait", 28 "skills": [ 29 { 30 "actions": [ 31 "action.system.home" 32 ], 33 "entities": [ 34 "entity.system.home" 35 ] 36 } 37 ] 38 } 39 ] 40 } 41}