summaryrefslogtreecommitdiff
path: root/biometrics
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-10-01 10:50:25 -0700
committerGitHub <[email protected]>2019-10-01 10:50:25 -0700
commit52313ea6533d1cc0a8f7223653cee081c7b7acc6 (patch)
tree3e3dd65037a20222de7c827103647edaa8b78a5f /biometrics
parent7462901d24795f20d14d01c9f871f9b0bc2d52f8 (diff)
Update README.md (#429)888228882188820888198881888817
Diffstat (limited to 'biometrics')
-rw-r--r--biometrics/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/biometrics/README.md b/biometrics/README.md
index 2f6371b5..abf0235e 100644
--- a/biometrics/README.md
+++ b/biometrics/README.md
@@ -12,12 +12,12 @@ products:
The Windows Biometric Driver Samples contain the Windows Biometric Driver Interface sample and the Windows Biometric Service Adapter samples.
-The following table describes the samples contained in this sample set:
+## Windows Biometric Driver Interface
-*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*
+## 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