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 "tablet", 17 "default", 18 "phone" 19 ], 20 "distro": { 21 "deliveryWithInstall": true, 22 "moduleName": "entry", 23 "moduleType": "entry", 24 "installationFree": false 25 }, 26 "abilities": [ 27 { 28 "skills": [ 29 { 30 "entities": [ 31 "entity.system.home" 32 ], 33 "actions": [ 34 "action.system.home" 35 ] 36 } 37 ], 38 "orientation": "unspecified", 39 "visible": true, 40 "srcPath": "RemoteAbility", 41 "name": ".RemoteAbility", 42 "srcLanguage": "ets", 43 "icon": "$media:icon", 44 "description": "$string:description_remoteability", 45 "formsEnabled": false, 46 "label": "$string:entry_MainAbility", 47 "type": "page", 48 "launchType": "standard" 49 }, 50 { 51 "orientation": "unspecified", 52 "visible": true, 53 "srcPath": "LocalAbility", 54 "name": ".LocalAbility", 55 "srcLanguage": "ets", 56 "icon": "$media:icon", 57 "description": "$string:description_localability", 58 "formsEnabled": false, 59 "label": "$string:entry_MainAbility", 60 "type": "page", 61 "launchType": "standard" 62 }, 63 { 64 "visible": true, 65 "srcPath": "ServiceAbility", 66 "name": ".ServiceAbility", 67 "icon": "$media:icon", 68 "srcLanguage": "ets", 69 "description": "$string:description_serviceability", 70 "type": "service" 71 } 72 ], 73 "js": [ 74 { 75 "mode": { 76 "syntax": "ets", 77 "type": "pageAbility" 78 }, 79 "pages": [ 80 "pages/index" 81 ], 82 "name": ".RemoteAbility", 83 "window": { 84 "designWidth": 720, 85 "autoDesignWidth": false 86 } 87 }, 88 { 89 "mode": { 90 "syntax": "ets", 91 "type": "pageAbility" 92 }, 93 "pages": [ 94 "pages/index" 95 ], 96 "name": ".LocalAbility", 97 "window": { 98 "designWidth": 720, 99 "autoDesignWidth": false 100 } 101 } 102 ] 103 } 104}