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.

49 lines
1.2 KiB

  1. ; NTAPM.INF
  2. ; Copyright (c) Microsoft Corporation. All rights reserved.
  3. [version]
  4. LayoutFile=layout.inf
  5. signature="$Windows NT$"
  6. Class=NtApm
  7. ClassGuid={d45b1c18-c8fa-11d1-9f77-0000f805f530}
  8. Provider=%MS%
  9. ; Install class "NtApm"
  10. ;----------------------------------------------------------
  11. [ClassInstall32.NT]
  12. AddReg=ApmClass.AddReg
  13. [ApmClass.AddReg]
  14. HKR,,,,%ApmClassName%
  15. HKR,,NoDisplayClass,,1
  16. HKR,,Installer32,,"SysSetup.Dll,NtApmClassInstaller"
  17. [DestinationDirs]
  18. DefaultDestDir = 12
  19. [Manufacturer]
  20. %MSFT%=Microsoft
  21. [Microsoft]
  22. %NTAPM.DeviceDesc% = NTAPM_Inst,NTAPM
  23. [NTAPM_Inst.NT]
  24. CopyFiles = @NtApm.sys
  25. [NTAPM_Inst.NT.Services]
  26. AddService = NtApm,%SPSVCINST_ASSOCSERVICE%,NtApm_Service_Inst,NtApm_EventLog_Inst,System,%NtApm_Log_Name%
  27. [NtApm_Service_Inst]
  28. DisplayName = %NtApm.SvcDesc%
  29. ServiceType = %SERVICE_KERNEL_DRIVER%
  30. StartType = %SERVICE_DEMAND_START%
  31. ErrorControl = %SERVICE_ERROR_NORMAL%
  32. ServiceBinary = %12%\NtApm.sys
  33. LoadOrderGroup = Extended Base
  34. [NtApm_EventLog_Inst]
  35. AddReg = NtApm_EventLog_Inst_Reg
  36. [NtApm_EventLog_Inst_Reg]
  37. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\drivers\ntapm.sys"