mirror of
https://github.com/openharmony/aafwk_standard.git
synced 2026-07-01 20:04:39 -04:00
dec0c60f71
Signed-off-by: njupthan <hanhaibin@huawei.com>
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@ohos/idl",
|
|
"description": "提供自动生成Extension 服务端及客户端接口文件的能力",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/aafwk/standard/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/aafwk/standard/idl/test/ts/moduletest:moduletest",
|
|
"//foundation/aafwk/standard/idl/test/ts/unittest:unittest"
|
|
]
|
|
}
|
|
}
|
|
} |