📄 precomp.h
字号:
#ifndef PRECOMP__H/* ============================================================================ Project Name : jayaCard TCK Module Name : proto/tck/bios/test02/precomp.h Version : $Id: precomp.h,v 1.7 2004/04/24 12:19:24 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/* ========================================================================= *//* configuration required *//* ========================================================================= */#define JAYACFG_APDU_LENGTH 128/* ========================================================================= */#include "tck.h"/* test02 is really using IV*/#ifdef JAYACFG_IV_ZERO#undef JAYACFG_IV_ZERO#endif#define JAYA_DES#define JAYACFG_SOFTWARE_DES#define JAYA_DESX#define JAYACFG_SOFTWARE_DESX#define JAYA_3DES#define JAYACFG_SOFTWARE_3DES//#define JAYA_AES//#define JAYACFG_SOFTWARE_AES/* ========================================================================= */#include "hal.h"#include "bios.h"#include "bioshelper.h"/* ========================================================================= */#endif/* defined PRECOMP__H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -