manufacturing/factory_image/factory_image.mk

# The name of the project component
NAME := factory_image
# 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
# Include only the components needed for certification testing
$(NAME)_REQUIRED_FEATURES := \
GECKO_OS_COMMANDS_ADVANCED_CONSOLE \
GECKO_OS_COMMANDS_GET_ALL \
GECKO_OS_COMMANDS_GROUP_GETTER \
GECKO_OS_COMMANDS_HELP \
GECKO_OS_NETWORK_INTERFACE_WLAN \
GECKO_OS_NETWORK_COMMANDS \
GECKO_OS_SYSTEM_MESSAGE