1 Star 0 Fork 102

m8t/resourceschedule_work_scheduler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 2.46 KB
一键复制 编辑 原始数据 按行查看 历史
hxf 提交于 2025-01-11 17:07 +08:00 . IPC接口IDL化整改
{
"name": "@ohos/work_scheduler",
"description": "work scheduler service",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath" : "foundation/resourceschedule/work_scheduler"
},
"dirs": {},
"scripts": {},
"component": {
"name": "work_scheduler",
"subsystem": "resourceschedule",
"syscap": [ "SystemCapability.ResourceSchedule.WorkScheduler" ],
"features": [ "work_scheduler_device_enable" ],
"adapted_system_type": [
"standard"
],
"rom": "2048KB",
"ram": "10240KB",
"deps": {
"components": [
"thermal_manager",
"bundle_framework",
"safwk",
"os_account",
"common_event_service",
"ipc",
"c_utils",
"ability_runtime",
"hilog",
"samgr",
"hisysevent",
"napi",
"battery_manager",
"ability_base",
"eventhandler",
"ffrt",
"background_task_mgr",
"device_standby",
"device_usage_statistics",
"access_token",
"netmanager_base",
"time_service",
"init",
"idl_tool",
"data_share",
"config_policy",
"hiview",
"jsoncpp",
"hicollie",
"hitrace",
"power_manager",
"resource_schedule_service"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//foundation/resourceschedule/work_scheduler:fwk_group_work_scheduler_all"
],
"service_group": [
"//foundation/resourceschedule/work_scheduler:service_group_work_scheduler_all"
]
},
"inner_kits": [
{
"header": {
"header_base": "//foundation/resourceschedule/work_scheduler/frameworks/include",
"header_files": [
"work_condition.h",
"work_info.h",
"workscheduler_srv_client.h"
]
},
"name": "//foundation/resourceschedule/work_scheduler/frameworks:workschedclient"
}
],
"test": [
"//foundation/resourceschedule/work_scheduler:test_work_scheduler_all"
]
},
"hisysevent_config": [
"//foundation/resourceschedule/work_scheduler/hisysevent.yaml"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/m8t/resourceschedule_work_scheduler.git
git@gitee.com:m8t/resourceschedule_work_scheduler.git
m8t
resourceschedule_work_scheduler
resourceschedule_work_scheduler
master

搜索帮助