修复xts
Signed-off-by: yaofangyong <14130401+sanbaoyao@user.noreply.gitee.com> signoff
This commit is contained in:
parent
090c081345
commit
f56f56dc9f
|
@ -6,8 +6,7 @@
|
||||||
"description": "$string:entry_desc",
|
"description": "$string:entry_desc",
|
||||||
"mainElement": "MainAbility",
|
"mainElement": "MainAbility",
|
||||||
"deviceTypes": [
|
"deviceTypes": [
|
||||||
"default",
|
"default", "tablet", "phone", "tv", "wearable", "car", "2in1"
|
||||||
"tablet"
|
|
||||||
],
|
],
|
||||||
"deliveryWithInstall": true,
|
"deliveryWithInstall": true,
|
||||||
"installationFree": false,
|
"installationFree": false,
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"srcEntry": "./ets/testability/TestAbility.ets",
|
"srcEntry": "./ets/testability/TestAbility.ets",
|
||||||
"description": "$string:module_test_desc",
|
"description": "$string:module_test_desc",
|
||||||
"mainElement": "TestAbility",
|
"mainElement": "TestAbility",
|
||||||
"deviceTypes": ["default"],
|
"deviceTypes": ["default", "tablet", "phone", "tv", "wearable", "car", "2in1"],
|
||||||
"deliveryWithInstall": true,
|
"deliveryWithInstall": true,
|
||||||
"installationFree": false,
|
"installationFree": false,
|
||||||
"pages": "$profile:test_pages",
|
"pages": "$profile:test_pages",
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
"name": "gpu_transform",
|
"name": "gpu_transform",
|
||||||
"type": "har",
|
"type": "har",
|
||||||
"deviceTypes": [
|
"deviceTypes": [
|
||||||
"default",
|
"default", "tablet", "phone", "tv", "wearable", "car", "2in1"
|
||||||
"tablet"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
"name": "library",
|
"name": "library",
|
||||||
"type": "har",
|
"type": "har",
|
||||||
"deviceTypes": [
|
"deviceTypes": [
|
||||||
"default",
|
"default", "tablet", "phone", "tv", "wearable", "car", "2in1"
|
||||||
"tablet"
|
|
||||||
],
|
],
|
||||||
"uiSyntax": "ets"
|
"uiSyntax": "ets"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
"type": "shared",
|
"type": "shared",
|
||||||
"description": "$string:shared_desc",
|
"description": "$string:shared_desc",
|
||||||
"deviceTypes": [
|
"deviceTypes": [
|
||||||
"default",
|
"default", "tablet", "phone", "tv", "wearable", "car", "2in1"
|
||||||
"tablet"
|
|
||||||
],
|
],
|
||||||
"deliveryWithInstall": true,
|
"deliveryWithInstall": true,
|
||||||
"pages": "$profile:main_pages"
|
"pages": "$profile:main_pages"
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
"type": "shared",
|
"type": "shared",
|
||||||
"description": "$string:shared_desc",
|
"description": "$string:shared_desc",
|
||||||
"deviceTypes": [
|
"deviceTypes": [
|
||||||
"default",
|
"default", "tablet", "phone", "tv", "wearable", "car", "2in1"
|
||||||
"tablet"
|
|
||||||
],
|
],
|
||||||
"deliveryWithInstall": true,
|
"deliveryWithInstall": true,
|
||||||
"pages": "$profile:main_pages"
|
"pages": "$profile:main_pages"
|
||||||
|
|
Loading…
Reference in New Issue