加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 5.71 KB
一键复制 编辑 原始数据 按行查看 历史
杰尼 提交于 2023-12-28 18:46 . Rename histreamer to media_foundation
{
"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",
"media_foundation",
"bounds_checking_function"
],
"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"
],
"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"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化