cloud/dps_demo/dps_demo.mk

# The name of the project component
NAME := app_cloud_dps_demo
$(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 \
nvm_defaults_validate.c \
nvm_defaults.c \
dps_demo_cli_variables.c \
dps_demo_cli_commands.c
# List of referenced libraries
$(NAME)_REQUIRED_COMPONENTS := resources.gecko_os.webapp
# Path to resource manifest .json file (path is relative to project directory)
$(NAME)_RESOURCE_MANIFEST_PATH := resources/manifest.cfg
# Paths to app settings .ini files (paths are relative to project directory)
$(NAME)_SETTINGS_INCLUDES := resources/settings.ini