Files
developtools_syscap_codec/bundle.json
T
yudechen bd07011106 add inner_kits to syscap_codec.
Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I65b0ed9f0c17402c715478abbd82b248d43efeb5
2022-04-28 16:31:30 +08:00

41 lines
1.1 KiB
JSON

{
"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": [
{
"header": {
"header_base": "//developtools/syscap_codec/interfaces/inner_api",
"header_files": [ "syscap_interface.h" ]
},
"name": "//developtools/syscap_codec:syscap_interface_shared"
}
],
"test": [ "//developtools/syscap_codec/test/unittest/common:unittest" ]
}
}
}