1 Star 0 Fork 252

董洁/release4.1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 3.33 KB
一键复制 编辑 原始数据 按行查看 历史
wenxingqi 提交于 2025-05-14 16:17 +08:00 . 回退665
{
"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",
"ffrt_allocator_mmap_size",
"ffrt_stack_size"
],
"adapted_system_type": [
"standard"
],
"hisysevent_config": [
"//foundation/resourceschedule/ffrt/hisysevent.yaml"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"bounds_checking_function",
"c_utils",
"hilog",
"hisysevent",
"faultloggerd",
"napi"
]
},
"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",
"kits/c/condition_variable.h",
"kits/c/loop.h",
"kits/c/mutex.h",
"kits/c/shared_mutex.h",
"kits/c/sleep.h",
"kits/c/task.h",
"kits/c/timer.h",
"kits/c/type_def.h",
"kits/cpp/condition_variable.h",
"kits/cpp/mutex.h",
"kits/cpp/shared_mutex.h",
"kits/cpp/queue.h",
"kits/cpp/sleep.h",
"kits/cpp/task.h",
"inner_api/ffrt_inner.h",
"inner_api/c/deadline.h",
"inner_api/c/executor_task.h",
"inner_api/c/ffrt_cpu_boost.h",
"inner_api/c/ffrt_dump.h",
"inner_api/c/ffrt_ipc.h",
"inner_api/c/init.h",
"inner_api/c/queue_ext.h",
"inner_api/c/task_ext.h",
"inner_api/c/thread.h",
"inner_api/c/type_def_ext.h",
"inner_api/cpp/deadline.h",
"inner_api/cpp/future.h",
"inner_api/cpp/qos_convert.h",
"inner_api/cpp/task_ext.h",
"inner_api/cpp/thread.h"
]
},
"name": "//foundation/resourceschedule/ffrt:libffrt"
}
],
"test": [
"//foundation/resourceschedule/ffrt/test/ut:ffrt_unittest_ffrt"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dong--jie/release4.1.git
git@gitee.com:dong--jie/release4.1.git
dong--jie
release4.1
release4.1
master

搜索帮助