commit | 1c970f1a493371aaa68f9227a8c3c395c5112fac | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Wed Sep 12 17:59:39 2012 -0400 |
committer | Martijn Coenen <maco@google.com> | Fri Sep 14 13:56:58 2012 -0700 |
tree | 47899d77ab06c750efdc26698a18ba5a50c8bf8d | |
parent | 9633d506b798cfd44172f467b59b2305b19b9b00 [diff] |
Initial NFC HAL for NCI controllers. Bug: 7123942 Change-Id: Ic64aa6477f2eb65b489b3be5d49ad21ccce63e2d
diff --git a/modules/nfc/Android.mk b/modules/nfc/Android.mk index d541b21..429fb43 100644 --- a/modules/nfc/Android.mk +++ b/modules/nfc/Android.mk
@@ -18,7 +18,7 @@ LOCAL_MODULE := nfc.default LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw -LOCAL_SRC_FILES := nfc_hw_example.c +LOCAL_SRC_FILES := nfc_pn544_example.c LOCAL_SHARED_LIBRARIES := liblog libcutils LOCAL_MODULE_TAGS := optional
diff --git a/modules/nfc/nfc_hw_example.c b/modules/nfc/nfc_pn544_example.c similarity index 100% rename from modules/nfc/nfc_hw_example.c rename to modules/nfc/nfc_pn544_example.c