Home | History | Annotate | Download | only in Device
      1 # =============================================================================
      2 #
      3 # MC driver device files
      4 #
      5 # =============================================================================
      6 
      7 # This is not a separate module.
      8 # Only for inclusion by other modules.
      9 # All paths are relative to APP_PROJECT_PATH
     10 
     11 DEVICE_PATH := Daemon/Device
     12 include $(LOCAL_PATH)/$(DEVICE_PATH)/Platforms/Android.mk
     13 
     14 # Add new folders with header files here
     15 # Include paths are absolute paths
     16 LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(DEVICE_PATH) \
     17 	$(LOCAL_PATH)/$(DEVICE_PATH)/public
     18 
     19 # Add new source files here
     20 LOCAL_SRC_FILES += $(DEVICE_PATH)/DeviceIrqHandler.cpp \
     21 	$(DEVICE_PATH)/DeviceScheduler.cpp \
     22 	$(DEVICE_PATH)/MobiCoreDevice.cpp \
     23 	$(DEVICE_PATH)/NotificationQueue.cpp \
     24 	$(DEVICE_PATH)/TrustletSession.cpp \
     25