mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-28 04:40:02 -04:00
feat: syscap编解码工具代码提交
【背景】 1.根据多产品形态部署需求,添加syscap编解码工具代码 【修改方案】 1.添加syscap编解码工具代码 Signed-off-by: lnlan <lanleinan3@huawei.com>
This commit is contained in:
Executable
+31
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user