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.

121 lines
3.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Copyright (C) Gemplus Development 1998
  4. //
  5. // File: GpkCsp.rc
  6. //
  7. //--------------------------------------------------------------------------
  8. #ifdef APSTUDIO_INVOKED
  9. #error this file is not editable by Microsoft Visual C++
  10. #endif //APSTUDIO_INVOKED
  11. #include <windows.h>
  12. #include <ntverp.h>
  13. #include <resource.h>
  14. #include <cspdk.h>
  15. /////////////////////////////////////////////////////////////////////////////
  16. //
  17. // Data
  18. //
  19. CRYPT_SIG_RESOURCE_NUMBER RCDATA DISCARDABLE "GpkCsp.sig"
  20. CRYPT_MAC_RESOURCE_NUMBER RCDATA DISCARDABLE "GpkCsp.mac"
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Version
  24. //
  25. #define VER_INTERNALNAME_STR "gpkcsp.dll"
  26. #define VER_FILETYPE VFT_DLL
  27. #define VER_FILESUBTYPE VFT2_UNKNOWN
  28. #define VER_FILEDESCRIPTION_STR "Gemplus Cryptographic Service Provider"
  29. /*
  30. * ============================================================================
  31. * Optional definitions
  32. * ============================================================================
  33. *
  34. * The following symbols may be defined for your file. For a complete list,
  35. * see common.ver.
  36. */
  37. #if 0
  38. #define VER_PRODUCTNAME_STR "Sample Product Name"
  39. #define VER_FILEVERSION HIWORD(MAJOR_VER), LOWORD(MAJOR_VER), HIWORD(MINOR_VER), LOWORD(MINOR_VER)
  40. #define VER_FILEVERSION_STR "1.00"
  41. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  42. #define EXPORT_CONTROLLED /* Define this if app is export controlled. */
  43. #define EXPORT /* Then define this for export versions. */
  44. #endif
  45. #ifdef MS_BUILD
  46. #include "common.ver"
  47. #else
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // Version
  51. //
  52. VS_VERSION_INFO VERSIONINFO
  53. FILEVERSION 2,10,1,34
  54. PRODUCTVERSION 2,10,1,34
  55. FILEFLAGSMASK 0x3fL
  56. #ifdef _DEBUG
  57. FILEFLAGS 0x1L
  58. #else
  59. FILEFLAGS 0x0L
  60. #endif
  61. FILEOS 0x40004L
  62. FILETYPE 0x2L
  63. FILESUBTYPE 0x0L
  64. BEGIN
  65. BLOCK "StringFileInfo"
  66. BEGIN
  67. BLOCK "040904b0"
  68. BEGIN
  69. VALUE "Comments", "\0"
  70. VALUE "CompanyName", "Gemplus Software\0"
  71. VALUE "FileDescription", "GemSAFE CSP\0"
  72. VALUE "FileVersion", "2, 10, 1, 34\0"
  73. VALUE "InternalName", "gpkcsp\0"
  74. VALUE "LegalCopyright", "Copyright � 1999 - 2000 Gemplus Software\0"
  75. VALUE "LegalTrademarks", "GemSAFE\0"
  76. VALUE "OriginalFilename", "gpkcsp.dll\0"
  77. VALUE "PrivateBuild", "\0"
  78. VALUE "ProductName", "Gemplus GemSAFE CSP\0"
  79. VALUE "ProductVersion", "2, 10, 1, 34\0"
  80. VALUE "SpecialBuild", "\0"
  81. END
  82. END
  83. BLOCK "VarFileInfo"
  84. BEGIN
  85. VALUE "Translation", 0x409, 1200
  86. END
  87. END
  88. #endif // !_MAC
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // String Table
  92. //
  93. STRINGTABLE DISCARDABLE
  94. BEGIN
  95. #ifdef MS_BUILD
  96. IDS_GPKCSP_NAME "Gemplus GemSAFE Card CSP v1.0"
  97. #else
  98. IDS_GPKCSP_NAME "Gemplus GemSAFE Card CSP"
  99. #endif
  100. IDS_GPKCSP_TITLE " "
  101. IDS_GPKCSP_CARDLIST "GemSAFE\\x0\\x0"
  102. // IDS_GPKCSP_MUTEX "Gemplus CSP synchronization"
  103. IDS_GPKCSP_ENTRY "SOFTWARE\\Gemplus\\Cryptography\\SmartCards\\GemSAFE"
  104. IDS_GPKCSP_NOGUI "Cannot load GUI library into memory."
  105. END