summaryrefslogtreecommitdiff
path: root/mobicore/daemon/Daemon/Device/Android.mk
blob: e83052699b272655b69002bbe5b46fc0d641811f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# =============================================================================
#
# MC driver device files
#
# =============================================================================

# This is not a separate module.
# Only for inclusion by other modules.
# All paths are relative to APP_PROJECT_PATH

DEVICE_PATH := Daemon/Device
include $(LOCAL_PATH)/$(DEVICE_PATH)/Platforms/Android.mk

# Add new folders with header files here
# Include paths are absolute paths
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(DEVICE_PATH) \
	$(LOCAL_PATH)/$(DEVICE_PATH)/public

# Add new source files here
LOCAL_SRC_FILES += $(DEVICE_PATH)/DeviceIrqHandler.cpp \
	$(DEVICE_PATH)/DeviceScheduler.cpp \
	$(DEVICE_PATH)/TAExitHandler.cpp \
	$(DEVICE_PATH)/MobiCoreDevice.cpp \
	$(DEVICE_PATH)/NotificationQueue.cpp \
	$(DEVICE_PATH)/TrustletSession.cpp \