hurricane/arducam/arducam.mk

# The name of the project component
NAME := app_hurricane_arducam
$(NAME)_INCLUDES := .
# Enable/disable automatic generation of static function prototypes in project source code
$(NAME)_AUTO_PROTOTYPE := 1
# List of files to include in the project build. Paths relative to the project's directory
$(NAME)_SOURCES := \
main.c \
camera.c \
network.c \
settings.c
# Paths to app settings .ini files (paths are relative to project directory)
$(NAME)_SETTINGS_INCLUDES := resources/settings.ini
# Include the webapp resource files
$(NAME)_REQUIRED_COMPONENTS += components.gecko_os.hurricane
$(NAME)_REQUIRED_COMPONENTS += resources.gecko_os.webapp
$(NAME)_REQUIRED_COMPONENTS += components.gecko_os.cameras.arducam
$(NAME)_REQUIRED_FEATURES := DRIVER_CAMERA_OV2640
# Path to resource manifest .cfg file (path is relative to project directory)
$(NAME)_RESOURCE_MANIFEST_PATH := resources/manifest.cfg