diff options
| author | Barry Golden <[email protected]> | 2015-09-01 16:29:00 -0700 |
|---|---|---|
| committer | Barry Golden <[email protected]> | 2015-09-01 16:29:00 -0700 |
| commit | 818f6eec4766a576588743451c6c3efe32477ffe (patch) | |
| tree | 5d9d27c3146d7ca049307cac41474b79e7f94cf5 | |
| parent | 6694e7c39eb9aa03b329040ec92f36c30430b5b0 (diff) | |
Updated README.md
| -rw-r--r-- | biometrics/README.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/biometrics/README.md b/biometrics/README.md index 0a366501..fd0c3db7 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 ------------ |
