1 Star 0 Fork 30

lixiang/resourceschedule_qos_manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 2.68 KB
一键复制 编辑 原始数据 按行查看 历史
liuyuxiu 提交于 2024-03-26 09:53 . qos_manager warning bugfix
{
"name": "@ohos/qos_manager",
"description": "qos_manager",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/resourceschedule/qos_manager"
},
"dirs": {},
"scripts": {},
"component": {
"name": "qos_manager",
"subsystem": "resourceschedule",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "2048KB",
"ram": "10240KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"access_token",
"c_utils",
"frame_aware_sched",
"hilog",
"hitrace",
"init",
"ipc",
"jsoncpp",
"safwk",
"samgr"
],
"third_party": [
"json"
]
},
"build": {
"sub_component": [
"//foundation/resourceschedule/qos_manager/etc/init:concurrent_task_service.cfg",
"//foundation/resourceschedule/qos_manager/sa_profile:concurrent_task_sa_profile",
"//foundation/resourceschedule/qos_manager/services:concurrentsvc",
"//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client",
"//foundation/resourceschedule/qos_manager/qos:qos",
"//foundation/resourceschedule/qos_manager/frameworks/native:qos_ndk"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/resourceschedule/qos_manager/interfaces/inner_api/",
"header_files": [
"concurrent_task_client.h"
]
},
"name": "//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client"
},
{
"header": {
"header_base": "//foundation/resourceschedule/qos_manager/interfaces/inner_api/",
"header_files": [
"qos.h"
]
},
"name": "//foundation/resourceschedule/qos_manager/qos:qos"
}
],
"test": [
"//foundation/resourceschedule/qos_manager/test:concurrent_unittest",
"//foundation/resourceschedule/qos_manager/test/fuzztest:concurrent_fuzztest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lx_eotk/resourceschedule_qos_manager.git
git@gitee.com:lx_eotk/resourceschedule_qos_manager.git
lx_eotk
resourceschedule_qos_manager
resourceschedule_qos_manager
master

搜索帮助