{ "name": "@ohos/distributed_hardware_fwk", "description": "distributed hardware framework", "version": "4.0", "author": {}, "repository": "https://gitee.com/openharmony/distributed_hardware_fwk", "license": "Apache License 2.0", "publishAs": "code-segment", "segment": { "destPath": "foundation/distributedhardware/distributed_hardware_fwk" }, "dirs": {}, "scripts": {}, "component": { "name": "distributed_hardware_fwk", "subsystem": "distributedhardware", "syscap": [ "SystemCapability.DistributedHardware.DistributedHardwareFWK" ], "features": [], "adapted_system_type": [ "standard" ], "rom": "128KB", "ram": "6144KB", "hisysevent_config": [ "//foundation/distributedhardware/distributed_hardware_fwk/hisysevent.yaml" ], "deps": { "components": [ "ability_base", "ability_runtime", "access_token", "bundle_framework", "napi", "dsoftbus", "eventhandler", "hitrace", "c_utils", "hilog", "samgr", "ipc", "safwk", "hisysevent", "device_manager", "config_policy", "init", "kv_store", "resource_schedule_service", "graphic_2d", "graphic_surface", "media_foundation", "bounds_checking_function", "power_manager" ], "third_party": [ "json", "openssl" ] }, "build": { "sub_component": [ "//foundation/distributedhardware/distributed_hardware_fwk/utils:distributedhardwareutils", "//foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice:distributedhardwarefwksvr", "//foundation/distributedhardware/distributed_hardware_fwk/sa_profile:dhfwk_sa_profile", "//foundation/distributedhardware/distributed_hardware_fwk/sa_profile:dhardware.cfg", "//foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits:libdhfwk_sdk", "//foundation/distributedhardware/distributed_hardware_fwk/interfaces/kits/napi:hardwaremanager", "//foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender:distributed_av_sender", "//foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver:distributed_av_receiver", "//foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier:histreamer_ability_querier", "//foundation/distributedhardware/distributed_hardware_fwk/application:DHardware_UI" ], "inner_kits": [ { "type": "so", "name": "//foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits:libdhfwk_sdk", "header": { "header_files": [ "distributed_hardware_fwk_kit.h", "distributed_hardware_fwk_kit_paras.h" ], "header_base": "//foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include" } }, { "type": "so", "name": "//foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender:distributed_av_sender", "header": { "header_files": [], "header_base": "//foundation/distributedhardware/distributed_hardware_fwk/av_transport" } }, { "type": "so", "name": "//foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver:distributed_av_receiver", "header": { "header_files": [], "header_base": "//foundation/distributedhardware/distributed_hardware_fwk/av_transport" } }, { "type": "so", "name": "//foundation/distributedhardware/distributed_hardware_fwk/utils:distributedhardwareutils", "header": { "header_files": [ "anonymous_string.h", "dh_utils_hisysevent.h", "dh_utils_hitrace.h", "dh_utils_tool.h", "histreamer_ability_parser.h", "histreamer_query_tool.h" ], "header_base": "//foundation/distributedhardware/distributed_hardware_fwk/utils/include" } } ], "test": [ "//foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common:histreamer_ability_querier_test", "//foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest:AvTransControlCenterTest", "//foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest:utils_test", "//foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest:test", "//foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest:kit_test", "//foundation/distributedhardware/distributed_hardware_fwk/utils/test/fuzztest:fuzztest", "//foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest:fuzztest", "//foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/fuzztest:fuzztest", "//foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/test:filter_test", "//foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/test/unittest:receiver_test", "//foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/test/unittest:sender_test", "//foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test:plugin_test" ] } } }