# Support for business related functions (alarm clock, calendar, notes...)
OFFICE=N
NOTES=N
CALENDAR=N
PROFILES=N
# Send and receive fax and data files
DATA_SERVICES=Y
INTERNET=N
WAP=N
E_MAIL=N
FAX=N
# Frequency bands of the mobile
BAND=NO_BAND
# List of names and phone numbers
PHONEBOOK=Y
NUMBER_OF_ENTRIES=SIZE_50
# Several dialing functions (One-touch dialing, predictive text input)
COMFORT_FUNCTIONS=N
ONE_TOUCH_DIALING=N
VOICE_DIALING=N
# Speeds up text input through word completion
PREDICTIVE_TEXT_INPUT=N
%if $(OFFICE) == Y
%endif
%if $(NOTES) == Y
%endif
%if $(CALENDAR) == Y
%endif
%if $(PROFILES) == Y
%endif
%if $(DATA_SERVICES) == Y
	SRC+=services.c
	SRC+=services.h
%endif
%if $(INTERNET) == Y
	SRC+=inet.c
	SRC+=inet.h
%endif
%if $(WAP) == Y
	SRC+=wap.c
	SRC+=wap.h
%endif
%if $(E_MAIL) == Y
	SRC+=email.c
	SRC+=email.h
%endif
%if $(FAX) == Y
	SRC+=fax.c
	SRC+=fax.h
%endif
%if $(PHONEBOOK) == Y
	SRC+=phonebook.c
	SRC+=phonebook.h
%endif
%if $(COMFORT_FUNCTIONS) == Y
%endif
%if $(ONE_TOUCH_DIALING) == Y
%endif
%if $(VOICE_DIALING) == Y
%endif
%if $(PREDICTIVE_TEXT_INPUT) == Y
%endif

SRC= medium.c