1{ 2 "module": { 3 "name": "com.example.second", 4 "process": "com.example.secondprocess", 5 "type": "feature", 6 "srcEntrance": "./ets/Application/AbilityStage.ts", 7 "description": "$string:phone_entry_dsc", 8 "mainElement": "MainAbility", 9 "deviceTypes": [ 10 "default", 11 "tablet", 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.example.second.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 "launchType": "singleton", 29 "skills": [ 30 { 31 "actions": [ 32 "action.system.home" 33 ], 34 "entities": [ 35 "entity.system.home" 36 ] 37 } 38 ] 39 } 40 ] 41 } 42}