ability_idl_tool/bundle.json
dy_study f005cf0f66 Description:init ability_idl
Sig: SIG_ApplicationFramework
Feature or Bugfix:Feature
Binary Source:No

Signed-off-by: dy_study <dingyao5@huawei.com>
2022-06-05 17:26:41 +08:00

40 lines
1.1 KiB
JSON

{
"name": "@ohos/idl",
"description": "提供自动生成Extension 服务端及客户端接口文件的能力",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/ability/ability_runtime/idl"
},
"dirs": {},
"scripts": {},
"component": {
"name": "idl",
"subsystem": "aafwk",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"hiviewdfx_hilog_native",
"ipc",
"samgr_standard",
"utils_base"
],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": [
"//foundation/ability/ability_runtime/idl/test/ts/moduletest:moduletest",
"//foundation/ability/ability_runtime/idl/test/ts/unittest:unittest"
]
}
}
}