Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.4 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. /* These need to be defined before including common.ver: */
  4. /*-----------------------------------------------------------------*/
  5. /* String Equate Default Value (if not defined) */
  6. /* ------------------------ -------------------------------- */
  7. /* VER_LEGALCOPYRIGHT_STR VER_LEGALCOPYRIGHT_YEARS */
  8. /* VER_FILETYPE */
  9. /* VER_FILESUBTYPE */
  10. /* VER_FILEDESCRIPTION_STR */
  11. /* VER_INTERNALNAME_STR */
  12. /* VER_FILEVERSION VER_PRODUCTVERSION */
  13. /* VER_FILEVERSION_STR VER_PRODUCTVERSION_STR */
  14. /* VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR */
  15. /*-----------------------------------------------------------------*/
  16. #define VER_LEGALCOPYRIGHT_YEARS "1998-2000"
  17. #define VER_LEGALCOPYRIGHT_STR "Copyright (C) Gemplus " VER_LEGALCOPYRIGHT_YEARS
  18. #define VER_FILETYPE VFT_DRV
  19. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  20. #define VER_FILEDESCRIPTION_STR "Gemplus GemPC430 SmartCard Reader Driver"
  21. #define VER_INTERNALNAME_STR "grclass.sys"
  22. #define VER_ORIGINALFILENAME_STR "grclass.sys"
  23. #undef VER_COMPANYNAME_STR
  24. #define VER_COMPANYNAME_STR "Gemplus"
  25. #include "common.ver"
  26. #include "gemlog.rc"