securemsm-kernel: Add support for Bazel for monaco
Add support for Bazel for monaco. Change-Id: I158a781252a983aed43ae5d1b11cfe444739cd07 Signed-off-by: Manasa M <quic_manam@quicinc.com>
This commit is contained in:
@@ -77,8 +77,10 @@ load(":build/pineapple.bzl", "define_pineapple")
|
||||
load(":build/blair.bzl", "define_blair")
|
||||
load(":build/sun.bzl", "define_sun")
|
||||
load(":build/niobe.bzl", "define_niobe")
|
||||
load(":build/monaco.bzl", "define_monaco")
|
||||
|
||||
define_pineapple()
|
||||
define_blair()
|
||||
define_niobe()
|
||||
define_monaco()
|
||||
define_sun()
|
||||
|
20
build/monaco.bzl
Normal file
20
build/monaco.bzl
Normal file
@@ -0,0 +1,20 @@
|
||||
load(":securemsm_kernel.bzl", "define_consolidate_gki_modules")
|
||||
|
||||
def define_monaco():
|
||||
define_consolidate_gki_modules(
|
||||
target = "monaco",
|
||||
modules = [
|
||||
"smcinvoke_dlkm",
|
||||
"tz_log_dlkm",
|
||||
"hdcp_qseecom_dlkm",
|
||||
"qce50_dlkm",
|
||||
"qcedev-mod_dlkm",
|
||||
"qrng_dlkm",
|
||||
"qcrypto-msm_dlkm",
|
||||
"qseecom_dlkm"
|
||||
],
|
||||
extra_options = [
|
||||
"CONFIG_QCOM_SMCINVOKE",
|
||||
"CONFIG_QSEECOM_COMPAT",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user