diff --git a/bundle.json b/bundle.json index 8cef5677e247154316579275ca60f0b06b9abf05..1f6626625c0a863518fa6c902fcb24d3503dee50 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 +}