• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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          "thermal_manager",
27          "netmanager_base",
28          "bundle_framework",
29          "safwk",
30          "jsoncpp",
31          "os_account",
32          "common_event_service",
33          "ipc",
34          "c_utils",
35          "ability_runtime",
36          "hiviewdfx_hilog_native",
37          "samgr",
38          "hisysevent_native",
39          "napi",
40          "battery_manager",
41          "ability_base",
42          "eventhandler",
43          "background_task_mgr"
44        ],
45        "third_party": [ "googletest" ]
46      },
47      "build": {
48        "group_type": {
49          "base_group": [],
50          "fwk_group": [
51            "//foundation/resourceschedule/work_scheduler/interfaces/kits/js:workscheduler",
52            "//foundation/resourceschedule/work_scheduler/frameworks:workschedclient",
53            "//foundation/resourceschedule/work_scheduler/frameworks/extension:workschedextension",
54            "//foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/work_scheduler_extension:workschedulerextensionability_napi",
55            "//foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/work_scheduler_extension_context:workschedulerextensioncontext_napi"
56          ],
57          "service_group": [
58            "//foundation/resourceschedule/work_scheduler/services:workschedservice",
59            "//foundation/resourceschedule/work_scheduler/sa_profile:worksched_sa_profile"
60          ]
61        },
62        "inner_kits": [],
63        "test": [
64            "//foundation/resourceschedule/work_scheduler/frameworks/test/unittest:workinfotest",
65            "//foundation/resourceschedule/work_scheduler/interfaces/test/unittest/work_scheduler_jsunittest:js_unittest",
66            "//foundation/resourceschedule/work_scheduler/test/fuzztest/workscheduleservice_fuzzer:fuzztest"
67        ]
68      },
69      "hisysevent_config": [
70        "//foundation/resourceschedule/work_scheduler/hisysevent.yaml"
71      ]
72    }
73}
74