]> xenbits.xensource.com Git - people/pauldu/xennet.git/commitdiff
Add missing names to the INF file
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 21 Jul 2016 10:57:29 +0000 (11:57 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 21 Jul 2016 10:57:29 +0000 (11:57 +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/xennet.inf

index b6e6628fc127d46962dbdd60df84551c4e719b31..615763ec92b3fd391c05b5d66184171fdb1a356c 100644 (file)
@@ -35,7 +35,7 @@ ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
 Provider=%Vendor% 
 CatalogFile=xennet.cat
 DriverVer=01/01/1900,0.0.0.0
-BootCritical=1
+DriverPackageDisplayName=%DiskDesc%
 
 [DestinationDirs] 
 DefaultDestDir=12 
@@ -170,6 +170,7 @@ HKR, Ndi\params\*RSS\enum,                        "1",        0, %Enabled%
 AddService=xennet,0x02,XenNet_Service,XenNet_EventLog
 
 [XenNet_Service] 
+DisplayName=%XenNetDesc%
 ServiceType=%SERVICE_KERNEL_DRIVER% 
 StartType=%SERVICE_DEMAND_START% 
 ErrorControl=%SERVICE_ERROR_NORMAL%