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.

45 lines
1.4 KiB

  1. #if 0
  2. Copyright (c) 1999-2000 Microsoft Corporation
  3. #endif
  4. #include <windows.h>
  5. #include <ntverp.h>
  6. #undef VER_COMPANYNAME_STR
  7. #define VER_COMPANYNAME_STR "Microsoft Corporation"
  8. #undef VER_PRODUCTNAME_STR
  9. #define VER_PRODUCTNAME_STR "Windows CE USB Serial Host Driver"
  10. #define VER_LEGALCOPYRIGHT_YEARS "1981-2000"
  11. //
  12. // Build number: mmddyy
  13. //
  14. // This format matches the INF's DriverVer,
  15. // which is displayed to the user via Device Manager.
  16. // According to the NT DDK - when you bump the build number
  17. // you are supposed to bump the INF's DriverVer to match.
  18. //
  19. #undef VER_PRODUCTBUILD
  20. #define VER_PRODUCTBUILD 102300
  21. #undef VER_PRODUCTBUILD_QFE
  22. #define VER_PRODUCTBUILD_QFE 0
  23. #undef VER_PRODUCTVERSION_STRING
  24. #define VER_PRODUCTVERSION_STRING "1.02"
  25. #undef VER_PRODUCTVERSION
  26. #define VER_PRODUCTVERSION 1,00,VER_PRODUCTBUILD,VER_PRODUCTBUILD_QFE
  27. #undef VER_PRODUCTVERSION_W
  28. #define VER_PRODUCTVERSION_W (0x0100)
  29. #undef VER_PRODUCTVERSION_DW
  30. #define VER_PRODUCTVERSION_DW (0x01000000 | VER_PRODUCTBUILD)
  31. #define VER_FILETYPE VFT_DRV
  32. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  33. #define VER_FILEDESCRIPTION_STR "Windows CE USB Serial Host"
  34. #define VER_INTERNALNAME_STR "wceusbsh.sys"
  35. #define VER_ORIGINALFILENAME_STR "wceusbsh.sys"
  36. #include "common.ver"
  37. #include "errlog.rc"