summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2018-09-24 14:36:17 -0700
committerAdonais Romero González <[email protected]>2018-09-24 14:36:17 -0700
commit5c2d787787e57e7df34055da641932ca5ba1eaa9 (patch)
tree79373a3a3ba81c8d506d660511a66786dccbded0 /usb
parent42ee96982a76e8e52bed820c5e3ea91a66220b5c (diff)
Updated YAML manifest for Microsoft Samples portal. (#287)
* Rename YAML manifests to use .yml extension * Add preserveParentHierarchy: true to YAML manifest * Updated YAML manifest for Microsoft Samples portal. * Fix YAML newline warnings * Updated vssolution path in YAML manifests
Diffstat (limited to 'usb')
-rw-r--r--usb/UcmCxUcsi/usb-ucmcxucsi.yml (renamed from usb/UcmCxUcsi/usb-ucmcxucsi.yaml)2
-rw-r--r--usb/UcmTcpciCxClientSample/usb-ucmtcpcicxclientsample.yml (renamed from usb/UcmTcpciCxClientSample/usb-ucmtcpcicxclientsample.yaml)2
-rw-r--r--usb/UcmUcsiAcpiSample/usb-ucmucsiacpisample.yml12
-rw-r--r--usb/kmdf_enumswitches/usb-kmdf-enumswitches.yml (renamed from usb/kmdf_enumswitches/usb-kmdf-enumswitches.yaml)2
-rw-r--r--usb/kmdf_fx2/README.md2
-rw-r--r--usb/kmdf_fx2/usb-kmdf-fx2.yml (renamed from usb/kmdf_fx2/usb-kmdf-fx2.yaml)2
-rw-r--r--usb/ufxclientsample/usb-ufxclientsample.yml (renamed from usb/ufxclientsample/usb-ufxclientsample.yaml)2
-rw-r--r--usb/umdf2_fx2/usb-umdf2-fx2.yml (renamed from usb/umdf2_fx2/usb-umdf2-fx2.yaml)2
-rw-r--r--usb/umdf_filter_kmdf/usb-umdf-filter-kmdf.yml (renamed from usb/umdf_filter_kmdf/usb-umdf-filter-kmdf.yaml)2
-rw-r--r--usb/umdf_filter_umdf/usb-umdf-filter-umdf.yml (renamed from usb/umdf_filter_umdf/usb-umdf-filter-umdf.yaml)2
-rw-r--r--usb/umdf_fx2/usb-umdf-fx2.yml (renamed from usb/umdf_fx2/usb-umdf-fx2.yaml)2
-rw-r--r--usb/usbsamp/usb-usbsamp.yml (renamed from usb/usbsamp/usb-usbsamp.yaml)2
-rw-r--r--usb/usbview/usb-usbview.yml (renamed from usb/usbview/usb-usbview.yaml)2
-rw-r--r--usb/wdf_osrfx2_lab/usb-wdf-osrfx2-lab.yml (renamed from usb/wdf_osrfx2_lab/usb-wdf-osrfx2-lab.yaml)2
14 files changed, 37 insertions, 1 deletions
diff --git a/usb/UcmCxUcsi/usb-ucmcxucsi.yaml b/usb/UcmCxUcsi/usb-ucmcxucsi.yml
index 45dd9b0e..3b169724 100644
--- a/usb/UcmCxUcsi/usb-ucmcxucsi.yaml
+++ b/usb/UcmCxUcsi/usb-ucmcxucsi.yml
@@ -3,8 +3,10 @@ sample:
- name: UcmTcpciCx Port Controller Client Driver
description: Demonstrates how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx).
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/UcmCxUcsi/UcmCxUcsi.sln
diff --git a/usb/UcmTcpciCxClientSample/usb-ucmtcpcicxclientsample.yaml b/usb/UcmTcpciCxClientSample/usb-ucmtcpcicxclientsample.yml
index 350e7cca..f65285df 100644
--- a/usb/UcmTcpciCxClientSample/usb-ucmtcpcicxclientsample.yaml
+++ b/usb/UcmTcpciCxClientSample/usb-ucmtcpcicxclientsample.yml
@@ -3,8 +3,10 @@ sample:
- name: UcmTcpciCx Port Controller Client Driver
description: Demonstrates how to create a Windows USB Type-C port controller driver using the USB Connector Manager Type-C Port Controller Interface class extension driver (UcmTcpciCx).
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.sln
diff --git a/usb/UcmUcsiAcpiSample/usb-ucmucsiacpisample.yml b/usb/UcmUcsiAcpiSample/usb-ucmucsiacpisample.yml
new file mode 100644
index 00000000..0b2b419d
--- /dev/null
+++ b/usb/UcmUcsiAcpiSample/usb-ucmucsiacpisample.yml
@@ -0,0 +1,12 @@
+### YamlMime:Sample
+sample:
+- name: UcmUcsiCx ACPI Client Driver
+ description: Demonstrates how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx).
+ generateZip: true
+ preserveParentHierarchy: true
+ author: windows-driver-samples
+ languages:
+ - cpp
+ technologies:
+ - windows
+ vssolution: /usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample.sln
diff --git a/usb/kmdf_enumswitches/usb-kmdf-enumswitches.yaml b/usb/kmdf_enumswitches/usb-kmdf-enumswitches.yml
index 46f5efb3..251db0e4 100644
--- a/usb/kmdf_enumswitches/usb-kmdf-enumswitches.yaml
+++ b/usb/kmdf_enumswitches/usb-kmdf-enumswitches.yml
@@ -3,8 +3,10 @@ sample:
- name: Sample KMDF Bus Driver for OSR USB-FX2
description: Demonstrates how to use KMDF as a bus driver using the OSR USB-FX2 device.
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/kmdf_enumswitches/kmdf_enumswitches.sln
diff --git a/usb/kmdf_fx2/README.md b/usb/kmdf_fx2/README.md
index 68666660..dbab6c16 100644
--- a/usb/kmdf_fx2/README.md
+++ b/usb/kmdf_fx2/README.md
@@ -58,7 +58,7 @@ This directory contains driver code that demonstrates the following functionalit
- Loads the driver and responds to PnP and Power events. You can install, uninstall, disable, enable, suspend, and resume the system.
- Creates a context with the WDFDEVICE object.
- Initializes the USB device by registering a *EvtPrepareHardware* callback.
-- Marks the interface restricted so that it can be accessed by a privileged Windows Store device app.
+- Marks the interface restricted so that it can be accessed by a privileged UWP device app.
- Creates a default parallel queue to receive an IOCTL request to set bar graph display.
- Retrieves memory handle from the requests and uses it to send a vendor command to the USB device.
- Registers read and write events on the default queue.
diff --git a/usb/kmdf_fx2/usb-kmdf-fx2.yaml b/usb/kmdf_fx2/usb-kmdf-fx2.yml
index b9fc8bec..dcbf9021 100644
--- a/usb/kmdf_fx2/usb-kmdf-fx2.yaml
+++ b/usb/kmdf_fx2/usb-kmdf-fx2.yml
@@ -3,8 +3,10 @@ sample:
- name: Sample KMDF Function Driver for OSR USB-FX2
description: Demonstrates how to use KMDF to perform bulk and interrupt data transfers to a USB device.
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/kmdf_fx2/kmdf_fx2.sln
diff --git a/usb/ufxclientsample/usb-ufxclientsample.yaml b/usb/ufxclientsample/usb-ufxclientsample.yml
index e22c8b93..54c5eea7 100644
--- a/usb/ufxclientsample/usb-ufxclientsample.yaml
+++ b/usb/ufxclientsample/usb-ufxclientsample.yml
@@ -3,8 +3,10 @@ sample:
- name: USB Function Client Driver
description: Demonstrates how to create a Windows USB function controller driver using the USB function class extension driver (UFX).
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/ufxclientsample/ufxclientsample.sln
diff --git a/usb/umdf2_fx2/usb-umdf2-fx2.yaml b/usb/umdf2_fx2/usb-umdf2-fx2.yml
index 892a3bd3..dd64a682 100644
--- a/usb/umdf2_fx2/usb-umdf2-fx2.yaml
+++ b/usb/umdf2_fx2/usb-umdf2-fx2.yml
@@ -3,8 +3,10 @@ sample:
- name: Sample Function Driver for OSR USB-FX2 (UMDF Version 2)
description: Demonstrates a UMDF version 2 driver for the OSR USB-FX2 device.
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/umdf2_fx2/umdf2_fx2.sln
diff --git a/usb/umdf_filter_kmdf/usb-umdf-filter-kmdf.yaml b/usb/umdf_filter_kmdf/usb-umdf-filter-kmdf.yml
index 837266a5..00a33b2b 100644
--- a/usb/umdf_filter_kmdf/usb-umdf-filter-kmdf.yaml
+++ b/usb/umdf_filter_kmdf/usb-umdf-filter-kmdf.yml
@@ -3,8 +3,10 @@ sample:
- name: Sample UMDF Filter above KMDF Function Driver for OSR USB-FX2 (UMDF Version 1)
description: Demonstrates how to load a UMDF filter driver as an upper filter driver above the kmdf_fx2 sample driver.
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/umdf_filter_kmdf/umdf_filter_kmdf.sln
diff --git a/usb/umdf_filter_umdf/usb-umdf-filter-umdf.yaml b/usb/umdf_filter_umdf/usb-umdf-filter-umdf.yml
index 9e2098e9..987a1355 100644
--- a/usb/umdf_filter_umdf/usb-umdf-filter-umdf.yaml
+++ b/usb/umdf_filter_umdf/usb-umdf-filter-umdf.yml
@@ -3,8 +3,10 @@ sample:
- name: Sample UMDF Filter above UMDF Function Driver for OSR USB-FX2 (UMDF Version 1)
description: Demonstrates how to load a UMDF filter driver as an upper filter driver above the umdf_fx2 sample driver.
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/umdf_filter_umdf/umdf_filter_umdf.sln
diff --git a/usb/umdf_fx2/usb-umdf-fx2.yaml b/usb/umdf_fx2/usb-umdf-fx2.yml
index 20de8651..e802c6f5 100644
--- a/usb/umdf_fx2/usb-umdf-fx2.yaml
+++ b/usb/umdf_fx2/usb-umdf-fx2.yml
@@ -3,8 +3,10 @@ sample:
- name: Sample UMDF Function Driver for OSR USB-FX2 (UMDF version 1)
description: A UMDF driver for the OSR USB-FX2 device that includes a test application, sample device metadata, and supports impersonation and idle power down.
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/umdf_fx2/umdf_fx2.sln
diff --git a/usb/usbsamp/usb-usbsamp.yaml b/usb/usbsamp/usb-usbsamp.yml
index 1d8b9af1..f6c894a8 100644
--- a/usb/usbsamp/usb-usbsamp.yaml
+++ b/usb/usbsamp/usb-usbsamp.yml
@@ -3,8 +3,10 @@ sample:
- name: Usbsamp Generic USB Driver
description: Demonstrates how to perform full speed, high speed, and SuperSpeed transfers to and from bulk and isochronous endpoints of a generic USB device.
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/usbsamp/usbsamp.sln
diff --git a/usb/usbview/usb-usbview.yaml b/usb/usbview/usb-usbview.yml
index cc4df433..9cd8ed94 100644
--- a/usb/usbview/usb-usbview.yaml
+++ b/usb/usbview/usb-usbview.yml
@@ -3,8 +3,10 @@ sample:
- name: USBView sample application
description: Provides an application that allows you to browse all USB controllers and connected USB devices on your system.
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/usbview/usbview.sln
diff --git a/usb/wdf_osrfx2_lab/usb-wdf-osrfx2-lab.yaml b/usb/wdf_osrfx2_lab/usb-wdf-osrfx2-lab.yml
index be0ca560..8604f630 100644
--- a/usb/wdf_osrfx2_lab/usb-wdf-osrfx2-lab.yaml
+++ b/usb/wdf_osrfx2_lab/usb-wdf-osrfx2-lab.yml
@@ -3,8 +3,10 @@ sample:
- name: WDF Sample Driver Learning Lab for OSR USB-FX2
description: Contains a console test application and a series of iterative drivers for both KMDF and UMDF version 1.
generateZip: true
+ preserveParentHierarchy: true
author: windows-driver-samples
languages:
- cpp
technologies:
- windows
+ vssolution: /usb/wdf_osrfx2_lab/wdf_osrfx2_lab.sln