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 "config_policy", 28 "c_utils", 29 "frame_aware_sched", 30 "hilog", 31 "hitrace", 32 "init", 33 "ipc", 34 "jsoncpp", 35 "libxml2", 36 "safwk", 37 "samgr" 38 ], 39 "third_party": [ 40 "json" 41 ] 42 }, 43 "build": { 44 "sub_component": [ 45 "//foundation/resourceschedule/qos_manager/etc/init:concurrent_task_service.cfg", 46 "//foundation/resourceschedule/qos_manager/sa_profile:concurrent_task_sa_profile", 47 "//foundation/resourceschedule/qos_manager/services:concurrentsvc", 48 "//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client", 49 "//foundation/resourceschedule/qos_manager/qos:qos", 50 "//foundation/resourceschedule/qos_manager/frameworks/native:qos_ndk" 51 ], 52 "inner_kits": [ 53 { 54 "header": { 55 "header_base": "//foundation/resourceschedule/qos_manager/interfaces/inner_api/", 56 "header_files": [ 57 "concurrent_task_client.h" 58 ] 59 }, 60 "name": "//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client" 61 }, 62 { 63 "header": { 64 "header_base": "//foundation/resourceschedule/qos_manager/interfaces/inner_api/", 65 "header_files": [ 66 "qos.h" 67 ] 68 }, 69 "name": "//foundation/resourceschedule/qos_manager/qos:qos" 70 } 71 ], 72 "test": [ 73 "//foundation/resourceschedule/qos_manager/test:concurrent_unittest", 74 "//foundation/resourceschedule/qos_manager/test/fuzztest:concurrent_fuzztest" 75 ] 76 } 77 } 78} 79