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

📄 version.h

📁 一个免费的SMART CARD OS系统。
💻 H
字号:
#ifndef TCK_VERSION__H/* ============================================================================   Project Name : jayaCard TCK   Module Name  : proto/tck/common/version.h   Version : $Id: version.h,v 1.5 2004/01/11 09:56:34 dgil Exp $	Description: TCK project versioning / code quality / private    The Original Code is jayaCard TCK 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):	Permission is granted to any individual to use, copy, or redistribute	this software so long as all of the original files are included	unmodified, that it is not sold for profit, and that this copyright	notice is retained.    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.   History Rev	Description   041003 dgil	wrote it from scratch   ============================================================================*/#define TCK_VERSION__H/* =========================================================================	Versioning change is the exclusive responsability of the jayaCard team	VERSION		this is the version number; will be incremented when major change		will occur such as major architecture change OR major platform		addition.	SUBVERSION		this is the subversion number; will be incremented when minor change		will occur such as minor architecture improvement OR new 		microcontroller addition OR platform update.	BUILDNUM		this is the daily build number; will begin to be incremented daily 		when both daily build and smoke testing will be in place.   ========================================================================= */#define	VERSION		0#define SUBVERSION	0#define BUILDNUM	1/* =========================================================================	ALPHA, BETA or FINAL quality build	Software quality change is the responsability of the jayaCard team   ========================================================================= */#define ALPHA/* #define BETA *//* #define FINAL *//* =========================================================================	COMPONENT	Component number addition is the responsability of the jayaCard team   ========================================================================= */#define COMPONENT_SIMULATOR		0xAA	/* Generic for Simulator only */#define COMPONENT_P8RF6008		0x01#define COMPONENT_P8RF5016		0x02#define COMPONENT_TIBURON		0x03#define COMPONENT_SDCC			0x04	/* Generic for SDCC compile/link only */#define COMPONENT_ATMEGA161		0x05#define COMPONENT_ST19XR08		0x06#define COMPONENT_ST19XR34		0x07/* =========================================================================	PRIVATE	Outside jayaCard build system, you must define this symbol.   ========================================================================= *//* #define PRIVATE *//* ========================================================================= */#endif/* defined TCK_VERSION__H */

⌨️ 快捷键说明

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