diff --git a/OAT.xml b/OAT.xml index 7c5612a6..fb35e57d 100644 --- a/OAT.xml +++ b/OAT.xml @@ -58,7 +58,6 @@ Note:If the text contains special characters, please escape them according to th - diff --git a/bundle.json b/bundle.json index 163a959e..0e39c364 100644 --- a/bundle.json +++ b/bundle.json @@ -94,7 +94,6 @@ "//base/telephony/core_service/services/etc/init:telephony.cfg", "//base/telephony/core_service/services/etc/carrier:operator_config", "//base/telephony/core_service/services/etc/operatorname:operator_name", - "//base/telephony/core_service/services/etc/ons:ons.bin", "//base/telephony/core_service/services/etc/param:telephony.para", "//base/telephony/core_service/services/etc/param:telephony.para.dac", "//base/telephony/core_service/telephonyres:telephonyres_hap" diff --git a/services/etc/ons/BUILD.gn b/services/etc/ons/BUILD.gn deleted file mode 100644 index 610b510d..00000000 --- a/services/etc/ons/BUILD.gn +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright (C) 2023 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") - -## Install ons.bin to /vendor/etc/ons/ons.bin - -group("ons_bin") { - deps = [ ":ons.bin" ] -} - -ohos_prebuilt_etc("ons.bin") { - source = "ons.bin" - part_name = "core_service" - subsystem_name = "telephony" - relative_install_dir = "ons" - install_enable = true - install_images = [ chipset_base_dir ] -} diff --git a/services/etc/ons/ons.bin b/services/etc/ons/ons.bin deleted file mode 100644 index a94cf116..00000000 Binary files a/services/etc/ons/ons.bin and /dev/null differ