Files
developtools_syscap_codec/bundle.json
T
yudechen 2d7bdf0f9b chore: 代码规范化处理。
Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I3f039fa7536a107b55b75031d5359075479a5f33
2023-05-24 14:54:00 +08:00

47 lines
1.2 KiB
JSON

{
"name": "@ohos/syscap_codec",
"description": "System capability encode and decode.",
"version": "3.2",
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "developtools/syscap_codec"
},
"dirs": {},
"scripts": {},
"component": {
"name": "syscap_codec",
"subsystem": "developtools",
"syscap": [ "SystemCapability.Developtools.Syscap" ],
"feature": [ "syscap_codec_config_path" ],
"adapted_system_type": [ "small", "standard" ],
"rom": "0",
"ram": "0",
"deps": {
"components": [
"napi",
"hiviewdfx_hilog_native"
],
"third_party": [
"bounds_checking_function",
"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" ]
}
}
}