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

📄 libinfo.h

📁 an example of programming philips pegoda reader
💻 H
字号:
//////////////////////////////////////////////////////////////////////////////
//         Copyright (c), Philips Semiconductors Gratkorn / Austria
//
//                     (C)PHILIPS Electronics N.V.2000
//       All rights are reserved. Reproduction in whole or in part is 
//      prohibited without the written consent of the copyright owner.
//  Philips reserves the right to make changes without notice at any time.
// Philips makes no warranty, expressed, implied or statutory, including but
// not limited to any implied warranty of merchantability or fitness for any
//particular purpose, or that the use will not infringe any third party patent,
// copyright or trademark. Philips must not be liable for any loss or damage
//                          arising from its use.
//////////////////////////////////////////////////////////////////////////////
//
// Projekt: CommonLib
//
// $Workfile:: LibInfo.h                                                 $ 
// $Modtime:: 10.09.01 11:53                                             $ 
// $Author:: Hb                                                          $
// $Revision:: 1                                                         $
//
// Comment: Defines LibInfo keys
//
// Functions:
//============================================================================
// $History:: LibInfo.h                                                  $
// 
// *****************  Version 1  *****************
// User: Hb           Date: 13.12.01   Time: 9:53
// Created in $/Projects/Reader/MF_EV_800/CD_Master_MF_EV_700/PCDevelopmen
// 
// *****************  Version 9  *****************
// User: Trr          Date: 2.08.01    Time: 15:22
// Updated in $/Projects/Reader/CommonLib/Include
// 
// *****************  Version 7  *****************
// User: Em           Date: 3.07.01    Time: 12:03
// Updated in $/Projects/Reader/Micore/PcSoftware/Include
// 
// *****************  Version 6  *****************
// User: Hb           Date: 28.06.01   Time: 9:26
// Updated in $/Projects/Reader/RD260_560/Include
// 
// *****************  Version 5  *****************
// User: Hb           Date: 25.06.01   Time: 7:29
// Updated in $/Projects/Reader/Micore/PcSoftware/Include
// 
// *****************  Version 4  *****************
// User: Jw           Date: 14.02.01   Time: 8:39
// Updated in $/Projects/Reader/CommonLib/Include
// Added MF260_VERSION,
// Added MF260_BUILD
// 
// *****************  Version 3  *****************
// User: Jw           Date: 1.02.01    Time: 16:21
// Updated in $/Projects/Reader/CommonLib/Include
// 
// *****************  Version 1  *****************
// User: Jw           Date: 1.02.01    Time: 8:35
// Created in $/Private/JW/CommonLib/Include
// 
// *****************  Version 2  *****************
// User: Cri          Date: 15.12.00   Time: 10:10
// Updated in $/Projects/Reader/CommonLib/Include
// 
// *****************  Version 1  *****************
// User: Cri          Date: 15.12.00   Time: 10:06
// Created in $/Projects/Reader/CommonLib/Include
// <Prefix>LibInfo key definition
//////////////////////////////////////////////////////////////////////////////
#ifndef __LIBINFO_H__
#define __LIBINFO_H__

enum  { MFPORT_VERSION,
        MFPORT_BUILD,
        MF150_VERSION,
        MF150_BUILD,
        MF171_VERSION,
        MF171_BUILD,
        MF260_VERSION,
        MF260_BUILD,
        RD260_560_VERSION,
        RD260_560_BUILD,
        MF500_VERSION,
        MF500_BUILD,
        SL400_VERSION,
        SL400_BUILD,
        RD700_VERSION,
        RD700_BUILD,
        MFSIM_VERSION,
        MFSIM_BUILD,
        RCSIM_VERSION,
        RCSIM_BUILD,
        MFGENERIC_VERSION,
        MFGENERIC_BUILD,
        TCL_VERSION,
        TCL_BUILD,
        COMMONDLG_VERSION,
        COMMONDLG_BUILD,
        PCOMM_VERSION,
        PCOMM_BUILD,
        };

#endif // __LIBINFO_H__

⌨️ 快捷键说明

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