| Server IP : 123.56.80.60 / Your IP : 216.73.216.78 Web Server : Apache/2.4.54 (Win32) OpenSSL/1.1.1s PHP/7.4.33 mod_fcgid/2.3.10-dev System : Windows NT iZhx3sob14hnz7Z 10.0 build 14393 (Windows Server 2016) i586 User : SYSTEM ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /ProgramData/aliyun/vminit/moc/Win8/amd64/kvm/ |
Upload File : |
;/*++
;
;Copyright (c) 2015-2017 Red Hat Inc.
;
;
;Module Name:
; pvpanic.inf
;
;Abstract:
;
;Installation Notes:
; Using Devcon: Type "devcon install pvpanic.inf ACPI\QEMU0001" to install
;
;--*/
[Version]
Signature = "$WINDOWS NT$"
Class = System
ClassGuid = {4d36e97d-e325-11ce-bfc1-08002be10318}
Provider = %VENDOR%
DriverVer=01/16/2020,62.61.101.58015
CatalogFile = pvpanic.cat
PnpLockdown = 1
[DestinationDirs]
DefaultDestDir = 12
PVPanic_Device_CoInstaller_CopyFiles = 11
[SourceDisksNames]
1 = %DiskName%,,,""
[SourceDisksFiles]
pvpanic.sys = 1,,
WdfCoInstaller01011.dll=1 ; make sure the number matches with SourceDisksNames
; ---------------
; Install Section
; ---------------
[Manufacturer]
%VENDOR% = PVPanic,NTamd64.6.2
[PVPanic.NTamd64.6.2]
%PVPanic.DeviceDesc% = PVPanic_Device, ACPI\QEMU0001
[PVPanic_Device.NT]
CopyFiles = PVPanic_CopyFiles
[PVPanic_CopyFiles]
pvpanic.sys
; --------------------
; Service Installation
; --------------------
[PVPanic_Device.NT.Services]
AddService = PVPanic,0x00000002,PVPanic_Service_Install
[PVPanic_Service_Install]
DisplayName = %PVPanic.Service%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\pvpanic.sys
LoadOrderGroup = Extended Base
; ----------------
; WDF Installation
; ----------------
[PVPanic_Device.NT.CoInstallers]
AddReg=PVPanic_Device_CoInstaller_AddReg
CopyFiles=PVPanic_Device_CoInstaller_CopyFiles
[PVPanic_Device_CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01011.dll,WdfCoInstaller"
[PVPanic_Device_CoInstaller_CopyFiles]
WdfCoInstaller01011.dll
[PVPanic_Device.NT.Wdf]
KmdfService = PVPanic, PVPanic_wdfsect
[PVPanic_wdfsect]
KmdfLibraryVersion = 1.11
[Strings]
VENDOR = "Red Hat, Inc."
DiskName = "QEMU PVPanic Installation Disk"
PVPanic.DeviceDesc = "QEMU PVPanic Device"
PVPanic.Service = "QEMU PVPanic Service"