diff options
Diffstat (limited to 'biometrics')
| -rw-r--r-- | biometrics/README.md | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/biometrics/README.md b/biometrics/README.md index dfafbc22..e8d376e1 100644 --- a/biometrics/README.md +++ b/biometrics/README.md @@ -8,7 +8,6 @@ products: - windows-wdk --- - <!--- name: Windows Biometric Driver Samples (UMDF Version 1) platform: UMDF1 @@ -30,31 +29,26 @@ This sample implements the Windows Biometric Driver Interface (WBDI). It contain *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 ----------------- - -For information on how to build a driver solution using Microsoft Visual Studio, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644). +## Build the sample -**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). +For information on how to build a driver solution using Microsoft Visual Studio, see [Building a Driver with Visual Studio and the WDK](https://docs.microsoft.com/windows-hardware/drivers/develop/building-a-driver). -Run the sample --------------- +> [!NOTE] +> You can obtain the co-installers by downloading the *wdfcoinstaller.msi* package from [WDK 8 Redistributable Components](https://go.microsoft.com/fwlink/p/?LinkID=253170). -Installation ------------- +## Installation -### Windows Biometric Driver Interface +### Windows Biometric Driver Interface installation The sample requires the use of a suitable fingerprint sensor. It does not capture real data, but it does create a biometric unit in the Windows Biometric Framework. -### Windows Biometric Service Adapters +### Windows Biometric Service Adapters installation To write and test an Adapter plug-in, it will be necessary to have a biometric device and a working WBDI driver for the device. Adapters are generally installed along with the WBDI driver for the corresponding device. Consult the WinBio Service documentation for information on the INF file commands used for installing Adapters. Note that Adapters are trusted plug-in components, so they can only be installed using a privileged account. -Design and Operation --------------------- +## Design and operation ### Windows Biometric Driver Interface |
