diff options
| author | Barry Golden <[email protected]> | 2018-09-24 14:36:17 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2018-09-24 14:36:17 -0700 |
| commit | 5c2d787787e57e7df34055da641932ca5ba1eaa9 (patch) | |
| tree | 79373a3a3ba81c8d506d660511a66786dccbded0 /hid | |
| parent | 42ee96982a76e8e52bed820c5e3ea91a66220b5c (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 'hid')
| -rw-r--r-- | hid/firefly/hid-firefly.yml (renamed from hid/firefly/hid-firefly.yaml) | 2 | ||||
| -rw-r--r-- | hid/hclient/hid-hclient.yml (renamed from hid/hclient/hid-hclient.yaml) | 2 | ||||
| -rw-r--r-- | hid/hidusbfx2/hid-hidusbfx2.yml (renamed from hid/hidusbfx2/hid-hidusbfx2.yaml) | 2 | ||||
| -rw-r--r-- | hid/vhidmini2/hid-vhidmini2.yml (renamed from hid/vhidmini2/hid-vhidmini2.yaml) | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/hid/firefly/hid-firefly.yaml b/hid/firefly/hid-firefly.yml index 7b11f3c6..7a57b1cd 100644 --- a/hid/firefly/hid-firefly.yaml +++ b/hid/firefly/hid-firefly.yml @@ -3,8 +3,10 @@ sample: - name: KMDF filter driver for a HID device description: Illustrates using remote I/O target interfaces to open a HID collection in kernel-mode and send IOCTL requests to set and get feature reports. generateZip: true + preserveParentHierarchy: true author: windows-driver-samples languages: - cpp technologies: - windows + vssolution: /hid/firefly/firefly.sln diff --git a/hid/hclient/hid-hclient.yaml b/hid/hclient/hid-hclient.yml index b6a740f8..50177e19 100644 --- a/hid/hclient/hid-hclient.yaml +++ b/hid/hclient/hid-hclient.yml @@ -3,8 +3,10 @@ sample: - name: HClient sample application description: Demonstrates how to write a user-mode client application that communicates with HID devices. generateZip: true + preserveParentHierarchy: true author: windows-driver-samples languages: - cpp technologies: - windows + vssolution: /hid/hclient/hclient.sln diff --git a/hid/hidusbfx2/hid-hidusbfx2.yaml b/hid/hidusbfx2/hid-hidusbfx2.yml index 8800e6b1..d47eb14c 100644 --- a/hid/hidusbfx2/hid-hidusbfx2.yaml +++ b/hid/hidusbfx2/hid-hidusbfx2.yml @@ -3,8 +3,10 @@ sample: - name: HIDUSBFX2 sample driver description: TBDemonstrates mapping of a non-HID USB device to a HID device.D generateZip: true + preserveParentHierarchy: true author: windows-driver-samples languages: - cpp technologies: - windows + vssolution: /hid/hidusbfx2/hidusbfx2.sln diff --git a/hid/vhidmini2/hid-vhidmini2.yaml b/hid/vhidmini2/hid-vhidmini2.yml index b20d76ca..b85ad8aa 100644 --- a/hid/vhidmini2/hid-vhidmini2.yaml +++ b/hid/vhidmini2/hid-vhidmini2.yml @@ -3,8 +3,10 @@ sample: - name: HID Minidriver Sample (UMDF version 2) description: Demonstrates how to write a HID minidriver using User-Mode Driver Framework (UMDF). generateZip: true + preserveParentHierarchy: true author: windows-driver-samples languages: - cpp technologies: - windows + vssolution: /hid/vhidmini2/vhidmini2.sln |
