代码拉取完成,页面将自动刷新
同步操作将从 OpenHarmony/telephony_telephony_data 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# 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"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。