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.

47 lines
1.2 KiB

  1. // Copyright (c) 1998-1999, Microsoft Corporation, all rights reserved
  2. //
  3. // arp1394.rc
  4. // IEEE1394 ARP Module (ARP1394.SYS)
  5. // Version resource
  6. //
  7. // 11/01/98 JosephJ created
  8. #include <windows.h>
  9. #include <ntverp.h>
  10. /*-----------------------------------------------*/
  11. /* the following lines are specific to this file */
  12. /*-----------------------------------------------*/
  13. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  14. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  15. * The strings don't need a '\0', since common.ver has them.
  16. */
  17. #define VER_FILETYPE VFT_DRV
  18. /* possible values: VFT_UNKNOWN
  19. VFT_APP
  20. VFT_DLL
  21. VFT_DRV
  22. VFT_FONT
  23. VFT_VXD
  24. VFT_STATIC_LIB
  25. */
  26. #define VER_FILESUBTYPE VFT2_DRV_NETWORK
  27. /* possible values VFT2_UNKNOWN
  28. VFT2_DRV_PRINTER
  29. VFT2_DRV_KEYBOARD
  30. VFT2_DRV_LANGUAGE
  31. VFT2_DRV_DISPLAY
  32. VFT2_DRV_MOUSE
  33. VFT2_DRV_NETWORK
  34. VFT2_DRV_SYSTEM
  35. VFT2_DRV_INSTALLABLE
  36. VFT2_DRV_SOUND
  37. VFT2_DRV_COMM
  38. */
  39. #define VER_FILEDESCRIPTION_STR "IP/1394 Arp Client"
  40. #define VER_INTERNALNAME_STR "ARP1394.SYS"
  41. #define VER_ORIGINALFILENAME_STR "ARP1394.SYS"
  42. #include "common.ver"