Add new CHRE sensor types.

Add new CHRE sensor types:
      i) Stationay detect sensor.
     ii) Instant motion detect sensor.
    iii) Reserved space for WWAN sensor types

Test: Run update makefiles.
Change-Id: I1e96b8614f88653d918d8cfa5fa86170e1a5dac3
diff --git a/contexthub/1.0/types.hal b/contexthub/1.0/types.hal
index c8ea623..2a58c0b 100644
--- a/contexthub/1.0/types.hal
+++ b/contexthub/1.0/types.hal
@@ -51,6 +51,8 @@
     BAROMETER,
     PROXIMITY_SENSOR,
     AMBIENT_LIGHT_SENSOR,
+    STATIONARY_DETECT,
+    INSTANT_MOTION_DETECT,
 
     GPS = 0x100,
     // Reserving this space for variants on GPS
@@ -65,6 +67,10 @@
     // Reserving this space for variants on Camera
 
     BLE = 0x500,
+    // Reserving this space for variants on Bluetooth Low Energy
+
+    WWAN = 0x600,
+    // Reserving this space for variants on WWAN
 
     PRIVATE_SENSOR_BASE = 0x10000,
     // Sensor types beyond PRIVATE_SENSOR_BASE are custom types