summaryrefslogtreecommitdiff
path: root/wpd
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2018-02-28 09:14:29 -0800
committerWei Mao <[email protected]>2018-02-28 09:14:29 -0800
commitba25139ebc243c1a79dcd6168cc95563a467b7ef (patch)
tree039959ca9f4d884b7fce99deb67c02573e53d7ab /wpd
parent9f760bef0de19ea6ceec4c46189903fa0f276c92 (diff)
Added .yaml files for samples portal (#214)
Diffstat (limited to 'wpd')
-rw-r--r--wpd/WpdBasicHardwareDriver/wpd-wpdbasichardwaredriver.yaml10
-rw-r--r--wpd/WpdHelloWorldDriver/wpd-wpdhelloworlddriver.yaml10
-rw-r--r--wpd/WpdMultiTransportDriver/wpd-wpdmultitransportdriver.yaml10
-rw-r--r--wpd/WpdServiceSampleDriver/wpd-wpdwudfsampledriver.yaml10
-rw-r--r--wpd/WpdWudfSampleDriver/wpd-wpdservicesampledriver.yaml10
5 files changed, 50 insertions, 0 deletions
diff --git a/wpd/WpdBasicHardwareDriver/wpd-wpdbasichardwaredriver.yaml b/wpd/WpdBasicHardwareDriver/wpd-wpdbasichardwaredriver.yaml
new file mode 100644
index 00000000..32f84f45
--- /dev/null
+++ b/wpd/WpdBasicHardwareDriver/wpd-wpdbasichardwaredriver.yaml
@@ -0,0 +1,10 @@
+### YamlMime:Sample
+sample:
+- name: WPD Basic Hardware Sample Driver
+ description: Supports nine sensor devices that integrate with the Parallax BS2 programmable microcontroller.
+ generateZip: true
+ author: windows-driver-samples
+ languages:
+ - cpp
+ technologies:
+ - windows
diff --git a/wpd/WpdHelloWorldDriver/wpd-wpdhelloworlddriver.yaml b/wpd/WpdHelloWorldDriver/wpd-wpdhelloworlddriver.yaml
new file mode 100644
index 00000000..8ce3dc30
--- /dev/null
+++ b/wpd/WpdHelloWorldDriver/wpd-wpdhelloworlddriver.yaml
@@ -0,0 +1,10 @@
+### YamlMime:Sample
+sample:
+- name: WPD Hello World Sample
+ description: Supports four objects - a device object, a storage object, a folder object, and a file object.
+ generateZip: true
+ author: windows-driver-samples
+ languages:
+ - cpp
+ technologies:
+ - windows
diff --git a/wpd/WpdMultiTransportDriver/wpd-wpdmultitransportdriver.yaml b/wpd/WpdMultiTransportDriver/wpd-wpdmultitransportdriver.yaml
new file mode 100644
index 00000000..8561eb53
--- /dev/null
+++ b/wpd/WpdMultiTransportDriver/wpd-wpdmultitransportdriver.yaml
@@ -0,0 +1,10 @@
+### YamlMime:Sample
+sample:
+- name: WPD multi-transport sample driver
+ description: Demonstrates how to extend the WpdHelloWorldDriver for a device that supports multiple transports.
+ generateZip: true
+ author: windows-driver-samples
+ languages:
+ - cpp
+ technologies:
+ - windows
diff --git a/wpd/WpdServiceSampleDriver/wpd-wpdwudfsampledriver.yaml b/wpd/WpdServiceSampleDriver/wpd-wpdwudfsampledriver.yaml
new file mode 100644
index 00000000..889c2fee
--- /dev/null
+++ b/wpd/WpdServiceSampleDriver/wpd-wpdwudfsampledriver.yaml
@@ -0,0 +1,10 @@
+### YamlMime:Sample
+sample:
+- name: WPD service sample driver
+ description: Demonstrates how to extend the WpdHelloWorldDriver sample so that it supports a simulated device with a Contacts device service.
+ generateZip: true
+ author: windows-driver-samples
+ languages:
+ - cpp
+ technologies:
+ - windows
diff --git a/wpd/WpdWudfSampleDriver/wpd-wpdservicesampledriver.yaml b/wpd/WpdWudfSampleDriver/wpd-wpdservicesampledriver.yaml
new file mode 100644
index 00000000..4aa740c7
--- /dev/null
+++ b/wpd/WpdWudfSampleDriver/wpd-wpdservicesampledriver.yaml
@@ -0,0 +1,10 @@
+### YamlMime:Sample
+sample:
+- name: WPD WUDF sample driver
+ description: Demonstrates virtually all aspects of the WPD device driver interface (DDI).
+ generateZip: true
+ author: windows-driver-samples
+ languages:
+ - cpp
+ technologies:
+ - windows