1 Star 0 Fork 179

刘彬俊/telephony_data_storage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD.gn 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
刘建东 提交于 2022-05-28 12:31 +08:00 . add fuzz operator name
# Copyright (C) 2021 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/data_storage/data_storage_aafwk.gni")
import("//build/ohos.gni")
SOURCE_DIR = "//base/telephony/data_storage"
ohos_hap("Telephony_Data_Storage") {
hap_profile = "./config/config.json"
shared_libraries = [ ":tel_data_storage" ]
certificate_profile = "./signature/datastorage.p7b"
hap_name = "Telephony_Data_Storage"
module_install_dir = "app/com.ohos.telephonydataability"
part_name = "data_storage"
subsystem_name = "telephony"
}
ohos_shared_library("tel_data_storage") {
sources = [
"$SOURCE_DIR/common/src/data_storage_log_wrapper.cpp",
"$SOURCE_DIR/common/src/parser_util.cpp",
"$SOURCE_DIR/common/src/preferences_util.cpp",
"$SOURCE_DIR/common/src/rdb_base_callback.cpp",
"$SOURCE_DIR/common/src/rdb_base_helper.cpp",
"$SOURCE_DIR/opkey/src/opkey_ability.cpp",
"$SOURCE_DIR/opkey/src/rdb_opkey_callback.cpp",
"$SOURCE_DIR/opkey/src/rdb_opkey_helper.cpp",
"$SOURCE_DIR/pdp_profile/src/pdp_profile_ability.cpp",
"$SOURCE_DIR/pdp_profile/src/rdb_pdp_profile_callback.cpp",
"$SOURCE_DIR/pdp_profile/src/rdb_pdp_profile_helper.cpp",
"$SOURCE_DIR/sim/src/rdb_sim_callback.cpp",
"$SOURCE_DIR/sim/src/rdb_sim_helper.cpp",
"$SOURCE_DIR/sim/src/sim_ability.cpp",
"$SOURCE_DIR/sms_mms/src/rdb_sms_mms_callback.cpp",
"$SOURCE_DIR/sms_mms/src/rdb_sms_mms_helper.cpp",
"$SOURCE_DIR/sms_mms/src/sms_mms_ability.cpp",
]
include_dirs = [
"$SOURCE_DIR/sim/include",
"$SOURCE_DIR/sms_mms/include",
"$SOURCE_DIR/pdp_profile/include",
"$SOURCE_DIR/opkey/include",
"$SOURCE_DIR/common/include",
]
deps = [
"${aafwk_inner_api_path}/ability_manager:ability_manager",
"${aafwk_kits_path}/ability/native:abilitykit_native",
"//third_party/jsoncpp:jsoncpp",
"//utils/native/base:utils",
]
external_deps = [
"ability_base:want",
"ability_base:zuri",
"common_event_service:cesfwk_innerkits",
"dataability:native_dataability",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"preferences:native_preferences",
"relational_store:native_appdatafwk",
"relational_store:native_rdb",
"safwk:system_ability_fwk",
]
part_name = "data_storage"
subsystem_name = "telephony"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu-binjun/telephony_data_storage.git
git@gitee.com:liu-binjun/telephony_data_storage.git
liu-binjun
telephony_data_storage
telephony_data_storage
master

搜索帮助