correct deps

Signed-off-by: taiyi.pei <peitaiyi@huawei.com>
This commit is contained in:
taiyi.pei
2022-07-04 09:56:06 +08:00
parent 1683f6c082
commit b00ada88b6
+6 -3
View File
@@ -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" ]
}
}
}
}