From 7c35e315e4790504a40464d42a7304a1d95d348d Mon Sep 17 00:00:00 2001 From: 15929983503 Date: Wed, 19 Apr 2023 16:43:05 +0800 Subject: [PATCH] =?UTF-8?q?1018=20hiappevent=20buildgn=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=83=A8=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 15929983503 --- hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn | 5 ++--- hiviewdfx/hiappeventtest/hiappeventsubjstest/BUILD.gn | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn b/hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn index c2f5cb758..3f6a7b409 100644 --- a/hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn +++ b/hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn @@ -25,9 +25,8 @@ ohos_js_hap_suite("ActsHiAppeventTest") { # ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsHiAppeventTest" - - # part_name = "prebuilt_hap" - # subsystem_name = "xts" + part_name = "hiappevent_js" + subsystem_name = "hiviewdfx" } ohos_js_assets("hiappevent_js_assets") { js2abc = true diff --git a/hiviewdfx/hiappeventtest/hiappeventsubjstest/BUILD.gn b/hiviewdfx/hiappeventtest/hiappeventsubjstest/BUILD.gn index 28d26deea..2c8db3d5c 100755 --- a/hiviewdfx/hiappeventtest/hiappeventsubjstest/BUILD.gn +++ b/hiviewdfx/hiappeventtest/hiappeventsubjstest/BUILD.gn @@ -25,9 +25,8 @@ ohos_js_hap_suite("ActsHiAppeventSubTest") { # ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsHiAppeventSubTest" - - # part_name = "prebuilt_hap" - # subsystem_name = "xts" + part_name = "hiappevent_js" + subsystem_name = "hiviewdfx" } ohos_js_assets("hiappevent_js_assets") { js2abc = true -- GitLab