diff options
| author | Barry Golden <[email protected]> | 2018-02-28 09:14:29 -0800 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2018-02-28 09:14:29 -0800 |
| commit | ba25139ebc243c1a79dcd6168cc95563a467b7ef (patch) | |
| tree | 039959ca9f4d884b7fce99deb67c02573e53d7ab /print/v4PrintDriverSamples | |
| parent | 9f760bef0de19ea6ceec4c46189903fa0f276c92 (diff) | |
Added .yaml files for samples portal (#214)
Diffstat (limited to 'print/v4PrintDriverSamples')
6 files changed, 53 insertions, 1 deletions
diff --git a/print/v4PrintDriverSamples/PrinterExtensionSample/print-v4printdriversamples-printerextensionsample.yaml b/print/v4PrintDriverSamples/PrinterExtensionSample/print-v4printdriversamples-printerextensionsample.yaml new file mode 100644 index 00000000..10286877 --- /dev/null +++ b/print/v4PrintDriverSamples/PrinterExtensionSample/print-v4printdriversamples-printerextensionsample.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Printer Extension Sample + description: Demonstrates how to use .NET to build a customized, desktop UI for a v4 print driver. + generateZip: true + author: windows-driver-samples + languages: + - csharp + technologies: + - windows diff --git a/print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/print-v4printdriversamples-v4printdriver-constraintscript.yaml b/print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/print-v4printdriversamples-v4printdriver-constraintscript.yaml new file mode 100644 index 00000000..b69d0551 --- /dev/null +++ b/print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/print-v4printdriversamples-v4printdriver-constraintscript.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Print Driver Constraints Sample + description: Demonstrates how to implement advanced constraint handling and PrintTicket/PrintCapabilities handling using JavaScript. + generateZip: true + author: windows-driver-samples + languages: + - js + technologies: + - windows diff --git a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/README.md b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/README.md index 09fdd30c..fee078b0 100644 --- a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/README.md +++ b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/README.md @@ -1,7 +1,7 @@ <!--- name: USB Host-Based Print Driver Sample platform: Utility - language: js + language: js xml category: Print description: Demonstrates how to support host-based devices that use the v4 print driver model and are connected via USB. samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617947 diff --git a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/print-v4printdriversamples-v4printdriver-hostbasedsampledriver.yaml b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/print-v4printdriversamples-v4printdriver-hostbasedsampledriver.yaml new file mode 100644 index 00000000..a775060a --- /dev/null +++ b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/print-v4printdriversamples-v4printdriver-hostbasedsampledriver.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: USB Host-Based Print Driver Sample + description: Demonstrates how to support host-based devices that use the v4 print driver model and are connected via USB. + generateZip: true + author: windows-driver-samples + languages: + - js + - xml + technologies: + - windows diff --git a/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/print-v4printdriversamples-v4printdriver-usbmon-bidi-extension.yaml b/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/print-v4printdriversamples-v4printdriver-usbmon-bidi-extension.yaml new file mode 100644 index 00000000..2a998e4a --- /dev/null +++ b/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/print-v4printdriversamples-v4printdriver-usbmon-bidi-extension.yaml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: Print Driver USB Monitor and Bidi Sample + description: Demonstrates how to support bidirectional (Bidi) communication over the USB bus using JavaScript and XML. + generateZip: true + author: windows-driver-samples + languages: + - js + - xml + technologies: + - windows diff --git a/print/v4PrintDriverSamples/v4PrintDriver-WSDMon-Bidi-Extension/print-v4printdriversamples-v4printdriver-wsdmon-bidi-extension.yaml b/print/v4PrintDriverSamples/v4PrintDriver-WSDMon-Bidi-Extension/print-v4printdriversamples-v4printdriver-wsdmon-bidi-extension.yaml new file mode 100644 index 00000000..b5e2e1ab --- /dev/null +++ b/print/v4PrintDriverSamples/v4PrintDriver-WSDMon-Bidi-Extension/print-v4printdriversamples-v4printdriver-wsdmon-bidi-extension.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: WSDMon Bidi Extension Sample + description: Demonstrates how to use an XML extension file to support bidirectional (Bidi) communication with a WSD connected printer. + generateZip: true + author: windows-driver-samples + languages: + - xml + technologies: + - windows |
