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 "standard" 19 ], 20 "rom": "2048KB", 21 "ram": "10240KB", 22 "deps": { 23 "components": [ 24 "ability_base", 25 "ability_runtime", 26 "access_token", 27 "c_utils", 28 "frame_aware_sched", 29 "hilog", 30 "hitrace", 31 "init", 32 "ipc", 33 "safwk", 34 "samgr" 35 ], 36 "third_party": [ 37 "json", 38 "jsoncpp" 39 ] 40 }, 41 "build": { 42 "sub_component": [ 43 "//foundation/resourceschedule/qos_manager/etc/init:concurrent_task_service.cfg", 44 "//foundation/resourceschedule/qos_manager/sa_profile:concurrent_task_sa_profile", 45 "//foundation/resourceschedule/qos_manager/services:concurrentsvc", 46 "//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client", 47 "//foundation/resourceschedule/qos_manager/qos:qos" 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 "header": { 61 "header_base": "//foundation/resourceschedule/qos_manager/interfaces/inner_api/", 62 "header_files": [ 63 "qos.h" 64 ] 65 }, 66 "name": "//foundation/resourceschedule/qos_manager/qos:qos" 67 } 68 ], 69 "test": [ 70 "//foundation/resourceschedule/qos_manager/test:concurrent_unittest", 71 "//foundation/resourceschedule/qos_manager/test/fuzztest:concurrent_fuzztest" 72 ] 73 } 74 } 75} 76