summaryrefslogtreecommitdiffstats
path: root/nfc/nfc_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'nfc/nfc_hw.c')
-rw-r--r--nfc/nfc_hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nfc/nfc_hw.c b/nfc/nfc_hw.c
index 295bcab..1095375 100644
--- a/nfc/nfc_hw.c
+++ b/nfc/nfc_hw.c
@@ -142,8 +142,8 @@ static struct hw_module_methods_t nfc_module_methods = {
struct nfc_module_t HAL_MODULE_INFO_SYM = {
.common = {
.tag = HARDWARE_MODULE_TAG,
- .version_major = 1,
- .version_minor = 0,
+ .module_api_version = 1,
+ .hal_api_version = HARDWARE_HAL_API_VERSION,
.id = NFC_HARDWARE_MODULE_ID,
.name = "Tuna NFC HW HAL",
.author = "The Android Open Source Project",