Merge "Remove @hal_type from .hal files."
diff --git a/nfc/1.0/INfc.hal b/nfc/1.0/INfc.hal
index 147348f..88fd39a 100644
--- a/nfc/1.0/INfc.hal
+++ b/nfc/1.0/INfc.hal
@@ -18,7 +18,6 @@
 
 import INfcClientCallback;
 
-@hal_type(type="NFC")
 interface INfc {
     /*
      * Opens the NFC controller device and performs initialization.
diff --git a/nfc/1.0/INfcClientCallback.hal b/nfc/1.0/INfcClientCallback.hal
index 1ed0adb..f10062e 100644
--- a/nfc/1.0/INfcClientCallback.hal
+++ b/nfc/1.0/INfcClientCallback.hal
@@ -16,7 +16,6 @@
 
 package android.hardware.nfc@1.0;
 
-@hal_type(type="NFC")
 interface INfcClientCallback {
     /*
      * The callback passed in from the NFC stack that the HAL
diff --git a/tests/expression/1.0/IExpression.hal b/tests/expression/1.0/IExpression.hal
index 3dea9a4..ead131f 100644
--- a/tests/expression/1.0/IExpression.hal
+++ b/tests/expression/1.0/IExpression.hal
@@ -15,7 +15,7 @@
  */
 
 package android.hardware.tests.expression@1.0;
-@hal_type(type="LIGHT")
+
 interface IExpression {
   enum UInt64LiteralTypeGuessing : uint64_t {
     noSuffixDec1 = 0,