;
; Xen event channel setup definition file
;
; Copyright (c) 2007 Citrix Systems, Inc.
;
[Version]
Signature = "$Windows NT$"
Class=System
ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
Provider=%Citrix%
CatalogFile=xevtchn.cat
DriverVer=08/13/2008,5.0.0.10527
[DestinationDirs]
DefaultDestDir = 12
[SourceDisksNames]
0=%DiskDesc%
[SourceDisksFiles]
xevtchn.sys=0,,
xenutil.sys=0,,
[Manufacturer]
%Citrix%=Citrix
[Citrix]
%XenEventDesc%=XenEvent_Inst,root\xenevtchn
[XenEvent_Inst]
CopyFiles = @xevtchn.sys
CopyFiles = @xenutil.sys
LogConfig = EventChannel
[EventChannel]
ConfigPriority=NORMAL
MemConfig=2d000@0-FFFFFFFF(D)
IRQConfig=L:5,9,10,11
[XenEvent_Inst.Services]
AddService = xenevtchn,0x00000002,XenEvent_Service,
[XenEvent_Inst.HW]
AddReg = XenEvent_Reg
[XenEvent_Reg]
HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;LA)(A;;GA;;;SY)"
[XenEvent_Service]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\xevtchn.sys
LoadOrderGroup = System Bus Extender
[Strings]
; *******Localizable Strings*******
Citrix= "Citrix Systems, Inc."
DiskDesc= "Citrix XenServer System drivers"
XenEventDesc= "Citrix XenServer PV Xenbus bridge"
; *******Non Localizable Strings*******
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
|