mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 10:21:25 -04:00
06cc55e903
Signed-off-by: redjie <hongshaojie@h-partners.com> Change-Id: Id76173972becd534dfa3e06ea78983223b25fedd
33 lines
818 B
JSON
33 lines
818 B
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": [],
|
|
"test": [ "//developtools/syscap_codec/test/unittest/common:unittest" ]
|
|
}
|
|
}
|
|
} |