• 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                "dsoftbus",
34                "hisysevent",
35                "hitrace",
36                "hilog",
37                "init",
38                "ipc",
39                "napi",
40                "os_account",
41                "safwk",
42                "samgr",
43                "resource_management"
44            ],
45            "third_party": [
46                "json",
47                "node",
48                "googletest",
49                "mbedtls",
50                "openssl"
51            ]
52        },
53        "build": {
54            "group_type": {
55                "base_group": [],
56                "fwk_group": [
57                    "//foundation/distributedhardware/device_manager:device_manager_fwk"
58                ],
59                "service_group": [
60                    "//foundation/distributedhardware/device_manager:device_manager",
61                    "//foundation/distributedhardware/device_manager/sa_profile:device_manager.cfg",
62                    "//foundation/distributedhardware/device_manager/sa_profile:dm_sa_profile"
63                ]
64            },
65            "inner_kits": [{
66                "type": "so",
67                "name": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp:devicemanagersdk",
68                "header": {
69                    "header_files": [
70                        "device_manager.h",
71                        "device_manager_callback.h",
72                        "dm_device_info.h",
73                        "dm_publish_info.h",
74                        "dm_subscribe_info.h"
75                    ],
76                    "header_base": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include"
77                }
78            }],
79            "test": [
80                "//foundation/distributedhardware/device_manager:device_manager_test"
81            ]
82        }
83    }
84}