代码拉取完成,页面将自动刷新
# Copyright (c) 2024-2024 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//foundation/CastEngine/castengine_cast_framework/cast_engine.gni")
config("cast_session_config") {
include_dirs = [
"include",
"//third_party/jsoncpp/include", ]
}
ohos_static_library("cast_session") {
sources = [
"src/cast_session_impl.cpp",
"src/cast_session_impl_stub.cpp",
"src/cast_session_listener_impl_proxy.cpp",
"src/cast_session_listeners.cpp",
"src/cast_session_state.cpp",
]
configs = [
":cast_session_config",
"${cast_engine_root}:cast_engine_default_config",
]
public_configs = [
":cast_session_config",
"src/channel:cast_session_channel_config",
"src/utils:cast_session_utils_config",
"src/rtsp:cast_session_rtsp_config",
"src/mirror:cast_session_mirror_config",
"src/stream:cast_session_stream_config",
]
deps = [
"${cast_engine_common}:cast_engine_common_sources",
"${cast_engine_service}/src/device_manager:cast_discovery",
"${cast_engine_service}/src/session/src/utils:cast_session_utils",
"src/channel:cast_session_channel",
"src/mirror:cast_session_mirror",
"src/stream:cast_session_stream",
"src/rtsp:cast_session_rtsp",
"src/utils:cast_session_utils",
"//third_party/openssl:libcrypto_shared",
"//third_party/jsoncpp:jsoncpp",
]
external_deps = [
"c_utils:utils",
"hilog:libhilog",
"ipc:ipc_core",
"player_framework:media_client",
"audio_framework:audio_client",
"device_manager:devicemanagersdk",
"input:libmmi-client",
"graphic_surface:surface",
"ability_runtime:app_manager",
"image_framework:image_native",
]
subsystem_name = "castplus"
part_name = "cast_engine"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。