Files
liqiang 3cf6402d4a IssueNo:https://gitee.com/openharmony/aafwk_standard/issues/I4SW4U
Description:remove zidl testcase
Sig: SIG_ApplicationFramework
Feature or Bugfix:Bugfix
Binary Source:No

Signed-off-by: liqiang <liqiang121@huawei.com>
Change-Id: I0f68525b19b8ffb9add3134a168d0b1ecd94f7b5
2022-02-09 09:00:30 +08:00

37 lines
901 B
JSON

{
"name": "@ohos/zidl",
"description": "提供自动生成Extension 服务端及客户端接口文件的能力",
"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": [],
"inner_kits": [],
"test": []
}
}
}