1{ 2 "app": { 3 "bundleName": "ohos.dms.etsDemo", 4 "vendor": "dms", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "ohos.dms.etsDemo", 13 "name": ".MyApplication", 14 "mainAbility": ".RemoteAbility", 15 "deviceType": [ 16 "phone" 17 ], 18 "distro": { 19 "deliveryWithInstall": true, 20 "moduleName": "entry", 21 "moduleType": "entry", 22 "installationFree": false 23 }, 24 "abilities": [ 25 { 26 "skills": [ 27 { 28 "entities": [ 29 "entity.system.home" 30 ], 31 "actions": [ 32 "action.system.home" 33 ] 34 } 35 ], 36 "orientation": "unspecified", 37 "visible": true, 38 "srcPath": "RemoteAbility", 39 "name": ".RemoteAbility", 40 "srcLanguage": "ets", 41 "icon": "$media:icon", 42 "description": "$string:description_remoteability", 43 "formsEnabled": false, 44 "label": "$string:entry_MainAbility", 45 "type": "page", 46 "launchType": "standard" 47 }, 48 { 49 "orientation": "unspecified", 50 "visible": true, 51 "srcPath": "LocalAbility", 52 "name": ".LocalAbility", 53 "srcLanguage": "ets", 54 "icon": "$media:icon", 55 "description": "$string:description_localability", 56 "formsEnabled": false, 57 "label": "$string:entry_MainAbility", 58 "type": "page", 59 "launchType": "standard" 60 }, 61 { 62 "visible": true, 63 "srcPath": "ServiceAbility", 64 "name": ".ServiceAbility", 65 "icon": "$media:icon", 66 "srcLanguage": "ets", 67 "description": "$string:description_serviceability", 68 "type": "service" 69 } 70 ], 71 "js": [ 72 { 73 "mode": { 74 "syntax": "ets", 75 "type": "pageAbility" 76 }, 77 "pages": [ 78 "pages/index" 79 ], 80 "name": ".RemoteAbility", 81 "window": { 82 "designWidth": 720, 83 "autoDesignWidth": false 84 } 85 }, 86 { 87 "mode": { 88 "syntax": "ets", 89 "type": "pageAbility" 90 }, 91 "pages": [ 92 "pages/index" 93 ], 94 "name": ".LocalAbility", 95 "window": { 96 "designWidth": 720, 97 "autoDesignWidth": false 98 } 99 } 100 ] 101 } 102}