Files
developtools_syscap_codec/bundle.json
T
yudechen 40859bda06 add pcid.sc encode.
Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I3bf9a10aa64f3df4738887973dd6af504f422695
2022-04-12 10:24:56 +08:00

33 lines
757 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": []
}
}
}