1{ 2 "module": { 3 "name": "phone_photos_test", 4 "type": "feature", 5 "srcEntry": "./ets/TestAbility/TestAbility.ts", 6 "description": "$string:entry_test_desc", 7 "mainElement": "TestAbility", 8 "deviceTypes": [ 9 "default" 10 ], 11 "deliveryWithInstall": true, 12 "installationFree": false, 13 "pages": "$profile:test_pages", 14 "abilities": [ 15 { 16 "name": "TestAbility", 17 "srcEntry": "./ets/TestAbility/TestAbility.ts", 18 "description": "$string:TestAbility_desc", 19 "icon": "$media:icon", 20 "label": "$string:TestAbility_label", 21 "visible": true, 22 "skills": [ 23 { 24 "actions": [ 25 "action.system.home" 26 ], 27 "entities": [ 28 "entity.system.home" 29 ] 30 } 31 ] 32 } 33 ] 34 } 35}