加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 3.60 KB
一键复制 编辑 原始数据 按行查看 历史
renguang1116 提交于 2023-02-27 17:13 . 适配音视频传输组件
{
"name":"@ohos/distributed_screen",
"description":"distributed hardware screen",
"version":"3.1",
"author":{},
"repository":"https://gitee.com/openharmony/distributed_screen",
"license":"Apache License 2.0",
"publishAs":"code-segment",
"segment":{
"destPath":"foundation/distributedhardware/distributed_screen/"
},
"dirs":{},
"scripts":{},
"component":{
"name":"distributed_screen",
"subsystem":"distributedhardware",
"syscap":[
"SystemCapability.DistributedHardware.DistributedScreen"
],
"features":[],
"adapted_system_type":[
"standard"
],
"rom":"2000k",
"ram":"6M",
"hisysevent_config": [
"//foundation/distributedhardware/distributed_screen/hisysevent.yaml"
],
"deps":{
"components":[
"dsoftbus",
"hisysevent_native",
"ipc",
"hiviewdfx_hilog_native",
"input",
"graphic_standard",
"samgr",
"safwk",
"hitrace_native",
"c_utils",
"multimedia_player_framework",
"window_manager"
],
"third_party":[
"json"
]
},
"build":{
"sub_component":[
"//foundation/distributedhardware/distributed_screen/common:distributed_screen_utils",
"//foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink:distributed_screen_sink_sdk",
"//foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source:distributed_screen_source_sdk",
"//foundation/distributedhardware/distributed_screen/services/screenclient:distributed_screen_client",
"//foundation/distributedhardware/distributed_screen/screenhandler:distributed_screen_handler",
"//foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice:distributed_screen_sink",
"//foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice:distributed_screen_source",
"//foundation/distributedhardware/distributed_screen/sa_profile:dscreen_sa_profile",
"//foundation/distributedhardware/distributed_screen/sa_profile:dscreen.cfg"
],
"inner_kits":[
{
"type": "so",
"name": "//foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink:distributed_screen_sink_sdk",
"header": {
"header_base": "//foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/include",
"header_files": [
"idscreen_sink.h"
]
}
},
{
"type": "so",
"name": "//foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source:distributed_screen_source_sdk",
"header": {
"header_base": "//foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include",
"header_files": [
"idscreen_source.h"
]
}
}
],
"test":[
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化