mirror of
https://github.com/openharmony/resourceschedule_qos_manager.git
synced 2026-07-01 04:18:38 -04:00
e23e8df39f
Signed-off-by: liuchungang <liuchungang@hisilicon.com>
89 lines
3.3 KiB
JSON
89 lines
3.3 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": [ "SystemCapability.Resourceschedule.QoS.Core" ],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "2048KB",
|
|
"ram": "10240KB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_base",
|
|
"ability_runtime",
|
|
"access_token",
|
|
"config_policy",
|
|
"c_utils",
|
|
"frame_aware_sched",
|
|
"hilog",
|
|
"hitrace",
|
|
"init",
|
|
"ipc",
|
|
"libxml2",
|
|
"safwk",
|
|
"samgr"
|
|
],
|
|
"third_party": [
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/resourceschedule/qos_manager/etc/init:concurrent_task_service.cfg",
|
|
"//foundation/resourceschedule/qos_manager/etc/param:ffrt.para",
|
|
"//foundation/resourceschedule/qos_manager/etc/param:ffrt.para.dac",
|
|
"//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",
|
|
"//foundation/resourceschedule/qos_manager/qos:pi_mutex"
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//foundation/resourceschedule/qos_manager/interfaces/inner_api/",
|
|
"header_files": [
|
|
"pi_mutex.h"
|
|
]
|
|
},
|
|
"name": "//foundation/resourceschedule/qos_manager/qos:pi_mutex"
|
|
}
|
|
],
|
|
"test": [
|
|
"//foundation/resourceschedule/qos_manager/test:concurrent_unittest",
|
|
"//foundation/resourceschedule/qos_manager/test/fuzztest:fuzztest"
|
|
]
|
|
}
|
|
}
|
|
}
|