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 ], 13 "deliveryWithInstall": true, 14 "installationFree": false, 15 "uiSyntax": "ets", 16 "pages": "$profile:main_pages", 17 "abilities": [ 18 { 19 "name": "com.example.second.MainAbility", 20 "srcEntrance": "./ets/MainAbility/MainAbility.ts", 21 "description": "$string:phone_entry_main", 22 "icon": "$media:icon", 23 "label": "$string:entry_label", 24 "visible": true, 25 "orientation": "portrait", 26 "launchType": "singleton", 27 "skills": [ 28 { 29 "actions": [ 30 "action.system.home" 31 ], 32 "entities":[ 33 "entity.system.home" 34 ] 35 } 36 ] 37 } 38 ] 39 } 40} 41