2022-05-30 13:14:48 +00:00
|
|
|
{
|
2022-06-14 13:12:12 +00:00
|
|
|
"name": "@ohos/idl_tool",
|
2022-05-30 13:14:48 +00:00
|
|
|
"description": "提供自动生成Extension 服务端及客户端接口文件的能力",
|
|
|
|
"version": "3.1",
|
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
2022-06-14 13:12:12 +00:00
|
|
|
"destPath": "foundation/ability/idl_tool"
|
2022-05-30 13:14:48 +00:00
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"component": {
|
2022-06-14 13:12:12 +00:00
|
|
|
"name": "idl_tool",
|
|
|
|
"subsystem": "ability",
|
2022-05-30 13:14:48 +00:00
|
|
|
"syscap": [],
|
|
|
|
"features": [],
|
|
|
|
"adapted_system_type": [
|
|
|
|
"standard"
|
|
|
|
],
|
|
|
|
"rom": "",
|
|
|
|
"ram": "",
|
|
|
|
"deps": {
|
|
|
|
"components": [
|
|
|
|
"hiviewdfx_hilog_native",
|
|
|
|
"ipc",
|
2022-07-22 02:24:39 +00:00
|
|
|
"samgr",
|
2022-07-21 02:48:00 +00:00
|
|
|
"c_utils"
|
2022-05-30 13:14:48 +00:00
|
|
|
],
|
|
|
|
"third_party": []
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [],
|
|
|
|
"inner_kits": [],
|
|
|
|
"test": [
|
2023-02-12 06:52:00 +00:00
|
|
|
"//foundation/ability/idl_tool/test/rust/moduletest:moduletest",
|
2023-01-12 07:37:33 +00:00
|
|
|
"//foundation/ability/idl_tool/test/rust/unittest:unittest",
|
2022-06-14 13:12:12 +00:00
|
|
|
"//foundation/ability/idl_tool/test/ts/moduletest:moduletest",
|
2022-11-25 03:30:00 +00:00
|
|
|
"//foundation/ability/idl_tool/test/ts/unittest:unittest",
|
|
|
|
"//foundation/ability/idl_tool/test/unittest:unittest"
|
2022-05-30 13:14:48 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-21 02:48:00 +00:00
|
|
|
}
|