LOCAL_PATH := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))

LOCAL_NAME := emulator_gp_client
LOCAL_INCLUDE_DIRS := ../../include/gp-api ../../include/gp-mb/ protocol client log_utils \
filesystem
LOCAL_CFLAGS += -DMB_PO_ROOT_DIR=\"./mb_po\" -D_POSIX_C_SOURCE=199309 -std=c99
LOCAL_SRC_C := client/teec_common_emulator.c \
               client/tee_client_api.c \
               client/tees_client_log_console.c \
               client/teec_callback_handler.c \
               protocol/socket_utils.c \
               protocol/teec_param_utils.c \
               log_utils/log_utils.c \
               filesystem/fs_utils.c \
               filesystem/fs_po.c

include $(BUILD_HOST_LIBRARY)
