]> xenbits.xensource.com Git - people/pauldu/xenvif.git/commitdiff
Add missing names to the INF file
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 21 Jul 2016 10:56:08 +0000 (11:56 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 21 Jul 2016 10:56:08 +0000 (11:56 +0100)
The package should have a name and the XENVIF driver should also have a
DisplayName.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenvif.inf

index 899260efad17cb536a0be8e1726cb65e979cc1d5..f230eea6ddab8aeafe8812ee6c06b90ba1e02e55 100644 (file)
@@ -36,6 +36,7 @@ ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
 Provider=%Vendor%
 CatalogFile=xenvif.cat
 DriverVer=01/01/1900,0.0.0.0
+DriverPackageDisplayName=%DiskDesc%
 
 [DestinationDirs] 
 DefaultDestDir=12 
@@ -71,7 +72,8 @@ xenvif.sys
 [XenVif_Inst.Services] 
 AddService=xenvif,0x02,XenVif_Service,
 
-[XenVif_Service] 
+[XenVif_Service]
+DisplayName=%XenVifDesc%
 ServiceType=%SERVICE_KERNEL_DRIVER% 
 StartType=%SERVICE_DEMAND_START% 
 ErrorControl=%SERVICE_ERROR_NORMAL%