From 5c3851f0dcf469104ced5e64e230a25af8e3064e Mon Sep 17 00:00:00 2001 From: zhangxinyu Date: Sat, 17 Jun 2023 09:05:56 +0000 Subject: [PATCH 1/2] =?UTF-8?q?hilog/hisysevent/hitrace=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangxinyu Change-Id: I9118f98a4f0fd39f567bc865cd754858dc3f418c --- bundle.json | 6 +++--- interfaces/innerkits/appverify/BUILD.gn | 2 +- interfaces/innerkits/appverify/test/BUILD.gn | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 461dd6a..24a0847 100644 --- a/bundle.json +++ b/bundle.json @@ -11,7 +11,7 @@ "scripts": {}, "component": { "name": "appverify", - "subsystem": "security", + "subsystem": "bundlemanager", "syscap": [], "features": [], "adapted_system_type": [ @@ -23,9 +23,9 @@ "ram": "500kb", "deps": { "components": [ - "hiviewdfx_hilog_native", - "init", "c_utils", + "hilog", + "init", "os_account", "shared_library" ], diff --git a/interfaces/innerkits/appverify/BUILD.gn b/interfaces/innerkits/appverify/BUILD.gn index 5fab206..43adb8e 100644 --- a/interfaces/innerkits/appverify/BUILD.gn +++ b/interfaces/innerkits/appverify/BUILD.gn @@ -64,7 +64,7 @@ if (os_level == "standard") { defines += [ "STANDARD_SYSTEM" ] external_deps += [ - "hiviewdfx_hilog_native:libhilog", + "hilog:libhilog", "init:libbegetutil", ] } else { diff --git a/interfaces/innerkits/appverify/test/BUILD.gn b/interfaces/innerkits/appverify/test/BUILD.gn index 5c714ee..75624ba 100644 --- a/interfaces/innerkits/appverify/test/BUILD.gn +++ b/interfaces/innerkits/appverify/test/BUILD.gn @@ -58,7 +58,7 @@ ohos_unittest("verify_test") { external_deps = [ "c_utils:utils", - "hiviewdfx_hilog_native:libhilog", + "hilog:libhilog", "init:libbegetutil", ] } else { -- Gitee From 0065647566e82b0f0606014ca66ff700d9a6fa29 Mon Sep 17 00:00:00 2001 From: zhangxinyu Date: Sun, 25 Jun 2023 10:30:40 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=90=8D=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangxinyu Change-Id: I5a06e75b29b74a13a56fc779b1d9c3db404d4d66 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 24a0847..83750b7 100644 --- a/bundle.json +++ b/bundle.json @@ -11,7 +11,7 @@ "scripts": {}, "component": { "name": "appverify", - "subsystem": "bundlemanager", + "subsystem": "security", "syscap": [], "features": [], "adapted_system_type": [ -- Gitee