1{ 2 "name": "@ohos/qos_manager", 3 "description": "qos_manager", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/resourceschedule/qos_manager" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "qos_manager", 14 "subsystem": "resourceschedule", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ 18 "mini", 19 "small", 20 "standard" 21 ], 22 "rom": "2048KB", 23 "ram": "10240KB", 24 "deps": { 25 "components": [ 26 "ability_base", 27 "ability_runtime", 28 "c_utils", 29 "eventhandler", 30 "frame_aware_sched", 31 "hilog", 32 "hitrace", 33 "ipc", 34 "safwk", 35 "samgr" 36 ], 37 "third_party": [ 38 "json", 39 "jsoncpp" 40 ] 41 }, 42 "build": { 43 "sub_component": [ 44 "//foundation/resourceschedule/qos_manager/etc/init:concurrent_task_service.cfg", 45 "//foundation/resourceschedule/qos_manager/sa_profile:concurrent_task_sa_profile", 46 "//foundation/resourceschedule/qos_manager/services:concurrentsvc", 47 "//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client" 48 ], 49 "inner_kits": [ 50 { 51 "header": { 52 "header_base": "//foundation/resourceschedule/qos_manager/interfaces/inner_api/", 53 "header_files": [ 54 "concurrent_task_client.h" 55 ] 56 }, 57 "name": "//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client" 58 } 59 ], 60 "test": [ 61 "//foundation/resourceschedule/qos_manager/test:concurrent_unittest" 62 ] 63 } 64 } 65} 66