• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/device_manager",
3    "description": "device manager service",
4    "version": "3.0",
5    "license": "Apache License 2.0",
6    "repository": "https://gitee.com/openharmony/distributedhardware_device_manager",
7    "publishAs": "code-segment",
8    "segment": {
9        "destPath": "foundation/distributedhardware/device_manager"
10    },
11    "dirs": {},
12    "scripts": {},
13    "component": {
14        "name": "device_manager",
15        "subsystem": "distributedhardware",
16        "syscap": ["SystemCapability.DistributedHardware.DeviceManager"],
17        "features": ["device_manager_no_interaction_auth"],
18        "adapted_system_type": ["standard", "mini"],
19        "rom": "2048KB",
20        "ram": "16384KB",
21        "hisysevent_config": [
22            "//foundation/distributedhardware/device_manager/hisysevent.yaml"
23        ],
24        "deps": {
25            "components": [
26                "ability_base",
27                "ability_runtime",
28                "access_token",
29                "bundle_framework",
30                "c_utils",
31                "common_event_service",
32                "device_auth",
33                "device_info_manager",
34                "dsoftbus",
35                "hisysevent",
36                "hitrace",
37                "hilog",
38                "init",
39                "ipc",
40                "napi",
41                "os_account",
42                "safwk",
43                "samgr",
44                "resource_management"
45            ],
46            "third_party": [
47                "cJSON",
48                "json",
49                "node",
50                "mbedtls",
51                "openssl",
52                "bounds_checking_function"
53            ]
54        },
55        "build": {
56            "group_type": {
57                "base_group": [],
58                "fwk_group": [
59                    "//foundation/distributedhardware/device_manager:device_manager_fwk"
60                ],
61                "service_group": [
62                    "//foundation/distributedhardware/device_manager:device_manager",
63                    "//foundation/distributedhardware/device_manager/sa_profile:device_manager.cfg",
64                    "//foundation/distributedhardware/device_manager/sa_profile:dm_sa_profile"
65                ]
66            },
67            "inner_kits": [{
68                "type": "so",
69                "name": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp:devicemanagersdk",
70                "header": {
71                    "header_files": [
72                        "device_manager.h",
73                        "device_manager_callback.h",
74                        "dm_device_info.h",
75                        "dm_publish_info.h",
76                        "dm_subscribe_info.h"
77                    ],
78                    "header_base": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include"
79                }
80            }],
81            "test": [
82                "//foundation/distributedhardware/device_manager:device_manager_test"
83            ]
84        }
85    }
86}