ifeq ($(DTVKIT_HBBTV_INCLUDE_PATH),)
$(error DTVKIT_HBBTV_INCLUDE_PATH is not defined)
endif


COMP=hbbtvif

TOP_DIR = ../..

INCLUDES = ./inc \
           $(DTVKIT_HBBTV_INCLUDE_PATH) \
           ../../midware/stb/inc \
           ../../platform/inc \
			  ../../dvb/inc

SRCS = conf.c \
		debug.c \
		decoding.c \
		mediaplayer.c \
		os.c \
		pvr.c \
		service.c \
		control.c \
		network.c

include ../../common.mak

clean: common_clean

module_clean:

