precomp.h

来自「一个免费的SMART CARD OS系统。」· C头文件 代码 · 共 81 行

H
81
字号
#ifndef PRECOMP__H/* ============================================================================   Project Name : jayaCard TCK   Module Name  : proto/tck/bios/fs/precomp.h   Version : $Id: precomp.h,v 1.13 2004/04/24 12:19:22 dgil Exp $	Description: precompiled header    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   021503 dgil	wrote it from scratch   ============================================================================*/#define PRECOMP__H#define XPCORE_SIMU#define JAYACFG_CONTACTLESS_TYPEA#define JAYACFG_CONTACTLESS_TYPEB#define JAYA_FILESYSTEM#define JAYA_FILESYSTEM_BINARY#define JAYA_FILESYSTEM_RECORD#define JAYA_TLV#define JAYA_FILESYSTEM_DELETE#define JAYA_FILESYSTEM_COMPACT#define JAYA_TRANSACTION#define JAYA_FILESYSTEM_INVALIDATE#define JAYA_FILESYSTEM_REHABILITATE#define JAYACFG_FILESYSTEM_INVALIDATE#define JAYA_COUNTERS/* ========================================================================= *//* configuration required                                                    *//* ========================================================================= */#define JAYACFG_APDU_LENGTH	128/* ========================================================================= */#include "tck.h"/* test FS cipher only with DES */#define JAYA_DES#define JAYACFG_SOFTWARE_DES/* ========================================================================= */#include "hal.h"#include "bios.h"#include "bioshelper.h"/* ========================================================================= *//* extensions                                                                *//* ========================================================================= */jbyte cos_check_AC_ext(void);/* ========================================================================= */#endif/* defined PRECOMP__H */

⌨️ 快捷键说明

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