summaryrefslogtreecommitdiff
path: root/nfc/1.0/default/service.cpp
blob: 731acd5aa282cf6783d3d9771fca70195d3d9f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define LOG_TAG "android.hardware.nfc@1.0-service"

#include <android/hardware/nfc/1.0/INfc.h>

#include <hidl/LegacySupport.h>

// Generated HIDL files
using android::hardware::nfc::V1_0::INfc;
using android::hardware::defaultPassthroughServiceImplementation;

int main() {
    return defaultPassthroughServiceImplementation<INfc>();
}