Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barrygolden committed Sep 1, 2015
1 parent 6694e7c commit 818f6ee
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions biometrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
------------
Expand Down

0 comments on commit 818f6ee

Please sign in to comment.