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.

42 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1991 - 2001 Microsoft Corporation
  3. Module Name:
  4. ### ## # ## ## # ## ## ##### ### ## ## ##### ####
  5. ## # ## ### ## ### # ## ## ## ## ### ### ### ## ## ## #
  6. ### ## ### ## #### # ## ## ## ## ## ## ######## ## ## ##
  7. ### ## # # ## # #### #### ##### ## ## # ### ## ##### ##
  8. ### ### ### # ### #### #### ####### # # ## #### ##
  9. # ## ### ### # ## ## ## ## ## ## # ## ## ## ## ## #
  10. ### ## ## # # ## ## ## ## ## # ## ## ## ## ####
  11. Abstract:
  12. This module contains the resource definition for the
  13. NVRAM miniport driver.
  14. Author:
  15. Wesley Witt (wesw) 1-Oct-2001
  16. Environment:
  17. Kernel mode only.
  18. Notes:
  19. --*/
  20. #include <windows.h>
  21. #include <ntverp.h>
  22. #define VER_FILETYPE VFT_DRV
  23. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  24. #define VER_FILEDESCRIPTION_STR "ServerWorks NVRAM Driver"
  25. #define VER_INTERNALNAME_STR "swnvram.sys"
  26. #define VER_ORIGINALFILENAME_STR "swnvram.sys"
  27. #define VER_LANGNEUTRAL
  28. #include "common.ver"