加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.96 KB
一键复制 编辑 原始数据 按行查看 历史
zhuguoyang 提交于 2024-04-18 17:14 . add cutils external deps
{
"name": "@ohos/ffrt",
"description": "Concurrent Programming Framework",
"optional": "false",
"version": "4.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/resourceschedule/ffrt"
},
"dirs": {},
"scripts": {},
"component": {
"name": "ffrt",
"subsystem": "resourceschedule",
"syscap": [
"SystemCapability.Resourceschedule.Ffrt.Core"
],
"features": [
"ffrt_support_enable"
],
"adapted_system_type": [
"standard"
],
"hisysevent_config": [
"//foundation/resourceschedule/ffrt/hisysevent.yaml"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"bounds_checking_function",
"c_utils",
"hilog",
"hisysevent",
"napi",
"faultloggerd",
"hitrace",
"libunwind",
"eventhandler"
],
"third_party": [
"bounds_checking_function",
"libunwind"
]
},
"build": {
"sub_component": [
"//foundation/resourceschedule/ffrt:libffrt",
"//foundation/resourceschedule/ffrt:ffrt_ndk"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/resourceschedule/ffrt/interfaces/",
"header_files": [
"kits/ffrt.h",
"inner_api/ffrt_inner.h"
]
},
"name": "//foundation/resourceschedule/ffrt:libffrt"
}
],
"test": [
"//foundation/resourceschedule/ffrt/test/ut:ffrt_unittest_ffrt"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化