# 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("//build/ohos.gni") SUBSYSTEM_DIR = "../../.." ohos_shared_library("cj_telephony_call_ffi") { sanitize = { cfi = true cfi_cross_dso = true debug = false } sources = [ "src/telephony_call_ffi.cpp", "src/telephony_call_impl.cpp", ] deps = [ "$SUBSYSTEM_DIR/call_manager/frameworks/native:tel_call_manager_api" ] external_deps = [ "ability_base:base", "ability_base:want", "ability_runtime:ability_manager", "c_utils:utils", "core_service:libtel_common", "core_service:tel_core_service_api", "hilog:libhilog", "image_framework:image", "image_framework:image_native", "init:libbegetutil", "libuv:uv", "napi:ace_napi", "napi:cj_bind_ffi", ] part_name = "call_manager" subsystem_name = "telephony" innerapi_tags = [ "platformsdk" ] }