• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/device_info_manager",
3    "description": "device profile",
4    "version": "3.1",
5    "publishAs": "code-segment",
6    "segment": {
7      "destPath": "foundation/deviceprofile/device_info_manager"
8    },
9    "dirs": {},
10    "scripts": {},
11    "license": "Apache License 2.0",
12    "component": {
13      "name": "device_info_manager",
14      "subsystem": "deviceprofile",
15      "features": [
16        "device_info_manager_supported_switch"
17      ],
18      "adapted_system_type": [ "standard" ],
19      "hisysevent_config":[
20        "//foundation/deviceprofile/device_info_manager/hisysevent.yaml"
21      ],
22      "rom": "2048KB",
23      "ram": "9000KB",
24      "deps": {
25        "components": [
26          "cJSON",
27          "c_utils",
28          "common_event_service",
29          "config_policy",
30          "data_share",
31          "ffrt",
32          "hisysevent",
33          "hilog",
34          "ipc",
35          "json",
36          "syscap_codec",
37          "access_token",
38          "device_auth",
39          "samgr",
40          "kv_store",
41          "hitrace",
42          "eventhandler",
43          "safwk",
44          "dsoftbus",
45          "dmsfwk",
46          "device_manager",
47          "init",
48          "relational_store",
49          "os_account",
50          "asset",
51          "selinux_adapter"
52        ]
53      },
54      "build": {
55        "group_type": {
56          "base_group": [],
57          "fwk_group": [
58            "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_sdk",
59            "//foundation/deviceprofile/device_info_manager/common:distributed_device_profile_common"
60          ],
61          "service_group": [
62            "//foundation/deviceprofile/device_info_manager/etc/profile:deviceprofile_trust",
63            "//foundation/deviceprofile/device_info_manager/etc/init:etc",
64            "//foundation/deviceprofile/device_info_manager/permission:permission_json",
65            "//foundation/deviceprofile/device_info_manager/sa_profile:dps_sa_profile",
66            "//foundation/deviceprofile/device_info_manager/services/core:distributed_device_profile_svr"
67          ]
68        },
69        "inner_kits": [
70          {
71            "name": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_sdk",
72            "header": {
73              "header_files": [
74                "distributed_device_profile_client.h",
75                "distributed_device_profile_proxy.h"
76              ],
77              "header_base": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/"
78            }
79          },
80          {
81            "name": "//foundation/deviceprofile/device_info_manager/common:distributed_device_profile_common",
82            "header": {
83              "header_files": [
84                "access_control_profile.h",
85                "accessee.h",
86                "accesser.h",
87                "characteristic_profile.h",
88                "device_profile.h",
89                "dp_subscribe_info.h",
90                "dp_sync_options.h",
91                "i_distributed_device_profile.h",
92                "i_dp_sync_adapter.h",
93                "i_profile_change_listener.h",
94                "i_sync_completed_callback.h",
95                "profile_change_listener_proxy.h",
96                "profile_change_listener_stub.h",
97                "service_profile.h",
98                "sync_completed_callback_proxy.h",
99                "sync_completed_callback_stub.h",
100                "trust_device_profile.h"
101              ],
102              "header_base": "//foundation/deviceprofile/device_info_manager/common/include/interfaces"
103            }
104          }
105        ],
106        "test": [
107          "//foundation/deviceprofile/device_info_manager/radar/test/unittest:dp_radar_helper_test_new",
108          "//foundation/deviceprofile/device_info_manager/services/core:unittest",
109          "//foundation/deviceprofile/device_info_manager/services/core/test/fuzztest:fuzztest",
110          "//foundation/deviceprofile/device_info_manager/common/test:common_test"
111        ]
112      }
113    }
114  }
115