diff --git a/biometrics/README.md b/biometrics/README.md index 0a3665011..fd0c3db7c 100644 --- a/biometrics/README.md +++ b/biometrics/README.md @@ -5,11 +5,10 @@ The Windows Biometric Driver Samples contain the Windows Biometric Driver Interf The following table describes the samples contained in this sample set: -*Windows Biometric Driver Interface* -This sample implements the Windows Biometric Driver Interface (WBDI). It contains skeleton code for handling the mandatory IOCTLs necessary to interoperate with the Windows Biometric Framework. A WBDI driver can be deployed in conjunction with an engine adapter DLL to allow a sensor to be exposed from the Windows Biometric Framework. This sample has been written to make use of the UMDF framework, which allows for ease of development and system stability. - -*Windows Biometric Service Adapters* -These samples provide skeleton code that developers can use as a basis for writing Sensor, Engine, and Storage Adapters for the Windows Biometric Service. Note that the stubs in these samples are non-functional, and Adapter writers will need to follow the programming guidelines in the WinBio Service documentation in order produce a working Adapter component. +Sample | Description +-------|------------- +*Windows Biometric Driver Interface* | This sample implements the Windows Biometric Driver Interface (WBDI). It contains skeleton code for handling the mandatory IOCTLs necessary to interoperate with the Windows Biometric Framework. A WBDI driver can be deployed in conjunction with an engine adapter DLL to allow a sensor to be exposed from the Windows Biometric Framework. This sample has been written to make use of the UMDF framework, which allows for ease of development and system stability. +*Windows Biometric Service Adapters* | These samples provide skeleton code that developers can use as a basis for writing Sensor, Engine, and Storage Adapters for the Windows Biometric Service. Note that the stubs in these samples are non-functional, and Adapter writers will need to follow the programming guidelines in the WinBio Service documentation in order produce a working Adapter component. Build the sample @@ -19,8 +18,7 @@ For information on how to build a driver solution using Microsoft Visual Studio, **Note** You can obtain the co-installers by downloading the *wdfcoinstaller.msi* package from [WDK 8 Redistributable Components](http://go.microsoft.com/fwlink/p/?LinkID=226396). -Run the sample --------------- + Installation ------------