提交 814ed21b 编写于 作者: T txl000

新增2in1设备类型-telephone-xts_lite

Signed-off-by: Ntxl000 <tangxianglei@huawei.com>
上级 0c224c4c
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"package": "com.ohos.actscallmanagerims2calltest", "package": "com.ohos.actscallmanagerims2calltest",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -68,16 +69,16 @@ ...@@ -68,16 +69,16 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.WRITE_CONTACTS", "name": "ohos.permission.WRITE_CONTACTS",
"reason":"need use ohos.permission.WRITE_CONTACTS" "reason": "need use ohos.permission.WRITE_CONTACTS"
}, },
{ {
"name":"ohos.permission.READ_CONTACTS", "name": "ohos.permission.READ_CONTACTS",
"reason":"need use ohos.permission.READ_CONTACTS" "reason": "need use ohos.permission.READ_CONTACTS"
}, },
{ {
"name":"ohos.permission.PLACE_CALL", "name": "ohos.permission.PLACE_CALL",
"reason":"need use ohos.permission.PLACE_CALL" "reason": "need use ohos.permission.PLACE_CALL"
} }
], ],
"js": [ "js": [
......
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"package": "com.ohos.cellulardata", "package": "com.ohos.cellulardata",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -68,12 +69,12 @@ ...@@ -68,12 +69,12 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
}, },
{ {
"name":"ohos.permission.INTERNET", "name": "ohos.permission.INTERNET",
"reason":"need use ohos.permission.INTERNET" "reason": "need use ohos.permission.INTERNET"
} }
], ],
"js": [ "js": [
......
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"package": "com.ohos.actshttpscertificatetest", "package": "com.ohos.actshttpscertificatetest",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -68,8 +69,8 @@ ...@@ -68,8 +69,8 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name" : "ohos.permission.INTERNET", "name": "ohos.permission.INTERNET",
"reason" : "need use ohos.permission.INTERNET" "reason": "need use ohos.permission.INTERNET"
} }
], ],
"js": [ "js": [
......
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"package": "com.ohos.dns", "package": "com.ohos.dns",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -68,12 +69,12 @@ ...@@ -68,12 +69,12 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
}, },
{ {
"name":"ohos.permission.INTERNET", "name": "ohos.permission.INTERNET",
"reason":"need use ohos.permission.INTERNET" "reason": "need use ohos.permission.INTERNET"
} }
], ],
"js": [ "js": [
......
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"package": "com.ohos.jshttp", "package": "com.ohos.jshttp",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -68,12 +69,12 @@ ...@@ -68,12 +69,12 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
}, },
{ {
"name":"ohos.permission.INTERNET", "name": "ohos.permission.INTERNET",
"reason":"need use ohos.permission.INTERNET" "reason": "need use ohos.permission.INTERNET"
} }
], ],
"js": [ "js": [
......
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"abilities": [ "abilities": [
{ {
...@@ -65,7 +66,7 @@ ...@@ -65,7 +66,7 @@
}, },
"package": "com.ohos.network_nopermission", "package": "com.ohos.network_nopermission",
"name": ".entry", "name": ".entry",
"srcPath":"", "srcPath": "",
"js": [ "js": [
{ {
"pages": [ "pages": [
......
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"abilities": [ "abilities": [
{ {
...@@ -60,8 +61,8 @@ ...@@ -60,8 +61,8 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
} }
], ],
"distro": { "distro": {
......
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"abilities": [ "abilities": [
{ {
...@@ -60,8 +61,8 @@ ...@@ -60,8 +61,8 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
} }
], ],
"distro": { "distro": {
......
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"package": "com.ohos.register", "package": "com.ohos.register",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -68,12 +69,12 @@ ...@@ -68,12 +69,12 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
}, },
{ {
"name":"ohos.permission.INTERNET", "name": "ohos.permission.INTERNET",
"reason":"need use ohos.permission.INTERNET" "reason": "need use ohos.permission.INTERNET"
} }
], ],
"js": [ "js": [
......
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"package": "com.ohos.socket", "package": "com.ohos.socket",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -68,12 +69,12 @@ ...@@ -68,12 +69,12 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
}, },
{ {
"name":"ohos.permission.INTERNET", "name": "ohos.permission.INTERNET",
"reason":"need use ohos.permission.INTERNET" "reason": "need use ohos.permission.INTERNET"
} }
], ],
"js": [ "js": [
......
...@@ -16,12 +16,13 @@ ...@@ -16,12 +16,13 @@
"module": { "module": {
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone", "phone",
"tablet" "tablet",
"2in1"
], ],
"abilities": [ "abilities": [
{ {
...@@ -69,8 +70,8 @@ ...@@ -69,8 +70,8 @@
}, },
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.INTERNET", "name": "ohos.permission.INTERNET",
"reason":"need use ohos.permission.INTERNET" "reason": "need use ohos.permission.INTERNET"
} }
], ],
"package": "com.ohos.system_fetch", "package": "com.ohos.system_fetch",
......
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -69,12 +70,12 @@ ...@@ -69,12 +70,12 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
}, },
{ {
"name":"ohos.permission.INTERNET", "name": "ohos.permission.INTERNET",
"reason":"need use ohos.permission.INTERNET" "reason": "need use ohos.permission.INTERNET"
} }
], ],
"js": [ "js": [
...@@ -102,7 +103,6 @@ ...@@ -102,7 +103,6 @@
"pages/Counter", "pages/Counter",
"pages/Flex", "pages/Flex",
"pages/GridContainer" "pages/GridContainer"
], ],
"name": ".MainAbility", "name": ".MainAbility",
"window": { "window": {
......
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -73,12 +74,12 @@ ...@@ -73,12 +74,12 @@
"reason": "need use ohos.permission.LOCATION" "reason": "need use ohos.permission.LOCATION"
}, },
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
}, },
{ {
"name":"ohos.permission.INTERNET", "name": "ohos.permission.INTERNET",
"reason":"need use ohos.permission.INTERNET" "reason": "need use ohos.permission.INTERNET"
} }
], ],
"js": [ "js": [
...@@ -106,7 +107,6 @@ ...@@ -106,7 +107,6 @@
"pages/Counter", "pages/Counter",
"pages/Flex", "pages/Flex",
"pages/GridContainer" "pages/GridContainer"
], ],
"name": ".MainAbility", "name": ".MainAbility",
"window": { "window": {
......
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"package": "com.ohos.networksearch", "package": "com.ohos.networksearch",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -68,12 +69,12 @@ ...@@ -68,12 +69,12 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
}, },
{ {
"name":"ohos.permission.INTERNET", "name": "ohos.permission.INTERNET",
"reason":"need use ohos.permission.INTERNET" "reason": "need use ohos.permission.INTERNET"
} }
], ],
"js": [ "js": [
......
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -69,8 +70,8 @@ ...@@ -69,8 +70,8 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
} }
], ],
"js": [ "js": [
...@@ -98,7 +99,6 @@ ...@@ -98,7 +99,6 @@
"pages/Counter", "pages/Counter",
"pages/Flex", "pages/Flex",
"pages/GridContainer" "pages/GridContainer"
], ],
"name": ".MainAbility", "name": ".MainAbility",
"window": { "window": {
......
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -69,8 +70,8 @@ ...@@ -69,8 +70,8 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
} }
], ],
"js": [ "js": [
...@@ -98,7 +99,6 @@ ...@@ -98,7 +99,6 @@
"pages/Counter", "pages/Counter",
"pages/Flex", "pages/Flex",
"pages/GridContainer" "pages/GridContainer"
], ],
"name": ".MainAbility", "name": ".MainAbility",
"window": { "window": {
......
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"package": "com.ohos.simmanagertest", "package": "com.ohos.simmanagertest",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"package": "com.ohos.smsmms", "package": "com.ohos.smsmms",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
"package": "com.ohos.call_manager", "package": "com.ohos.call_manager",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -68,8 +69,8 @@ ...@@ -68,8 +69,8 @@
], ],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_NETWORK_INFO", "name": "ohos.permission.GET_NETWORK_INFO",
"reason":"need use ohos.permission.GET_NETWORK_INFO" "reason": "need use ohos.permission.GET_NETWORK_INFO"
} }
], ],
"js": [ "js": [
......
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"moduleType": "entry", "moduleType": "entry",
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
"package": "com.acts.theme.screenlocktest", "package": "com.acts.theme.screenlocktest",
"name": ".MyApplication", "name": ".MyApplication",
"mainAbility": "com.acts.theme.screenlocktest.MainAbility", "mainAbility": "com.acts.theme.screenlocktest.MainAbility",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
"package": "com.acts.theme.wallpaperauthoritytest", "package": "com.acts.theme.wallpaperauthoritytest",
"name": ".MyApplication", "name": ".MyApplication",
"mainAbility": "com.acts.theme.wallpaperauthoritytest.MainAbility", "mainAbility": "com.acts.theme.wallpaperauthoritytest.MainAbility",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default" "default",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
"package": "com.acts.theme.wallpapertest", "package": "com.acts.theme.wallpapertest",
"name": ".MyApplication", "name": ".MyApplication",
"mainAbility": "com.acts.theme.wallpapertest.MainAbility", "mainAbility": "com.acts.theme.wallpapertest.MainAbility",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default" "default",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default" "default",
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default" "default",
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -36,12 +37,12 @@ ...@@ -36,12 +37,12 @@
], ],
"requestPermissions": [ "requestPermissions": [
{ {
"name":"ohos.permission.SET_TIME", "name": "ohos.permission.SET_TIME",
"reason":"need use ohos.permission.SET_TIME." "reason": "need use ohos.permission.SET_TIME."
}, },
{ {
"name":"ohos.permission.SET_TIME_ZONE", "name": "ohos.permission.SET_TIME_ZONE",
"reason":"need use ohos.permission.SET_TIME_ZONE." "reason": "need use ohos.permission.SET_TIME_ZONE."
} }
] ]
} }
......
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
"phone", "phone",
"tablet", "tablet",
"tv", "tv",
"wearable" "wearable",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
"phone", "phone",
"tablet", "tablet",
"tv", "tv",
"wearable" "wearable",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -91,7 +92,6 @@ ...@@ -91,7 +92,6 @@
} }
} }
], ],
"testRunner": { "testRunner": {
"name": "OpenHarmonyTestRunner", "name": "OpenHarmonyTestRunner",
"srcPath": "TestRunner" "srcPath": "TestRunner"
......
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
"phone", "phone",
"tablet", "tablet",
"tv", "tv",
"wearable" "wearable",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet" "tablet",
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"tablet", "tablet",
"default", "default",
"phone", "phone",
"tablet" "tablet",
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
......
...@@ -7,13 +7,15 @@ ...@@ -7,13 +7,15 @@
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default" "default",
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [{ "abilities": [
{
"name": "com.example.DeviceAttest.MainAbility", "name": "com.example.DeviceAttest.MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:phone_entry_main", "description": "$string:phone_entry_main",
...@@ -21,15 +23,17 @@ ...@@ -21,15 +23,17 @@
"label": "$string:entry_label", "label": "$string:entry_label",
"visible": true, "visible": true,
"orientation": "portrait", "orientation": "portrait",
"skills": [{ "skills": [
{
"actions": [ "actions": [
"action.system.home" "action.system.home"
], ],
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
] ]
}] }
}] ]
}
]
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册