You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
711 B
39 lines
711 B
4 months ago
|
cc_library_shared {
|
||
|
name: "libdrv_aicpu",
|
||
|
proprietary: true,
|
||
|
compile_multilib: "64",
|
||
|
|
||
|
srcs: [
|
||
|
"aicpu_api.c",
|
||
|
],
|
||
|
|
||
|
include_dirs: [
|
||
|
"vendor/platform/secure_c/include",
|
||
|
],
|
||
|
|
||
|
header_libs: [
|
||
|
"libuapi_npu_headers",
|
||
|
"libuapi_npu_source_headers",
|
||
|
"drv_generic_headers",
|
||
|
"drv_npu_headers",
|
||
|
"libuapi_npu_acl_headers",
|
||
|
"libuapi_slog_headers",
|
||
|
"libuapi_npu_devmm_headers",
|
||
|
],
|
||
|
|
||
|
export_header_lib_headers: [
|
||
|
"libuapi_npu_headers",
|
||
|
],
|
||
|
|
||
|
shared_libs: [
|
||
|
"libslog",
|
||
|
"libdrvdevdrv",
|
||
|
"libuapi_securec",
|
||
|
],
|
||
|
|
||
|
cflags: [
|
||
|
"-DLOG_TAG=\"aicpu\"",
|
||
|
],
|
||
|
clang: true,
|
||
|
}
|