From b6c2be3ec5f8d7888dbad884c03834ccf05c3165 Mon Sep 17 00:00:00 2001 From: xdmal <1114560882@qq.com> Date: Wed, 29 Dec 2021 10:55:31 +0800 Subject: [PATCH] Signed-off-by: xdmal <1114560882@qq.com> On branch OpenHarmony-3.1-Beta Your branch is up to date with 'origin/OpenHarmony-3.1-Beta'. --- compileruntime/convertxml_lib_standard/BUILD.gn | 2 +- compileruntime/process_lib_standard/BUILD.gn | 2 +- compileruntime/uri_lib_standard/BUILD.gn | 2 +- compileruntime/url_lib_standard/BUILD.gn | 2 +- compileruntime/util_lib_standard/BUILD.gn | 2 +- compileruntime/xml_lib_standard/BUILD.gn | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compileruntime/convertxml_lib_standard/BUILD.gn b/compileruntime/convertxml_lib_standard/BUILD.gn index 1f38fb7e6..5ba3897cc 100644 --- a/compileruntime/convertxml_lib_standard/BUILD.gn +++ b/compileruntime/convertxml_lib_standard/BUILD.gn @@ -25,7 +25,7 @@ ohos_js_hap_suite("convertxml_js_test") { # "//third_party/libpng:libpng", # ] certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ConvertxmlJSApiTest" + hap_name = "ActsConvertxmlJSApiTest" # part_name = "prebuilt_hap" # subsystem_name = "xts" diff --git a/compileruntime/process_lib_standard/BUILD.gn b/compileruntime/process_lib_standard/BUILD.gn index 775d20038..c9f80a094 100644 --- a/compileruntime/process_lib_standard/BUILD.gn +++ b/compileruntime/process_lib_standard/BUILD.gn @@ -25,7 +25,7 @@ ohos_js_hap_suite("process_js_test") { # "//third_party/libpng:libpng", # ] certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ProcessJSApiTest" + hap_name = "ActsProcessJSApiTest" # part_name = "prebuilt_hap" # subsystem_name = "xts" diff --git a/compileruntime/uri_lib_standard/BUILD.gn b/compileruntime/uri_lib_standard/BUILD.gn index dd6d2008d..d21c11588 100644 --- a/compileruntime/uri_lib_standard/BUILD.gn +++ b/compileruntime/uri_lib_standard/BUILD.gn @@ -25,7 +25,7 @@ ohos_js_hap_suite("uri_js_test") { # "//third_party/libpng:libpng", # ] certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "UriJSApiTest" + hap_name = "ActsUriJSApiTest" # part_name = "prebuilt_hap" # subsystem_name = "xts" diff --git a/compileruntime/url_lib_standard/BUILD.gn b/compileruntime/url_lib_standard/BUILD.gn index 557642e65..57f3ed486 100644 --- a/compileruntime/url_lib_standard/BUILD.gn +++ b/compileruntime/url_lib_standard/BUILD.gn @@ -25,7 +25,7 @@ ohos_js_hap_suite("url_js_test") { # "//third_party/libpng:libpng", # ] certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "UrlJsTest" + hap_name = "ActsUrlJsTest" # part_name = "prebuilt_hap" # subsystem_name = "xts" diff --git a/compileruntime/util_lib_standard/BUILD.gn b/compileruntime/util_lib_standard/BUILD.gn index 0838ec397..7678fff0f 100644 --- a/compileruntime/util_lib_standard/BUILD.gn +++ b/compileruntime/util_lib_standard/BUILD.gn @@ -25,7 +25,7 @@ ohos_js_hap_suite("util_js_test") { # "//third_party/libpng:libpng", # ] certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "UtilJsTest" + hap_name = "ActsUtilJsTest" # part_name = "prebuilt_hap" # subsystem_name = "xts" diff --git a/compileruntime/xml_lib_standard/BUILD.gn b/compileruntime/xml_lib_standard/BUILD.gn index a7baea774..f92371eb9 100644 --- a/compileruntime/xml_lib_standard/BUILD.gn +++ b/compileruntime/xml_lib_standard/BUILD.gn @@ -25,7 +25,7 @@ ohos_js_hap_suite("xml_js_test") { # "//third_party/libpng:libpng", # ] certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "XmlJSApiTest" + hap_name = "ActsXmlJSApiTest" # part_name = "prebuilt_hap" # subsystem_name = "xts" -- GitLab