;/*++ ; ;Copyright (c) 2009-2011 Intel Corporation ; ;Module Name: ; MBI.inf ; ;Abstract: ; INF file for installing the Driver ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=System ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%ManufacturerName% CatalogFile=MBI.cat DriverVer=11/15/2013,603.9600.2801.29953 [DestinationDirs] DefaultDestDir = 12 ; ================= Class section ===================== [SourceDisksNames] 1 = %DiskName%,,,"" [SourceDisksFiles] MBI.sys = 1,, ;***************************************** ; Install Section ;***************************************** [Manufacturer] %ManufacturerName%=Standard,NTx86 [Standard.NTx86] %MBI.DeviceDesc%=MBI_Device, ACPI\VEN_INT&DEV_33BD&REV_0002 [MBI_Device.NT] CopyFiles=Drivers.Files AddProperty = WDTFSOCDeviceCategory Reboot [Drivers.Files] MBI.sys ;-------------- Service installation [MBI_Device.NT.Services] AddService = MBI,%SPSVCINST_ASSOCSERVICE%, MBI_Service_Inst ; -------------- MBI driver install sections [MBI_Service_Inst] DisplayName = %MBI.SVCDESC% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 0 ; SERVICE_BOOT_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\MBI.sys LoadOrderGroup = Base [WDTFSOCDeviceCategory] {5D078032-6378-437B-8DA5-9B32B7CA3FDD},2,7,,2 ; ;--- MBI_Device Coinstaller installation ------ ; ;[DestinationDirs] ;MBI_Device_CoInstaller_CopyFiles = 11 ;[MBI_Device.NT.CoInstallers] ;AddReg=MBI_Device_CoInstaller_AddReg ;CopyFiles=MBI_Device_CoInstaller_CopyFiles ;[MBI_Device_CoInstaller_AddReg] ;HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01011.dll,WdfCoInstaller" ;[MBI_Device_CoInstaller_CopyFiles] ;WdfCoInstaller01011.dll ;[SourceDisksFiles] ;WdfCoInstaller01011.dll=1 ; make sure the number matches with SourceDisksNames ;[MBI_Device.NT.Wdf] ;KmdfService = MBI, MBI_wdfsect ;[MBI_wdfsect] ;KmdfLibraryVersion = 1.11 [Strings] SPSVCINST_ASSOCSERVICE= 0x00000002 ManufacturerName="Intel Corporation" DiskName = "Intel(R) Sideband Fabric Device Installation Disk" MBI.DeviceDesc = "Intel(R) Sideband Fabric Device" MBI.SVCDESC = "Intel(R) Sideband Fabric Device Service"