Home | History | Annotate | Download | only in Generic
      1 # =============================================================================
      2 #
      3 # Generic TrustZone device includes
      4 #
      5 # =============================================================================
      6 
      7 # This is not a separate module.
      8 # Only for inclusion by other modules.
      9 
     10 GENERIC_PATH := Daemon/Device/Platforms/Generic
     11 
     12 # Add new source files here
     13 LOCAL_SRC_FILES += $(GENERIC_PATH)/TrustZoneDevice.cpp
     14 
     15 # Header files for components including this module
     16 LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(GENERIC_PATH)
     17