⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tclconf.out.h

📁 一个免费的SMART CARD OS系统。
💻 H
字号:
#ifndef TCLCONF__H/* ============================================================================   Project Name : jayaCard   Module Name  : proto/cdl/biosconf.h   Version : $Id: tclconf.out.h,v 1.2 2004/04/24 20:32:34 dgil Exp $	Description: This is the template Configuration Description File for BIOS    The Original Code is jayaCard code.    The Initial Developer of the Original Code is Gilles Dumortier.	Portions created by the Initial Developer are Copyright (C) 2002-2004 the    Initial Developer. All Rights Reserved.    Contributor(s):    This program is free software; you can redistribute it and/or modify    it under the terms of the GNU General Public License as published by    the Free Software Foundation; either version 2 of the License, or    (at your option) any later version.    This program is distributed in the hope that it will be useful,    but WITHOUT ANY WARRANTY; without even the implied warranty of    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    GNU General Public License for more details.    You should have received a copy of the GNU General Public License    along with this program; see http://www.gnu.org/licenses/gpl.html   History Rev	Description   030203 dgil	wrote it from scratch   ============================================================================*/#define TCLCONF__H/* ========================================================================= * The overall TCL package definition. {{CFG_DATA cdl_package JAYA_PACKAGE_TCL {	display		"T=CL Contactless Protocol"	parent		JAYA_PACKAGE_BIOS	type		dummy	requires    JAYA_CONTACTLESS_INTERFACE	description	"	This package contains the core functionality of the jayaCard T=CL 	contactless protocol. It relies on functionality provided by the HAL 	packages and by the jayaCard infrastructure. In turn the T=CL package 	provides support for other packages such as the BIOS, the COS and its 	extensions.	" } cdl_component JAYACFG_CONTACTLESS_TYPEA {	display		"Protocol 14443 Type A"	parent		JAYA_PACKAGE_TCL	type		boolean	default		1	requires    JAYACFG_CONTACTLESS_INTERFACE_TYPEA	description	"	This component contains the core functionality of the jayaCard T=CL 	14443 Type A contactless protocol. It relies on functionality provided 	by the HAL packages and by the contactless interface.	" } cdl_component JAYACFG_CONTACTLESS_TYPEB {	display		"Protocol 14443 Type B"	parent		JAYA_PACKAGE_TCL	type		boolean	default		1	requires    JAYACFG_CONTACTLESS_INTERFACE_TYPEB	description	"	This component contains the core functionality of the jayaCard T=CL 	14443 Type B contactless protocol. It relies on functionality provided 	by the HAL packages and by the contactless interface.	" } cdl_component JAYA_TCL_COMMON {	display		"Common Options"	parent		JAYA_PACKAGE_TCL	type		dummy	description	"	This component contains the common configuration options of the jayaCard 	T=CL contactless protocol.	" } }}CFG_DATA*/#undef JAYA_PACKAGE_TCL#undef JAYACFG_CONTACTLESS_TYPEA#undef JAYACFG_CONTACTLESS_TYPEB/* ========================================================================= * The overall TCL Common definitions. {{CFG_DATA cdl_component JAYA_TCL_WTX {	display		"Support WTX"	parent		JAYA_TCL_COMMON	type		boolean	default		1	description	"	If set, support the WTX and export the BIOS_TCL_WTX(wtxm) function.	" } cdl_option JAYACFG_WTXM {	display		"WTX multiplier"	parent		JAYA_TCL_COMMON	type		count	legal_values 0x00 to 0xFF	default		0x04	description	"	The WTX multiplier parameter.	" } }}CFG_DATA*/#undef JAYA_TCL_WTX#define	JAYACFG_WTXM		0x04/* ========================================================================= */#endif/* defined TCLCONF__H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -