44 Star 38 Fork 454

OpenHarmony / multimedia_audio_framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.gni 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
hwwuhaobo 提交于 2024-05-11 10:38 . modify daudio deps
# Copyright (c) 2022-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.
declare_args() {
audio_framework_feature_double_pnp_detect = false
audio_framework_feature_dtmf_tone = true
audio_framework_feature_support_os_account = true
audio_framework_feature_opensl_es = true
sonic_enable = true
if (!defined(global_parts_info) ||
defined(global_parts_info.drivers_interface_distributed_audio)) {
audio_framework_feature_daudio_enable = true
} else {
audio_framework_feature_daudio_enable = false
}
if (!defined(global_parts_info) ||
defined(global_parts_info.hiviewdfx_hitrace)) {
audio_framework_feature_hitrace_enable = true
} else {
audio_framework_feature_hitrace_enable = false
}
if (!defined(global_parts_info) ||
defined(global_parts_info.customization_config_policy)) {
audio_framework_config_policy_enable = true
} else {
audio_framework_config_policy_enable = false
}
if (!defined(global_parts_info) ||
defined(global_parts_info.multimodalinput_input)) {
audio_framework_feature_input = true
} else {
audio_framework_feature_input = false
}
if (!defined(global_parts_info) ||
defined(global_parts_info.powermgr_power_manager)) {
audio_framework_feature_power_manager = true
} else {
audio_framework_feature_power_manager = false
}
if (!defined(global_parts_info) ||
defined(global_parts_info.distributedhardware_device_manager)) {
audio_framework_feature_device_manager = true
} else {
audio_framework_feature_device_manager = false
}
audio_framework_feature_new_napi = true
multimedia_audio_framework_drivers =
"//drivers/peripheral/audio/interfaces/include/"
}
third_party_path = "//third_party"
1
https://gitee.com/openharmony/multimedia_audio_framework.git
git@gitee.com:openharmony/multimedia_audio_framework.git
openharmony
multimedia_audio_framework
multimedia_audio_framework
master

搜索帮助