mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-27 10:11:08 +00:00
features名称修改
Signed-off-by: rsin <renxin20@h-partners.com>
This commit is contained in:
parent
9a43b4f6d5
commit
d86c8b9fbd
@ -12,11 +12,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
declare_args() {
|
||||
telephony_ext_feature = false
|
||||
telephony_vsim_feature = false
|
||||
telephony_fullnetwork_feature = false
|
||||
data_service_ext_feature = false
|
||||
|
||||
telephony_hicollie_able = true
|
||||
if (defined(global_parts_info) &&
|
||||
!defined(global_parts_info.hiviewdfx_hicollie)) {
|
||||
@ -24,21 +19,10 @@ declare_args() {
|
||||
}
|
||||
}
|
||||
|
||||
print("telephony_ext_feature = ${telephony_ext_feature}")
|
||||
telephony_extra_defines = []
|
||||
|
||||
if (telephony_ext_feature) {
|
||||
if (defined(global_parts_info) &&
|
||||
defined(global_parts_info.telephony_telephony_enhanced)) {
|
||||
telephony_extra_defines += [ "OHOS_BUILD_ENABLE_TELEPHONY_EXT" ]
|
||||
}
|
||||
|
||||
if (telephony_vsim_feature) {
|
||||
telephony_extra_defines += [ "OHOS_BUILD_ENABLE_TELEPHONY_VSIM" ]
|
||||
}
|
||||
|
||||
if (telephony_fullnetwork_feature) {
|
||||
telephony_extra_defines += [ "OHOS_BUILD_ENABLE_TELEPHONY_FULLNETWORK" ]
|
||||
}
|
||||
|
||||
if (data_service_ext_feature) {
|
||||
telephony_extra_defines += [ "OHOS_BUILD_ENABLE_DATA_SERVICE_EXT" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user