Home | History | Annotate | Download | only in Registry
      1 # =============================================================================
      2 #
      3 # Module: MobiCore driver registry
      4 #
      5 # =============================================================================
      6 
      7 # Add new folders with header files here
      8 LOCAL_C_INCLUDES += $(LOCAL_PATH)/Registry/Public
      9 
     10 # Add new source files here
     11 LOCAL_SRC_FILES	 += Registry/Registry.cpp
     12