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": [
18            "device_manager_no_interaction_auth",
19            "device_manager_feature_product"
20        ],
21        "adapted_system_type": ["standard", "mini"],
22        "rom": "2048KB",
23        "ram": "16384KB",
24        "hisysevent_config": [
25            "//foundation/distributedhardware/device_manager/hisysevent.yaml"
26        ],
27        "deps": {
28            "components": [
29                "ability_base",
30                "ability_runtime",
31                "access_token",
32                "benchmark",
33                "bounds_checking_function",
34                "bluetooth",
35                "bundle_framework",
36                "cJSON",
37                "c_utils",
38                "common_event_service",
39                "data_share",
40                "device_auth",
41                "device_info_manager",
42                "dsoftbus",
43                "eventhandler",
44                "hicollie",
45                "ffrt",
46                "hisysevent",
47                "hitrace",
48                "hilog",
49                "init",
50                "ipc",
51                "json",
52                "kv_store",
53                "memmgr",
54                "napi",
55                "openssl",
56                "os_account",
57                "power_manager",
58                "safwk",
59                "samgr",
60                "resource_management",
61                "wifi",
62                "screenlock_mgr"
63            ],
64            "third_party": []
65        },
66        "build": {
67            "group_type": {
68                "base_group": [],
69                "fwk_group": [
70                    "//foundation/distributedhardware/device_manager:device_manager_fwk"
71                ],
72                "service_group": [
73                    "//foundation/distributedhardware/device_manager:device_manager",
74                    "//foundation/distributedhardware/device_manager/sa_profile:device_manager.cfg",
75                    "//foundation/distributedhardware/device_manager/sa_profile:dm_sa_profile"
76                ]
77            },
78            "inner_kits": [{
79                "type": "so",
80                "name": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp:devicemanagersdk",
81                "header": {
82                    "header_files": [
83                        "device_manager.h",
84                        "device_manager_callback.h",
85                        "dm_device_info.h",
86                        "dm_publish_info.h",
87                        "dm_subscribe_info.h"
88                    ],
89                    "header_base": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include"
90                }
91            }],
92            "test": [
93                "//foundation/distributedhardware/device_manager:device_manager_test"
94            ]
95        }
96    }
97}