blob: de5fef53a7191b4c6e2b558bbbf44d31f6be02b6 [file] [log] [blame]
Bhuvan Varshney57fb3072019-12-26 10:35:30 +05301cc_binary {
Gaurav Singhal5972a802020-01-14 19:13:38 +05302 name: "vendor.nxp.hardware.nfc@2.0-service",
Bhuvan Varshney57fb3072019-12-26 10:35:30 +05303 defaults: ["hidl_defaults"],
Gaurav Singhal5972a802020-01-14 19:13:38 +05304 init_rc: ["vendor.nxp.hardware.nfc@2.0-service.rc"],
Bhuvan Varshney57fb3072019-12-26 10:35:30 +05305 relative_install_path: "hw",
6 vendor: true,
7 srcs: [
8 "service.cpp",
Bhuvan Varshney0c675e32019-12-30 13:50:10 +05309 "Nfc.cpp",
Bhuvan Varshney57fb3072019-12-26 10:35:30 +053010 "NqNfc.cpp",
11 ],
12 shared_libs: [
13 "nfc_nci.nqx.default.hw",
Bhuvan Varshneyd7456f02020-03-05 17:48:48 +053014 "se_nq_extn_client",
Bhuvan Varshney57fb3072019-12-26 10:35:30 +053015 "libhidlbase",
16 "libutils",
17 "liblog",
18 "android.hardware.nfc@1.0",
19 "android.hardware.nfc@1.1",
20 "android.hardware.nfc@1.2",
Gaurav Singhal5972a802020-01-14 19:13:38 +053021 "vendor.nxp.hardware.nfc@2.0",
Bhuvan Varshney57fb3072019-12-26 10:35:30 +053022 ],
23 header_libs: [
24 "libhardware_headers",
25 ],
26 sanitize: {
27 cfi: true,
28 misc_undefined: ["signed-integer-overflow",
29 "unsigned-integer-overflow"],
30 },
31}