diff options
Diffstat (limited to 'simbatt')
| -rw-r--r-- | simbatt/README.md | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/simbatt/README.md b/simbatt/README.md index c98483e3..68a459b3 100644 --- a/simbatt/README.md +++ b/simbatt/README.md @@ -8,16 +8,12 @@ products: - windows-wdk --- +# SimBatt: Simulated Battery Driver Sample -<!--- - name: Simulated Battery Driver Sample - platform: KMDF - language: cpp - category: Battery Power - description: Demonstrates a KMDF-based implementation of Windows battery driver interfaces. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620188 ----> +SimBatt is simulated battery device driver. -# SimBatt: Simulated Battery Driver Sample +This source code is intended to demonstrate implementation of Windows battery driver interfaces. + +This is a KMDF based sample. -SimBatt is simulated battery device driver, this source code is intended to demonstrate implementation of Windows battery driver interfaces. This is a KMDF based sample. You may use this sample as a starting point to implement a battery miniport specific to your needs.
\ No newline at end of file +You may use this sample as a starting point to implement a battery miniport specific to your needs. |
