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.

44 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 1991 - 2002 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. @@BEGIN_DDKSPLIT
  15. Author:
  16. Wesley Witt (wesw) 1-Oct-2001
  17. @@END_DDKSPLIT
  18. Environment:
  19. Kernel mode only.
  20. Notes:
  21. --*/
  22. #include <windows.h>
  23. #include <ntverp.h>
  24. #define VER_FILETYPE VFT_DRV
  25. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  26. #define VER_FILEDESCRIPTION_STR "Microsoft Virtual NVRAM Driver"
  27. #define VER_INTERNALNAME_STR "msnvram.sys"
  28. #define VER_ORIGINALFILENAME_STR "msnvram.sys"
  29. #define VER_LANGNEUTRAL
  30. #include "common.ver"