blob: 12df3cc75b968343113fb26dfbac8224491075a2 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
shared_library("libcam3_app") {
import("//camera/hal/mediatek/common-config.gni")
sources = [
"AppStreamBuffers.cpp",
"AppStreamMgr.FrameHandler.cpp",
"AppStreamMgr.cpp",
"Cam3ImageStreamInfo.cpp",
]
include_dirs += [
".",
"${mtk_root_path}/mtkcam/custom",
"${mtk_root_path}/mtkcam/custom/common/hal/inc",
"${mtk_root_path}/mtkcam/custom/mt8183",
"${mtk_root_path}/mtkcam/custom/mt8183/hal/imgsensor_src",
"${mtk_root_path}/mtkcam/custom/mt8183/hal/inc",
"${mtk_root_path}/mtkcam/custom/mt8183/kernel/imgsensor",
"${mtk_root_path}/mtkcam/include/mtkcam/def/",
"${mtk_root_path}/mtkcam/include/mtkcam/utils/std",
"${mtk_root_path}/mtkcam/include",
"${mtk_root_path}/mtkcam/ipc",
"${mtk_root_path}/mtkcam/utils",
]
libs += [
"camera_metadata",
"cbm",
"pthread",
]
deps += [
"//camera/hal/mediatek/mtkcam/ipc/client:libcam_algo_client",
"//camera/hal/mediatek/mtkcam/pipeline/utils:libmtkcam_streamutils",
"//camera/hal/mediatek/mtkcam/utils/TuningUtils:libmtkcam_tuning_utils",
"//camera/hal/mediatek/mtkcam/utils/debug:libmtkcam_debugutils",
"//camera/hal/mediatek/mtkcam/utils/gralloc:libmtkcam_grallocutils",
"//camera/hal/mediatek/mtkcam/utils/hw:libmtkcam_hwutils",
"//camera/hal/mediatek/mtkcam/utils/imgbuf:libmtkcam_imgbuf",
"//camera/hal/mediatek/mtkcam/utils/metadata:libmtkcam_metadata",
"//camera/hal/mediatek/mtkcam/utils/module:libmtkcam_modulehelper",
"//camera/hal/mediatek/mtkcam/utils/property_service:libmtk_property",
"//camera/hal/mediatek/mtkcam/utils/std:libmtkcam_stdutils",
]
}