summaryrefslogtreecommitdiff
path: root/simbatt/README.md
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-06 05:20:38 -0700
committerGitHub <[email protected]>2019-09-06 05:20:38 -0700
commitbbe176e4e13cb9f963897173a935e639267a1a20 (patch)
tree34072ee3c72436e12433fd6b2166415aca3bd410 /simbatt/README.md
parent22af24719daf72029a70119cc6653d2a3b940549 (diff)
Diffstat (limited to 'simbatt/README.md')
-rw-r--r--simbatt/README.md16
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.