1{ 2 "name": "@ohos/work_scheduler", 3 "description": "work scheduler service", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath" : "foundation/resourceschedule/work_scheduler" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "work_scheduler", 14 "subsystem": "resourceschedule", 15 "syscap": [ "SystemCapability.ResourceSchedule.WorkScheduler" ], 16 "features": [], 17 "adapted_system_type": [ 18 "mini", 19 "small", 20 "standard" 21 ], 22 "rom": "2048KB", 23 "ram": "10240KB", 24 "deps": { 25 "components": [ 26 "hiviewdfx_hilog_native", 27 "ipc", 28 "napi", 29 "safwk", 30 "samgr_standard", 31 "utils_base", 32 "bundle_framework", 33 "os_account_standard", 34 "ability_base", 35 "battery_manager_native", 36 "ces_standard", 37 "ability_runtime", 38 "eventhandler", 39 "thermal_manager", 40 "netmanager_base" 41 ], 42 "third_party": [ "googletest" ] 43 }, 44 "build": { 45 "sub_component": [ 46 "//foundation/resourceschedule/work_scheduler/services:workschedservice", 47 "//foundation/resourceschedule/work_scheduler/sa_profile:worksched_sa_profile", 48 "//foundation/resourceschedule/work_scheduler/sa_profile:work_scheduler_service_init", 49 "//foundation/resourceschedule/work_scheduler/interfaces/kits/js:workscheduler", 50 "//foundation/resourceschedule/work_scheduler/frameworks:workschedclient", 51 "//foundation/resourceschedule/work_scheduler/frameworks/extension:workschedextension", 52 "//foundation/resourceschedule/work_scheduler/utils/dump:workscheduler_target", 53 "//foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/work_scheduler_extension:workschedulerextensionability_napi", 54 "//foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/work_scheduler_extension_context:workschedulerextensioncontext_napi" 55 ], 56 "inner_kits": [], 57 "test": [ 58 "//foundation/resourceschedule/work_scheduler/frameworks/test/unittest:workinfotest" 59 ] 60 } 61 } 62} 63