mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-27 02:00:45 +00:00
delete unused ons.
Signed-off-by: dingxiaochen <dingxiaochen@huawei.com>
This commit is contained in:
parent
e06e4eb826
commit
9dd77c0be2
1
OAT.xml
1
OAT.xml
@ -58,7 +58,6 @@ Note:If the text contains special characters, please escape them according to th
|
|||||||
<oatconfig>
|
<oatconfig>
|
||||||
<filefilterlist>
|
<filefilterlist>
|
||||||
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies" >
|
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies" >
|
||||||
<filteritem type="filename" name="*.bin" desc="used ind mccmnc changed to operator name."/>
|
|
||||||
<filteritem type="filepath" name="figures/zh-cn_architecture-of-the-core_service-module.png" desc="png文件,不参与打包不影响兼容性"/>
|
<filteritem type="filepath" name="figures/zh-cn_architecture-of-the-core_service-module.png" desc="png文件,不参与打包不影响兼容性"/>
|
||||||
<filteritem type="filepath" name="figures/en-us_architecture-of-the-core_service-module.png" desc="png文件,不参与打包不影响兼容性"/>
|
<filteritem type="filepath" name="figures/en-us_architecture-of-the-core_service-module.png" desc="png文件,不参与打包不影响兼容性"/>
|
||||||
</filefilter>
|
</filefilter>
|
||||||
|
@ -94,7 +94,6 @@
|
|||||||
"//base/telephony/core_service/services/etc/init:telephony.cfg",
|
"//base/telephony/core_service/services/etc/init:telephony.cfg",
|
||||||
"//base/telephony/core_service/services/etc/carrier:operator_config",
|
"//base/telephony/core_service/services/etc/carrier:operator_config",
|
||||||
"//base/telephony/core_service/services/etc/operatorname:operator_name",
|
"//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",
|
||||||
"//base/telephony/core_service/services/etc/param:telephony.para.dac",
|
"//base/telephony/core_service/services/etc/param:telephony.para.dac",
|
||||||
"//base/telephony/core_service/telephonyres:telephonyres_hap"
|
"//base/telephony/core_service/telephonyres:telephonyres_hap"
|
||||||
|
@ -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 ]
|
|
||||||
}
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user