Files
yudechen 04ed2703bd add napi unittest.
Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I8bb0fced55720b6a34f4ad885b98747df43afed9
2022-04-20 16:56:42 +08:00

33 lines
818 B
JSON
Executable File

{
"name": "@ohos/syscap_codec",
"description": "SystemCapability encode/decode.",
"version": "3.1",
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "developtools/syscap_codec"
},
"dirs": {},
"scripts": {},
"component": {
"name": "syscap_codec",
"subsystem": "developtools",
"syscap": [],
"feature": [],
"adapted_system_type": [ "small", "standard" ],
"deps": {
"components": [],
"third_party": [
"bounds_checking_function",
"thirdparty_cjson"
]
},
"build": {
"sub_component": [
"//developtools/syscap_codec:syscap_codec"
],
"inner_kits": [],
"test": [ "//developtools/syscap_codec/test/unittest/common:unittest" ]
}
}
}