From ae5eca5191c481ce6d4eb8301ec9dd8a38f19320 Mon Sep 17 00:00:00 2001 From: zhouke Date: Fri, 24 Mar 2023 18:02:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=83=A8=E4=BB=B6=E5=90=8D.S?= =?UTF-8?q?igned-off-by:=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouke --- arkXtest/uitest/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arkXtest/uitest/BUILD.gn b/arkXtest/uitest/BUILD.gn index a60ae13c9..0a3f1dea5 100644 --- a/arkXtest/uitest/BUILD.gn +++ b/arkXtest/uitest/BUILD.gn @@ -22,6 +22,8 @@ ohos_js_hap_suite("ActsUiTest") { ets2abc = true certificate_profile = "//test/xts/acts/arkXtest/uitest/signature/auto_ohos_default_com.uitest.test.p7b" hap_name = "ActsUiTest" + part_name = "arkXtest" + subsystem_name = "arkXtest" } ohos_js_assets("uitest_ets_assets") { -- GitLab