summaryrefslogtreecommitdiff
path: root/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/USBMon-Bidi-Extension.xml
diff options
context:
space:
mode:
Diffstat (limited to 'print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/USBMon-Bidi-Extension.xml')
-rw-r--r--print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/USBMon-Bidi-Extension.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/USBMon-Bidi-Extension.xml b/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/USBMon-Bidi-Extension.xml
deleted file mode 100644
index 5d98893c..00000000
--- a/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/USBMon-Bidi-Extension.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version='1.0'?>
-<bidi:Schema xmlns:bidi="http://schemas.microsoft.com/windows/2010/09/printing/usbbidi">
- <Property name='Printer'>
- <Property name='DeviceInfo'>
- <Const name="Category" type="BIDI_STRING" value="DeviceCategory"/>
- <Value name="QueueProperty" type="BIDI_STRING" accessType="Get" queryKey="Configuration" refreshInterval="60" drvPrinterEvent="true"/>
- </Property>
- <Property name='Configuration'>
- <Property name='DuplexUnit'>
- <Value name="Installed" type="BIDI_BOOL" accessType="Get" queryKey="Configuration" refreshInterval="60" drvPrinterEvent="true"/>
- </Property>
- <Property name='Memory'>
- <Value name="Size" type="BIDI_INT" accessType="Get" queryKey="Configuration" refreshInterval="60" drvPrinterEvent="true"/>
- </Property>
- </Property>
- <Property name="Extension">
- <Value name="ChangeableData" type="BIDI_INT" accessType="GetSet" drvPrinterEvent="false"/>
- <Value name="DeviceAction" type="BIDI_BOOL" accessType="Set"/>
- <Value name="IntegerValue" type="BIDI_INT" accessType="GetSet" queryKey="IntKey" drvPrinterEvent="true"/>
- <Value name="StringValue" type="BIDI_STRING" accessType="Get" refreshInterval="15"/>
- <Value name="StatusData" type="BIDI_INT" accessType="Get" queryKey="IntKey"/>
- </Property>
- </Property>
-</bidi:Schema>