From 8305c570dba450fe5f0adec2c666f4d318cf2fbd Mon Sep 17 00:00:00 2001 From: Luiz Felipe Tenaglia Date: Thu, 27 Sep 2018 17:08:21 -0700 Subject: Fix infverif warning 1296 by adding an explict directive for AddService to print samples (#292) --- print/autoconfig/AutoCnfg.inf | 6 ++++++ .../v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample.inf | 3 +++ 2 files changed, 9 insertions(+) diff --git a/print/autoconfig/AutoCnfg.inf b/print/autoconfig/AutoCnfg.inf index 4c9208d0..70cd5a53 100644 --- a/print/autoconfig/AutoCnfg.inf +++ b/print/autoconfig/AutoCnfg.inf @@ -68,6 +68,12 @@ DataSection=PSCRIPT_DATA Include=NTPRINT.INF Needs=PSCRIPT.OEM,PSCRIPT_DATA +[INSTALL_AUTO_CONFIG.UNI.Services] +AddService=,2 + +[INSTALL_AUTO_CONFIG.PS.Services] +AddService=,2 + ; Copy Sections ; ; Lists of files that are actually copied. These sections are referenced diff --git a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample.inf b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample.inf index 92bf72b2..b4326484 100644 --- a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample.inf +++ b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample.inf @@ -53,6 +53,9 @@ ClassVer=4.0 [USB_HOST_BASED_SAMPLE] CopyFiles=USB_HOST_BASED_SAMPLE_FILES +[USB_HOST_BASED_SAMPLE.Services] +AddService=,2 + ; ; Copy Sections ; -- cgit v1.3.1