blob: 3b53d169263bc68998e4f7ad1b859a8f28af7a38 [file] [log] [blame]
Dan Willemsen242b34e2016-09-28 16:12:24 -07001cc_library_shared {
2 name: "android.hardware.nfc@1.0-impl",
Steven Moreland691a4552017-03-08 15:58:46 -08003 defaults: ["hidl_defaults"],
Dan Willemsen242b34e2016-09-28 16:12:24 -07004 relative_install_path: "hw",
Steven Moreland46c0b942017-01-12 13:33:16 -08005 proprietary: true,
Dan Willemsen242b34e2016-09-28 16:12:24 -07006 srcs: ["Nfc.cpp"],
7 shared_libs: [
8 "liblog",
9 "libcutils",
10 "libhardware",
Dan Willemsen242b34e2016-09-28 16:12:24 -070011 "libbase",
12 "libcutils",
13 "libutils",
Yifan Hong63544ea2016-11-16 14:17:58 -080014 "libhidlbase",
15 "libhidltransport",
Dan Willemsen242b34e2016-09-28 16:12:24 -070016 "android.hardware.nfc@1.0",
17 ],
18}
Steven Moreland238dd8a2017-04-27 17:52:45 -070019
20cc_binary {
21 name: "android.hardware.nfc@1.0-service",
Chih-Hung Hsieh3da5b012017-09-29 15:15:48 -070022 defaults: ["hidl_defaults"],
Steven Moreland238dd8a2017-04-27 17:52:45 -070023 relative_install_path: "hw",
24 proprietary: true,
25 init_rc: ["android.hardware.nfc@1.0-service.rc"],
26 srcs: ["service.cpp"],
27
28 shared_libs: [
29 "liblog",
30 "libcutils",
31 "libdl",
32 "libbase",
33 "libutils",
34 "libhardware",
35 "libhidlbase",
36 "libhidltransport",
37 "android.hardware.nfc@1.0",
38 ],
39
40}