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