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.1 KiB

  1. /*++
  2. Copyright (c) 1999, 2000 Microsoft Corporation.
  3. Module Name:
  4. e100.rc
  5. Abstract:
  6. Internal resource file for filter.
  7. --*/
  8. #include <windows.h>
  9. #include <ntverp.h>
  10. #define VER_FILETYPE VFT_DRV
  11. #define VER_FILESUBTYPE VFT2_DRV_NETWORK
  12. #define VER_FILEDESCRIPTION_STR "Sample Driver for Intel EtherExpress PRO PCI Adapters"
  13. #define VER_INTERNALNAME_STR "e100.sys"
  14. #define VER_ORIGINALFILENAME_STR "e100.sys"
  15. #define VER_FILEVERSION 1,05,00,0000
  16. #define VER_FILEVERSION_STR "1.05.00.0000"
  17. #undef VER_PRODUCTVERSION
  18. #define VER_PRODUCTVERSION VER_FILEVERSION
  19. #undef VER_PRODUCTVERSION_STR
  20. #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
  21. #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1999 Microsoft Corporation"
  22. #ifdef VER_COMPANYNAME_STR
  23. #undef VER_COMPANYNAME_STR
  24. #define VER_COMPANYNAME_STR "Microsoft Corporation"
  25. #endif
  26. #undef VER_PRODUCTNAME_STR
  27. #define VER_PRODUCTNAME_STR "Intel EtherExpress PRO PCI Adapters"
  28. #include "common.ver"
  29. NdisMofResource MOFDATA e100.bmf