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.

37 lines
858 B

  1. ;----------------------------------------------------------------------------
  2. ; Watchdog Timer Device
  3. ;----------------------------------------------------------------------------
  4. ;
  5. [Version]
  6. Signature="$WINDOWS NT$"
  7. Class=System
  8. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  9. Provider=%MICROSOFT%
  10. LayoutFile=layout.inf
  11. DriverVer=4/9/2002,5.1.3621.0
  12. [DestinationDirs]
  13. WdDeviceCopyFiles=10,system32\drivers
  14. [Manufacturer]
  15. %MICROSOFT%=Microsoft
  16. [Microsoft]
  17. %WdDeviceDesc%=WdDevice,*PNP0C18
  18. [WdDevice]
  19. CopyFiles=WdDeviceCopyFiles
  20. [WdDeviceCopyFiles]
  21. wd.sys
  22. [WdDevice.Services]
  23. AddService=Wd,%SPSVCINST_ASSOCSERVICE%,WdDeviceService
  24. [WdDeviceService]
  25. ServiceType=%SERVICE_KERNEL_DRIVER%
  26. StartType=%SERVICE_BOOT_START%
  27. ErrorControl=%SERVICE_ERROR_NORMAL%
  28. DisplayName=%WdServiceDisplayName%
  29. ServiceBinary=%12%\wd.sys