
HARNESS_ENTRY = executeHandler_harness
HARNESS_FILE = $(HARNESS_ENTRY)

# This should be a unique identifier for this proof, and will appear on the
# Litani dashboard. It can be human-readable and contain spaces if you wish.
PROOF_UID = executeHandler_harness

INCLUDES += -I$(SRCDIR)/source/dependency/coreJSON/source/include/
INCLUDES += -I$(SRCDIR)/test/cbmc/include 

PROOF_SOURCES += $(PROOFDIR)/$(HARNESS_FILE).c
PROJECT_SOURCES += $(SRCDIR)/source/ota.c

REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_startHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_requestJobHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_processJobHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_inSelfTestHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_initFileHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_requestDataHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_processDataHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_requestJobHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_jobNotificationHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_closeFileHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_resumeHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_suspendHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_userAbortHandler
REMOVE_FUNCTION_BODY += __CPROVER_file_local_ota_c_shutdownHandler


# If this proof is found to consume huge amounts of RAM, you can set the
# EXPENSIVE variable. With new enough versions of the proof tools, this will
# restrict the number of EXPENSIVE CBMC jobs running at once. See the
# documentation in Makefile.common under the "Job Pools" heading for details.
# EXPENSIVE = true

include ../Makefile.common
