1 Star 0 Fork 94

lyj/resourceschedule_work_scheduler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.03 KB
一键复制 编辑 原始数据 按行查看 历史
朱天怡 提交于 2023-07-03 11:36 . 部件化整改
{
"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": [],
"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",
"background_task_mgr",
"device_standby",
"device_usage_statistics",
"access_token",
"netmanager_base"
],
"third_party": [ "jsoncpp" ]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//foundation/resourceschedule/work_scheduler/interfaces/kits/js:workscheduler",
"//foundation/resourceschedule/work_scheduler/frameworks:workschedclient",
"//foundation/resourceschedule/work_scheduler/frameworks/extension:workschedextension",
"//foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/work_scheduler_extension:workschedulerextensionability_napi",
"//foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/work_scheduler_extension_context:workschedulerextensioncontext_napi"
],
"service_group": [
"//foundation/resourceschedule/work_scheduler/services:workschedservice",
"//foundation/resourceschedule/work_scheduler/sa_profile:worksched_sa_profile"
]
},
"inner_kits": [
{
"header": {
"header_base": "//foundation/resourceschedule/work_scheduler/frameworks/include",
"header_files": [
"iwork_sched_service.h",
"work_condition.h",
"work_info.h",
"workscheduler_srv_client.h"
]
},
"name": "//foundation/resourceschedule/work_scheduler/frameworks:workschedclient"
}
],
"test": [
"//foundation/resourceschedule/work_scheduler/frameworks/test/unittest:workinfotest",
"//foundation/resourceschedule/work_scheduler/interfaces/test/unittest/work_scheduler_jsunittest:js_unittest",
"//foundation/resourceschedule/work_scheduler/test/fuzztest/workscheduleservice_fuzzer:fuzztest"
]
},
"hisysevent_config": [
"//foundation/resourceschedule/work_scheduler/hisysevent.yaml"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lyj_love_code/resourceschedule_work_scheduler.git
git@gitee.com:lyj_love_code/resourceschedule_work_scheduler.git
lyj_love_code
resourceschedule_work_scheduler
resourceschedule_work_scheduler
master

搜索帮助