forked from microsoft/Windows-driver-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added .yaml files for samples portal (microsoft#214)
- Loading branch information
1 parent
9f760be
commit ba25139
Showing
164 changed files
with
1,616 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!--- | ||
name: TrEE sample | ||
platform: KMDF | ||
language: cpp | ||
category: TrEE | ||
description: TrEE sample | ||
samplefwlink: https://go.microsoft.com/fwlink/p/?linkid=869055 | ||
---> | ||
|
||
# TrEE sample |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: TrEE sample | ||
description: TrEE sample | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: SysVAD Virtual Audio Device Driver Sample | ||
description: The Microsoft SysVAD Virtual Audio Device Driver (SYSVAD) shows how to develop a WDM audio driver that exposes support for multiple audio devices. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: AvsCamera - AVStream Camera Sample Driver | ||
description: Provides a pin-centric AVStream capture driver for a simulated front and back camera that performs simulated captures at 320x240 or 640x480 in RGB24, RGB32, YUY2 and NV12 formats at various frame rates. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: AVStream simulated hardware sample driver (Avshws) | ||
description: A simulated hardware sample driver providing a pin-centric capture driver to simulate AV capture hardware. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: AVStream filter-centric simulated capture sample driver (Avssamp) | ||
description: An AVStream filter-centric simulated capture sample driver with functional audio. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Driver Device Transform Sample | ||
description: A driver device transform which loads in a process streaming an Avstream based camera device using Media Foundation. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Driver MFT Sample | ||
description: A driver MFT for use with a camera's Windows Store device app. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Windows Biometric Driver Samples (UMDF Version 1) | ||
description: Contains the Windows Biometric Driver Interface sample and the Windows Biometric Service Adapter samples. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Bluetooth Echo L2CAP Profile Driver | ||
description: Demonstrates development of Bluetooth L2CAP profile drivers using the Bluetooth L2CAP DDIs. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Bluetooth Serial HCI Bus Driver | ||
description: Demonstrates how to implement a basic bus driver to support the new Bluetooth Extensibility transport DDIs over the UART transport. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: CDFS File System Driver | ||
description: The CD-ROM file system driver (cdfs) sample is a file system driver for removable media. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: fastfat File System Driver | ||
description: A file system driver based on the Windows inbox FastFAT file system used as a model for new file systems. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
10 changes: 10 additions & 0 deletions
10
filesys/miniFilter/MetadataManager/filesys-minifilter-metadatamanager.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Metadata Manager File System Minifilter Driver | ||
description: An example of how to use files for storing metadata that corresponds to minifilters. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
10 changes: 10 additions & 0 deletions
10
filesys/miniFilter/NameChanger/filesys-minifilter-namechanger.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: NameChanger File System Minifilter Driver | ||
description: Grafts a directory from one part of a volume's namespace to another part using a mapping. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: AvScan File System Minifilter Driver | ||
description: This filter is a transaction-aware file scanner that examines data in files. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
10 changes: 10 additions & 0 deletions
10
filesys/miniFilter/cancelSafe/filesys-minifilter-cancelsafe.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: CancelSafe File System Minifilter Driver | ||
description: A minifilter demonstrating the use of cancel-safe queues. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: CDO File System Minifilter Driver | ||
description: An example of using a control device object (CDO) with a minifilter. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Change File System Minifilter Driver | ||
description: A transaction-aware filter that monitors file changes in real time. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Ctx File System Minifilter Driver | ||
description: Demonstrates how to attach contexts to instances, files, streams, and stream handles in your minifilter. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Delete File System Minifilter Driver | ||
description: Demonstrates how to detect deletions of files or streams. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
10 changes: 10 additions & 0 deletions
10
filesys/miniFilter/minispy/filesys-minifilter-minispy.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Minispy File System Minifilter Driver | ||
description: A tool to monitor and log any I/O and transaction activity that occurs in the system. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
10 changes: 10 additions & 0 deletions
10
filesys/miniFilter/nullFilter/filesys-minifilter-nullfilter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: NullFilter File System Minifilter Driver | ||
description: A minifilter that demonstrates registration with the filter manager. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
10 changes: 10 additions & 0 deletions
10
filesys/miniFilter/passThrough/filesys-minifilter-passthrough.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: PassThrough File System Minifilter Driver | ||
description: Demonstrates how to specify callback functions for different types of I/O requests. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
10 changes: 10 additions & 0 deletions
10
filesys/miniFilter/scanner/filesys-minifilter-scanner.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Scanner File System Minifilter Driver | ||
description: A file data scanner example. Typically, anti-virus filters are of this type. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: SimRep File System Minifilter Driver | ||
description: Demonstrates how a file system filter can simulate file-system like reparse-point behavior to redirect a file open to an alternate path. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
10 changes: 10 additions & 0 deletions
10
filesys/miniFilter/swapBuffers/filesys-minifilter-swapbuffers.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: SwapBuffer File System Minifilter Driver | ||
description: Demonstrates how to switch buffers between reads and writes of data. This technique is particularly useful for encryption filters. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: DHCU - Driver package installation toolkit for universal drivers | ||
description: Illustrates DCHU principles of universal driver design. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: PLX9x5x PCI Driver | ||
description: Demonstrates how to write a driver for a generic PCI device using Windows Driver Frameworks (WDF). | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: System DMA sample | ||
description: Demonstrates how a driver could use a system DMA controller to write data to a hardware location using V3 System DMA. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!--- | ||
name: WinHEC 2017 Lab | ||
platform: KMDF | ||
language: cpp | ||
category: Network | ||
description: WinHEC 2017 Lab | ||
samplefwlink: https://go.microsoft.com/fwlink/p/?linkid=869054 | ||
---> | ||
|
||
# WinHEC 2017 Lab | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: WinHEC 2017 Lab | ||
description: WinHEC 2017 Lab | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Cancel-Safe IRP Queue Sample | ||
description: Demonstrates the use of the cancel-safe queue routines. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: KMDF Echo Sample | ||
description: Demonstrates how to use a sequential queue to serialize read and write requests presented to the driver. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Echo Sample (UMDF Version 1) | ||
description: Demonstrates how to use UMDF version 1 to write a driver and demonstrates best practices. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Echo Sample (UMDF Version 2) | ||
description: Demonstrates how to use UMDF 2 to write a driver and to employ best practices. | ||
generateZip: true | ||
author: windows-driver-samples | ||
languages: | ||
- cpp | ||
technologies: | ||
- windows |
Oops, something went wrong.