From 830b09b3249f8cb1d7b58eeeae8244d5b617db83 Mon Sep 17 00:00:00 2001 From: hu0475 Date: Thu, 13 Jul 2023 16:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90commonlibrary=E5=AD=90?= =?UTF-8?q?=E7=B3=BB=E7=BB=9FWorker=E6=A8=A1=E5=9D=97=E7=9A=84=E8=B7=A8?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E6=B5=8B=E8=AF=95=E5=A5=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hu0475 --- commonlibrary/crossplatform/BUILD.gn | 2 +- .../commonlibraryTreeMapetstest/AppScope/app.json | 6 +++--- .../crossplatform/commonlibraryTreeMapetstest/BUILD.gn | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commonlibrary/crossplatform/BUILD.gn b/commonlibrary/crossplatform/BUILD.gn index fc4b351c8..84db97481 100644 --- a/commonlibrary/crossplatform/BUILD.gn +++ b/commonlibrary/crossplatform/BUILD.gn @@ -16,7 +16,7 @@ group("crossplatform") { testonly = true if (is_standard_system) { deps = [ - "commonlibraryTreeMapetstest:TreeMap_ets_test", + "commonlibraryTreeMapetstest:ActsCrossplatformTreeMapTest", ] } } diff --git a/commonlibrary/crossplatform/commonlibraryTreeMapetstest/AppScope/app.json b/commonlibrary/crossplatform/commonlibraryTreeMapetstest/AppScope/app.json index ebd584634..5a0fb344e 100644 --- a/commonlibrary/crossplatform/commonlibraryTreeMapetstest/AppScope/app.json +++ b/commonlibrary/crossplatform/commonlibraryTreeMapetstest/AppScope/app.json @@ -6,10 +6,10 @@ "versionName": "1.0.0", "icon": "$media:app_icon", "label": "$string:app_name", - "minAPIVersion": 9, - "targetAPIVersion": 9, + "minAPIVersion": 10, + "targetAPIVersion": 10, "car": { - "apiCompatibleVersion": 9, + "apiCompatibleVersion": 10, "singleUser": false } } diff --git a/commonlibrary/crossplatform/commonlibraryTreeMapetstest/BUILD.gn b/commonlibrary/crossplatform/commonlibraryTreeMapetstest/BUILD.gn index d3bef2417..f32a058e6 100644 --- a/commonlibrary/crossplatform/commonlibraryTreeMapetstest/BUILD.gn +++ b/commonlibrary/crossplatform/commonlibraryTreeMapetstest/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("TreeMap_ets_test") { +ohos_js_hap_suite("ActsCrossplatformTreeMapTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -21,7 +21,7 @@ ohos_js_hap_suite("TreeMap_ets_test") { ets2abc = true certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "TreeMap_ets_test" + hap_name = "ActsCrossplatformTreeMapTest" subsystem_name = "commonlibrary" part_name = "ets_utils" } -- GitLab