Lliuzhongming混淆udidhash
a0c0669e创建于 2024年9月2日历史提交
{
    "name": "@ohos/device_manager",
    "description": "device manager service",
    "version": "3.0",
    "license": "Apache License 2.0",
    "repository": "https://gitee.com/openharmony/distributedhardware_device_manager",
    "publishAs": "code-segment",
    "segment": {
        "destPath": "foundation/distributedhardware/device_manager"
    },
    "dirs": {},
    "scripts": {},
    "component": {
        "name": "device_manager",
        "subsystem": "distributedhardware",
        "syscap": ["SystemCapability.DistributedHardware.DeviceManager"],
        "features": [
            "device_manager_no_interaction_auth",
            "device_manager_feature_product"
        ],
        "adapted_system_type": ["standard", "mini"],
        "rom": "2048KB",
        "ram": "16384KB",
        "hisysevent_config": [
            "//foundation/distributedhardware/device_manager/hisysevent.yaml"
        ],
        "deps": {
            "components": [
                "ability_base",
                "ability_runtime",
                "access_token",
                "benchmark",
                "bounds_checking_function",
                "bluetooth",
                "bundle_framework",
                "cJSON",
                "c_utils",
                "common_event_service",
                "device_auth",
                "device_info_manager",
                "dsoftbus",
                "eventhandler",
                "hicollie",
                "ffrt",
                "hisysevent",
                "hitrace",
                "hilog",
                "init",
                "ipc",
                "json",
                "kv_store",
                "memmgr",
                "napi",
                "node",
                "openssl",
                "os_account",
                "power_manager",
                "safwk",
                "samgr",
                "resource_management",
                "wifi",
                "screenlock_mgr"
            ],
            "third_party": []
        },
        "build": {
            "group_type": {
                "base_group": [],
                "fwk_group": [
                    "//foundation/distributedhardware/device_manager:device_manager_fwk"
                ],
                "service_group": [
                    "//foundation/distributedhardware/device_manager:device_manager",
                    "//foundation/distributedhardware/device_manager/sa_profile:device_manager.cfg",
                    "//foundation/distributedhardware/device_manager/sa_profile:dm_sa_profile"
                ]
            },
            "inner_kits": [{
                "type": "so",
                "name": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp:devicemanagersdk",
                "header": {
                    "header_files": [
                        "device_manager.h",
                        "device_manager_callback.h",
                        "dm_device_info.h",
                        "dm_publish_info.h",
                        "dm_subscribe_info.h"
                    ],
                    "header_base": "//foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include"
                }
            }],
            "test": [
                "//foundation/distributedhardware/device_manager:device_manager_test"
            ]
        }
    }
}