From 3e23a6235dca7a8a6b0577c1f48acbd2ef1e2c4e Mon Sep 17 00:00:00 2001 From: "taiyi.pei" Date: Mon, 4 Jul 2022 09:56:06 +0800 Subject: [PATCH] correct deps Signed-off-by: taiyi.pei --- bundle.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 8cef567..1f66266 100644 --- a/bundle.json +++ b/bundle.json @@ -16,10 +16,13 @@ "feature": [], "adapted_system_type": [ "small", "standard" ], "deps": { - "components": [], + "components": [ + "napi", + "hiviewdfx_hilog_native" + ], "third_party": [ "bounds_checking_function", - "thirdparty_cjson" + "cjson" ] }, "build": { @@ -38,4 +41,4 @@ "test": [ "//developtools/syscap_codec/test/unittest/common:unittest" ] } } -} \ No newline at end of file +} -- Gitee