Leaked source code of windows server 2003
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.

53 lines
2.0 KiB

  1. // SlbCsp.rc2 - resources for SLB CSP which Microsoft Visual C++ does
  2. // not edit directly.
  3. //
  4. // (c) Copyright Schlumberger Technology Corp., unpublished work, created
  5. // 1999. This computer program includes Confidential, Proprietary
  6. // Information and is a Trade Secret of Schlumberger Technology Corp. All
  7. // use, disclosure, and/or reproduction is prohibited unless authorized
  8. // in writing. All Rights Reserved.
  9. #ifndef APSTUDIO_INVOKED
  10. /////////////////////////////////////////////////////////////////////////////
  11. // Add manually edited resources here...
  12. // If SLB_BUILD is defined, then assume Schlumberger is doing the
  13. // build, in which case the major, minor and build numbers should be
  14. // defined. Otherwise, it is assumed Microsoft is doing the build on
  15. // Windows 2000 and defines the version numbers elsewhere.
  16. #if defined(SLB_BUILD)
  17. #define VER_PRODUCT_MAJOR 6
  18. #define VER_PRODUCT_MINOR 2
  19. // This SCCP uses the major and minor version of the DLL as the
  20. // version of this provider when returning from CPGetProvParam in
  21. // csp_api.c. The definition of CryptGetProvParam for the PP_VERSION
  22. // doesn't allow for major or minor versions greater than 255.
  23. #if (VER_PRODUCT_MINOR > 255)
  24. #error The minor version number is too large. Start a new major release.
  25. #endif
  26. #if (VER_PRODUCT_MAJOR > 255)
  27. #error The major version number is too large.
  28. #endif
  29. #include "AutoBuildCount.h"
  30. #define SLBSCU_BUILDCOUNT_NUM BUILDCOUNT_NUM
  31. #endif
  32. #define VER_INTERNALNAME_STR "slbCsp.dll"
  33. #define VER_FILETYPE VFT_DLL
  34. #define VER_FILESUBTYPE VFT2_UNKNOWN
  35. #define VER_FILEDESCRIPTION_STR "Schlumberger Smart Card CryptoAPI Library"
  36. #define SLBSCU_ROOT_PRODUCTNAME_STR "Schlumberger Smart Card Cryptographic Service Provider"
  37. #define VER_LEGALCOPYRIGHT_YEARS "1997-2000"
  38. #include <scuRcVersion.h>
  39. #include <common.ver>
  40. /////////////////////////////////////////////////////////////////////////////
  41. #endif //APSTUDIO_INVOKED