summaryrefslogtreecommitdiff
path: root/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample_events.xml
diff options
context:
space:
mode:
authoralexke-dev <[email protected]>2023-08-10 16:28:02 -0700
committerGitHub <[email protected]>2023-08-10 16:28:02 -0700
commitcbbd53eda55fbdf65f22b5f57c7dbc4b1ea594fd (patch)
tree50df874afbb353d7d3864b559c6b7641f1208924 /print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample_events.xml
parent6ea518dd65b6c2c3b298bb8e7ed5e9124b8a4981 (diff)
Remove Print Driver Samples (#1017)
* Remove print driver samples. Add README.md to redirect consumers to Print Support App (PSA) development guide. * Remove en-us from URL.
Diffstat (limited to 'print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample_events.xml')
-rw-r--r--print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample_events.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample_events.xml b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample_events.xml
deleted file mode 100644
index bf6953df..00000000
--- a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample_events.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<DriverEvents xmlns="http://schemas.microsoft.com/windows/2011/08/printing/driverevents" schemaVersion="4.0">
- <DriverEvent xmlns="" eventId="{B3E280B0-7DCD-4CD0-AFF7-BA2AF06D1235}">
- <Transport>USB</Transport>
- <Query>\Printer.Extension</Query>
- <Trigger result="\Printer.Extension:ManualDuplexEvent" comparison="EqualTo" value="">
- <!-- Represents the resource ID IDS_ASYNCUI_TEXT_DUPLEX_NEEDS_OTHER_SIDE -->
- <StandardMessage resourceId="1100" />
- </Trigger>
- </DriverEvent>
-</DriverEvents> \ No newline at end of file