• 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": [ "device_info_manager_feature_coverage = false" ],
16      "adapted_system_type": [ "standard" ],
17      "hisysevent_config":[
18        "//foundation/deviceprofile/device_info_manager/hisysevent.yaml"
19      ],
20      "rom": "2048KB",
21      "ram": "9000KB",
22      "deps": {
23        "components": [
24          "cJSON",
25          "c_utils",
26          "hisysevent",
27          "hilog",
28          "ipc",
29          "syscap_codec",
30          "access_token",
31          "device_auth",
32          "samgr",
33          "kv_store",
34          "hitrace",
35          "eventhandler",
36          "safwk",
37          "dsoftbus",
38          "dmsfwk",
39          "device_manager",
40          "init",
41          "relational_store"
42        ],
43        "third_party": [
44          "json"
45        ]
46      },
47      "build": {
48        "group_type": {
49          "base_group": [],
50          "fwk_group": [
51            "//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core:distributed_device_profile_client",
52            "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_sdk",
53            "//foundation/deviceprofile/device_info_manager/common:distributed_device_profile_common"
54          ],
55          "service_group": [
56            "//foundation/deviceprofile/device_info_manager/etc/profile:deviceprofile_trust",
57            "//foundation/deviceprofile/device_info_manager/etc/init:etc",
58            "//foundation/deviceprofile/device_info_manager/old/permission:authority_json",
59            "//foundation/deviceprofile/device_info_manager/permission:permission_json",
60            "//foundation/deviceprofile/device_info_manager/sa_profile:dps_sa_profile",
61            "//foundation/deviceprofile/device_info_manager/old/services/core:distributed_device_profile",
62            "//foundation/deviceprofile/device_info_manager/services/core:distributed_device_profile_svr"
63          ]
64        },
65        "inner_kits": [
66          {
67            "name": "//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core:distributed_device_profile_client",
68            "header": {
69              "header_files": [
70                "distributed_device_profile_client.h",
71                "distributed_device_profile_proxy.h",
72                "idistributed_device_profile.h",
73                "iprofile_event_callback.h",
74                "profile_change_notification.h",
75                "profile_event.h",
76                "service_characteristic_profile.h",
77                "subscribe_info.h"
78              ],
79              "header_base": "//foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/"
80            }
81          },
82          {
83            "name": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_sdk",
84            "header": {
85              "header_files": [
86                "distributed_device_profile_client.h",
87                "distributed_device_profile_proxy.h"
88              ],
89              "header_base": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/"
90            }
91          },
92          {
93            "name": "//foundation/deviceprofile/device_info_manager/common:distributed_device_profile_common",
94            "header": {
95              "header_files": [
96                "access_control_profile.h",
97                "accessee.h",
98                "accesser.h",
99                "characteristic_profile.h",
100                "device_profile.h",
101                "dp_subscribe_info.h",
102                "dp_sync_options.h",
103                "i_distributed_device_profile.h",
104                "i_profile_change_listener.h",
105                "i_sync_completed_callback.h",
106                "profile_change_listener_proxy.h",
107                "profile_change_listener_stub.h",
108                "service_profile.h",
109                "sync_completed_callback_proxy.h",
110                "sync_completed_callback_stub.h",
111                "trust_device_profile.h"
112              ],
113              "header_base": "//foundation/deviceprofile/device_info_manager/common/include/interfaces"
114            }
115          }
116        ],
117        "test": [
118          "//foundation/deviceprofile/device_info_manager/old/radar/test/unittest:dp_radar_helper_test_old",
119          "//foundation/deviceprofile/device_info_manager/old/services/core:unittest",
120          "//foundation/deviceprofile/device_info_manager/radar/test/unittest:dp_radar_helper_test_new",
121          "//foundation/deviceprofile/device_info_manager/services/core:unittest",
122          "//foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest:fuzztest",
123          "//foundation/deviceprofile/device_info_manager/services/core/test/fuzztest:fuzztest",
124          "//foundation/deviceprofile/device_info_manager/common/test:common_test"
125        ]
126      }
127    }
128  }
129