From 03415a97cb8c807867e8dbea3a7601b23d137d10 Mon Sep 17 00:00:00 2001 From: Xiaoyin Liu Date: Tue, 25 Sep 2018 14:00:40 -0700 Subject: [registry/regfltr/exe/common.h] Remove incorrect new line (#290) --- general/registry/regfltr/exe/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/registry/regfltr/exe/common.h b/general/registry/regfltr/exe/common.h index 7ed20690..6a7d105b 100644 --- a/general/registry/regfltr/exe/common.h +++ b/general/registry/regfltr/exe/common.h @@ -60,7 +60,7 @@ Environment: #define NOT_MODIFIED_KEY_NAME L"_RegFltrNotModifiedKey" #define VALUE_NAME L"_RegFltrValue" #define MODIFIED_VALUE_NAME L"_RegFltrModifiedValue" -#define NOT_MODIFIED_VALUE_NAME L"_RegFltrNotModifiedValue " +#define NOT_MODIFIED_VALUE_NAME L"_RegFltrNotModifiedValue" #define CALLBACK_LOW_ALTITUDE L"380000" #define CALLBACK_ALTITUDE L"380010" -- cgit v1.3.1 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 From f93de41f1d36d6a1481049b1906d1a7d84081d1c Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Fri, 28 Sep 2018 14:35:59 -0700 Subject: Remove unused WppScanConfigurationData from bluetooth/serialhcibus (#293) --- bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj index 6319ca83..45e5970c 100644 --- a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj +++ b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj @@ -79,13 +79,11 @@ true true - debugdef.h DoTrace(LEVEL,FLAG,(MSG,...)) true true - debugdef.h DoTrace(LEVEL,FLAG,(MSG,...)) -- cgit v1.3.1