include $(TOPDIR)/rules.mk

APP_TITLE:=VuCI UI Support for ITxPT

ifneq (,$(filter m,$(CONFIG_PACKAGE_vuci-app-itxpt-ui))$(DUMP))
	APP_TLT_NAME:=ITxPT
	APP_ROUTER:=$(TLT_PLATFORM_NAME)
	APP_APP_NAME:=itxpt
endif

include ../app.mk

define Package/vuci-app-itxpt-ui/description
	Vehicle Communication Gateway (VCG) module implementation, designed for providing communication between vehicle and server.
endef

# call BuildPackage - OpenWrt buildroot signature
