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                "bounds_checking_function",
33                "bluetooth",
34                "bundle_framework",
35                "cJSON",
36                "c_utils",
37                "common_event_service",
38                "device_auth",
39                "device_info_manager",
40                "dsoftbus",
41                "eventhandler",
42                "ffrt",
43                "hicollie",
44                "hisysevent",
45                "hitrace",
46                "hilog",
47                "init",
48                "ipc",
49                "json",
50                "kv_store",
51                "memmgr",
52                "napi",
53                "node",
54                "openssl",
55                "os_account",
56                "power_manager",
57                "safwk",
58                "samgr",
59                "resource_management",
60                "wifi",
61                "screenlock_mgr"
62            ],
63            "third_party": []
64        },
65        "build": {
66            "group_type": {
67                "base_group": [],
68                "fwk_group": [
69                    "//foundation/distributedhardware/device_manager:device_manager_fwk"
70                ],
71                "service_group": [
72                    "//foundation/distributedhardware/device_manager:device_manager",
73                    "//foundation/distributedhardware/device_manager/sa_profile:device_manager.cfg",
74                    "//foundation/distributedhardware/device_manager/sa_profile:dm_sa_profile"
75                ]
76            },
77            "inner_kits": [{
78                "type": "so",
79                "name": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp:devicemanagersdk",
80                "header": {
81                    "header_files": [
82                        "device_manager.h",
83                        "device_manager_callback.h",
84                        "dm_device_info.h",
85                        "dm_publish_info.h",
86                        "dm_subscribe_info.h"
87                    ],
88                    "header_base": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include"
89                }
90            }],
91            "test": [
92                "//foundation/distributedhardware/device_manager:device_manager_test"
93            ]
94        }
95    }
96}