summaryrefslogtreecommitdiffstats
path: root/src/com/android/nfc/NfcService.java
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2012-07-20 15:09:37 -0400
committerMartijn Coenen <maco@google.com>2012-07-24 20:29:18 -0700
commit26f6049196acaa9768ba6bdef343216ea878a4c1 (patch)
tree6dbe4f38ed6d175bb4cdc1c3c8fc8f2810302f50 /src/com/android/nfc/NfcService.java
parent63cccc4b5096fd9cbcb08410e69f7932375b4bc6 (diff)
downloadpackages_apps_nfc-26f6049196acaa9768ba6bdef343216ea878a4c1.tar.gz
packages_apps_nfc-26f6049196acaa9768ba6bdef343216ea878a4c1.tar.bz2
packages_apps_nfc-26f6049196acaa9768ba6bdef343216ea878a4c1.zip
Move NXP JNI and DeviceHost implementation into separate dir.
Preparation for the new NCI stack. The idea is to build either the NXP or the NCI stack, triggered by a makefile switch. To that end, move the DeviceHost and JNI implementations in their own directory, so we can build them only if needed. Change-Id: Ibb6aeb11f0bb887e153fd457860b1ad0e39e7933
Diffstat (limited to 'src/com/android/nfc/NfcService.java')
-rwxr-xr-xsrc/com/android/nfc/NfcService.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/nfc/NfcService.java b/src/com/android/nfc/NfcService.java
index 602b25d..3e7a6b5 100755
--- a/src/com/android/nfc/NfcService.java
+++ b/src/com/android/nfc/NfcService.java
@@ -23,8 +23,8 @@ import com.android.nfc.DeviceHost.LlcpSocket;
import com.android.nfc.DeviceHost.NfcDepEndpoint;
import com.android.nfc.DeviceHost.TagEndpoint;
import com.android.nfc.handover.HandoverManager;
-import com.android.nfc.nxp.NativeNfcManager;
-import com.android.nfc.nxp.NativeNfcSecureElement;
+import com.android.nfc.dhimpl.NativeNfcManager;
+import com.android.nfc.dhimpl.NativeNfcSecureElement;
import android.app.Application;
import android.app.KeyguardManager;