Files
resourceschedule_qos_manager/bundle.json
T
edwardcaoyue ff2df6ff03 add compile patch
Signed-off-by: edwardcaoyue <caoyue24@huawei.com>
2023-06-14 18:28:22 +08:00

66 lines
2.1 KiB
JSON

{
"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": [
"mini",
"small",
"standard"
],
"rom": "2048KB",
"ram": "10240KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"c_utils",
"eventhandler",
"frame_aware_sched",
"hitrace_native",
"hiviewdfx_hilog_native",
"ipc",
"safwk",
"samgr"
],
"third_party": [
"json",
"jsoncpp"
]
},
"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"
],
"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"
}
],
"test": [
"//foundation/resourceschedule/qos_manager/test:concurrent_unittest"
]
}
}
}