• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/device_usage_statistics",
3  "description": "device usage statistics",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath" : "foundation/resourceschedule/device_usage_statistics"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "device_usage_statistics",
14    "subsystem": "resourceschedule",
15    "syscap": [ "SystemCapability.ResourceSchedule.UsageStatistics.AppGroup",
16                "SystemCapability.ResourceSchedule.UsageStatistics.App"
17              ],
18    "features": [ "device_usage_statistics_device_enable" ],
19    "adapted_system_type": [
20      "standard"
21    ],
22    "rom": "11264KB",
23    "ram": "10240KB",
24    "deps": {
25      "components": [
26        "relational_store",
27        "safwk",
28        "config_policy",
29        "os_account",
30        "ipc",
31        "access_token",
32        "ability_runtime",
33        "hicollie",
34        "hilog",
35        "hitrace",
36        "samgr",
37        "cJSON",
38        "c_utils",
39        "napi",
40        "background_task_mgr",
41        "power_manager",
42        "selinux_adapter",
43        "time_service",
44        "init",
45        "ffrt",
46        "hisysevent"
47      ],
48      "third_party": []
49    },
50    "build": {
51      "group_type" : {
52        "base_group": [],
53        "fwk_group": [
54          "//foundation/resourceschedule/device_usage_statistics:bfwk_group_all"
55        ],
56        "service_group": [
57          "//foundation/resourceschedule/device_usage_statistics:service_group_all"
58        ]
59      },
60      "inner_kits": [
61        {
62          "header": {
63            "header_base": "//foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include",
64            "header_files": [
65              "bundle_active_client.h",
66              "bundle_active_event.h",
67              "bundle_active_event_stats.h",
68              "bundle_active_form_record.h",
69              "bundle_active_group_map.h",
70              "bundle_active_module_record.h",
71              "bundle_active_package_stats.h",
72              "bundle_active_high_frequency_period.h"
73            ]
74          },
75          "name": "//foundation/resourceschedule/device_usage_statistics:usagestatsinner"
76        }
77      ],
78      "test": [
79        "//foundation/resourceschedule/device_usage_statistics:test_all"
80      ]
81    }
82  }
83}