• 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": "",
21      "ram": "",
22      "deps": {
23        "components": [
24          "c_utils",
25          "hisysevent_native",
26          "startup_l2",
27          "hiviewdfx_hilog_native",
28          "ipc",
29          "syscap_codec",
30          "access_token",
31          "device_auth",
32          "samgr",
33          "distributeddatamgr",
34          "hitrace_native",
35          "eventhandler",
36          "safwk",
37          "dsoftbus",
38          "dmsfwk"
39        ],
40        "third_party": [
41          "json"
42        ]
43      },
44      "build": {
45        "group_type": {
46          "base_group": [],
47          "fwk_group": [
48            "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_client"
49          ],
50          "service_group": [
51            "//foundation/deviceprofile/device_info_manager/permission:authority_json",
52            "//foundation/deviceprofile/device_info_manager/sa_profile:dps_sa_profile",
53            "//foundation/deviceprofile/device_info_manager/services/core:distributed_device_profile"
54          ]
55        },
56        "inner_kits": [
57          {
58            "name": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core:distributed_device_profile_client",
59            "header": {
60              "header_files": [
61                "distributed_device_profile_client.h",
62                "distributed_device_profile_proxy.h",
63                "idistributed_device_profile.h",
64                "iprofile_event_callback.h",
65                "profile_change_notification.h",
66                "profile_event.h",
67                "service_characteristic_profile.h",
68                "subscribe_info.h"
69              ],
70              "header_base": "//foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/"
71            }
72          }
73        ],
74        "test": [
75          "//foundation/deviceprofile/device_info_manager/services/core:unittest",
76          "//foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/deviceprofile_fuzzer:fuzztest"
77        ]
78      }
79    }
80  }
81