Files
njupthan 0f639fd7f6 Added bundle.json for componentize
Signed-off-by: njupthan <hanhaibin@huawei.com>
2022-01-21 16:08:15 +08:00

40 lines
1.1 KiB
JSON

{
"name": "@ohos/zidl",
"description": "提供自动生成Extension Js服务端及客户端接口文件的能力",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/aafwk/standard/zidl"
},
"dirs": {},
"scripts": {},
"component": {
"name": "zidl",
"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": [
"//foundation/aafwk/standard/zidl/test/native:zidl_client_test",
"//foundation/aafwk/standard/zidl/test/native:zidl_server_test"
],
"inner_kits": [],
"test": []
}
}
}