forked from virtio-win/kvm-guest-drivers-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqemufwcfg.inf
41 lines (34 loc) · 808 Bytes
/
qemufwcfg.inf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
;/*++
;
;Copyright (c) 2016-2017 Red Hat Inc.
;
;Module Name:
; qemufwcfg.inf
;
;Abstract:
; QEMU Firmware Configuration Device null driver
;
;Installation Notes:
; Step by step driver installation wiki:
; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation
;
;--*/
[Version]
Signature="$Windows NT$"
Class=System
ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
Provider=%QEMU%
DriverVer=10/21/2016,1.0.0
CatalogFile=qemufwcfg.cat
[Manufacturer]
%QEMU%=QEMU,NTx86,NTAMD64
[QEMU.NTx86]
%FWCfg.DeviceDesc% = FWCfg_Device, ACPI\QEMU0002
[QEMU.NTAMD64]
%FWCfg.DeviceDesc% = FWCfg_Device, ACPI\QEMU0002
[FWCfg_Device.NT]
[FWCfg_Device.NT.Services]
AddService = ,2 ; no value for the service name
[Strings]
QEMU="QEMU"
FWCfg.DeviceDesc = "QEMU FWCfg Device"