mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 12:43:16 -04:00
0f639fd7f6
Signed-off-by: njupthan <hanhaibin@huawei.com>
40 lines
1.1 KiB
JSON
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": []
|
|
}
|
|
}
|
|
} |