Files
liu-xingkai 5e6daa952d fix:change camera build entry
Signed-off-by: liu-xingkai <liuxingkai1@huawei.com>
2023-06-06 14:02:57 +08:00

32 lines
1.0 KiB
Plaintext
Executable File

# Copyright (c) 2022 - 2023 Unionman Technology 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.
soc_company = "amlogic"
soc_name = "a311d"
import("//device/soc/${soc_company}/${soc_name}/soc.gni")
import("//build/ohos.gni")
if (!defined(defines)) {
defines = []
}
product_config_path = "//vendor/${product_company}/${product_name}"
board_camera_path =
"//device/board/${product_company}/${device_name}/hardware/camera"
is_support_v4l2 = true
if (is_support_v4l2) {
is_support_mpi = false
defines += [ "SUPPORT_V4L2" ]
}