mirror of
https://github.com/openharmony/device_board_isoftstone.git
synced 2026-07-01 21:54:04 -04:00
cd6d43da78
Signed-off-by: liu-xingkai <liuxingkai1@huawei.com>
34 lines
1.1 KiB
Plaintext
Executable File
34 lines
1.1 KiB
Plaintext
Executable File
# Copyright (c) 2021 - 2023 iSoftStone 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.
|
|
|
|
soc_company = "rockchip"
|
|
soc_name = "rk3399"
|
|
|
|
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}/kernel/hdf/drivers/camera"
|
|
chipset_camera_path =
|
|
"//device/board/${product_company}/${device_name}/kernel/hdf/drivers/camera"
|
|
is_support_v4l2 = true
|
|
if (is_support_v4l2) {
|
|
is_support_mpi = false
|
|
defines += [ "SUPPORT_V4L2" ]
|
|
}
|