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.

43 lines
1.7 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) SCM Microsystems, 1998 - 1999
  6. //
  7. // File: pscr.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. /* These need to be defined before including common.ver: */
  13. /*-----------------------------------------------------------------*/
  14. /* String Equate Default Value (if not defined) */
  15. /* ------------------------ -------------------------------- */
  16. /* VER_LEGALCOPYRIGHT_STR VER_LEGALCOPYRIGHT_YEARS */
  17. /* VER_FILETYPE */
  18. /* VER_FILESUBTYPE */
  19. /* VER_FILEDESCRIPTION_STR */
  20. /* VER_INTERNALNAME_STR */
  21. /* VER_FILEVERSION VER_PRODUCTVERSION */
  22. /* VER_FILEVERSION_STR VER_PRODUCTVERSION_STR */
  23. /* VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR */
  24. /*-----------------------------------------------------------------*/
  25. #define VER_LEGALCOPYRIGHT_YEARS "1997-1999"
  26. #define VER_LEGALCOPYRIGHT_STR "Copyright (C) SCM Microsystems, Inc. " VER_LEGALCOPYRIGHT_YEARS
  27. #define VER_FILETYPE VFT_DRV
  28. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  29. #define VER_FILEDESCRIPTION_STR "SCM PCMCIA Smart Card Reader"
  30. #define VER_INTERNALNAME_STR "pscr.sys"
  31. #define VER_ORIGINALFILENAME_STR "pscr.sys"
  32. #undef VER_COMPANYNAME_STR
  33. #define VER_COMPANYNAME_STR "SCM Microsystems, Inc."
  34. #include "common.ver"
  35. #include "pscrlog.rc"