# Copyright (c) 2022 - 2023 Shenzhen Kaihong Digital Industry Development 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 = "rockchip" soc_name = "rk3566" import("//device/soc/${soc_company}/${soc_name}/soc.gni") import("//build/ohos.gni") if (!defined(defines)) { defines = [] } product_config_path = "//vendor/${product_company}/${device_name}" board_camera_path = "//device/board/${product_company}/khdvk_3566b/camera" camera_product_name_path = "//vendor/${product_company}/${device_name}" camera_device_name_path = "//device/board/${product_company}/khdvk_3566b" is_support_v4l2 = true if (is_support_v4l2) { is_support_mpi = false defines += [ "SUPPORT_V4L2" ] }