1 Star 0 Fork 280

wangziming/telephony_cellular_call_4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD.gn 3.95 KB
一键复制 编辑 原始数据 按行查看 历史
jiangbinghan 提交于 2022-10-27 16:55 . bugfix: PSS optimize
# Copyright (C) 2021-2022 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("//base/telephony/core_service/telephony.gni")
import("//build/ohos.gni")
SOURCE_DIR = "//base/telephony/cellular_call"
ohos_shared_library("tel_cellular_call") {
sources = [
"$SOURCE_DIR/services/common/src/cellular_call_dump_helper.cpp",
"$SOURCE_DIR/services/common/src/cellular_call_hisysevent.cpp",
"$SOURCE_DIR/services/common/src/emergency_utils.cpp",
"$SOURCE_DIR/services/common/src/mmi_code_utils.cpp",
"$SOURCE_DIR/services/common/src/module_service_utils.cpp",
"$SOURCE_DIR/services/common/src/standardize_utils.cpp",
"$SOURCE_DIR/services/connection/src/base_connection.cpp",
"$SOURCE_DIR/services/connection/src/base_request.cpp",
"$SOURCE_DIR/services/connection/src/cellular_call_connection_cs.cpp",
"$SOURCE_DIR/services/connection/src/cellular_call_connection_ims.cpp",
"$SOURCE_DIR/services/connection/src/config_request.cpp",
"$SOURCE_DIR/services/connection/src/supplement_request.cpp",
"$SOURCE_DIR/services/control/src/cellular_call_config.cpp",
"$SOURCE_DIR/services/control/src/cellular_call_supplement.cpp",
"$SOURCE_DIR/services/control/src/control_base.cpp",
"$SOURCE_DIR/services/control/src/cs_control.cpp",
"$SOURCE_DIR/services/control/src/ims_control.cpp",
"$SOURCE_DIR/services/ims_service_interaction/src/ims_call_callback_stub.cpp",
"$SOURCE_DIR/services/ims_service_interaction/src/ims_call_client.cpp",
"$SOURCE_DIR/services/ims_service_interaction/src/ims_call_proxy.cpp",
"$SOURCE_DIR/services/manager/src/cellular_call_callback.cpp",
"$SOURCE_DIR/services/manager/src/cellular_call_handler.cpp",
"$SOURCE_DIR/services/manager/src/cellular_call_register.cpp",
"$SOURCE_DIR/services/manager/src/cellular_call_service.cpp",
"$SOURCE_DIR/services/manager/src/cellular_call_stub.cpp",
"//base/telephony/call_manager/services/telephony_interaction/src/call_status_callback_proxy.cpp",
"//base/telephony/call_manager/services/telephony_interaction/src/cellular_call_proxy.cpp",
]
include_dirs = [
"$SOURCE_DIR/interfaces/innerkits/ims",
"$SOURCE_DIR/services/common/include",
"$SOURCE_DIR/services/manager/include",
"$SOURCE_DIR/services/control/include",
"$SOURCE_DIR/services/connection/include",
"//base/telephony/call_manager/services/telephony_interaction/include",
"//third_party/libphonenumber/cpp/src",
"//third_party/libphonenumber/cpp/src/phonenumbers",
]
defines += [
"TELEPHONY_LOG_TAG = \"CellularCall\"",
"LOG_DOMAIN = 0xD001F02",
]
deps = [ "//third_party/libphonenumber/cpp:phonenumber_standard" ]
external_deps = [
"ability_base:want",
"c_utils:utils",
"call_manager:tel_call_manager_api",
"common_event_service:cesfwk_innerkits",
"core_service:libtel_common",
"core_service:tel_core_service_api",
"drivers_interface_ril:hril_innerkits",
"eventhandler:libeventhandler",
"hisysevent_native:libhisysevent",
"hitrace_native:hitrace_meter",
"init:libbegetutil",
"ipc:ipc_core",
"resource_management:global_resmgr",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
if (device_name == "rk3568") {
defines += [ "CALL_MANAGER_AUTO_START_OPTIMIZE" ]
}
if (is_standard_system) {
external_deps += [ "hiviewdfx_hilog_native:libhilog" ]
} else {
external_deps += [ "hilog:libhilog" ]
}
part_name = "cellular_call"
subsystem_name = "telephony"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/w00636648/telephony_cellular_call_4.git
git@gitee.com:w00636648/telephony_cellular_call_4.git
w00636648
telephony_cellular_call_4
telephony_cellular_call_4
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385