Remove sensors and lights hal
am: f3200f7f4a

Change-Id: Ib71e66a37567ea90786fe6cd3d1dfaed0e177ff4
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 0688720..ab93a36 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -21,12 +21,8 @@
 $(call add_peripheral, intel, wifi/bcm43340)
 # Add bt controller
 $(call add_peripheral, intel, bluetooth/bcm43340)
-# Add lights HAL
-$(call add_peripheral, intel, light/mraa)
 # Add audio support
 $(call add_peripheral, intel, audio/generic/usb)
-# Add sensor support
-$(call add_peripheral, intel, sensors/mraa)
 # Add HW Keystore support
 $(call add_peripheral, intel, keystore/chaabi/src)
 # Bootctrl HAL
@@ -37,16 +33,6 @@
 BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
 BOARD_U_BOOT_ENV_SIZE := 0x10000
 
-# Specific sensors to be built into the sensors HAL
-PLATFORM_SENSOR_LIST += GroveLight
-PLATFORM_SENSOR_LIST += GroveTemperature
-PLATFORM_SENSOR_LIST += MMA7660Accelerometer
-PLATFORM_SENSOR_LIST += MPU9150Accelerometer
-PLATFORM_SENSOR_LIST += LSM303dAccelerometer
-PLATFORM_SENSOR_LIST += LSM303dOrientation
-PLATFORM_SENSOR_LIST += LSM9DS0Accelerometer
-PLATFORM_SENSOR_LIST += ProximityGPIO
-
 PRODUCT_COPY_FILES += \
     device/intel/edison/flash_tools/brillo-flashall-edison.sh:provision-device \
     device/intel/edison/fstab.device:root/fstab.${soc_name}