summaryrefslogtreecommitdiff
path: root/wpd/WpdServiceSampleDriver/README.md
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-03-12 14:02:43 -0700
committerAdonais Romero González <[email protected]>2019-03-12 14:02:43 -0700
commitef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch)
tree3017523a73c6552c27947d402afa6062f4df2706 /wpd/WpdServiceSampleDriver/README.md
parent35bff356ac249057f4d673d39c7f28ed348cbf0f (diff)
Update README.md for samples portal (#358)
* Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid
Diffstat (limited to 'wpd/WpdServiceSampleDriver/README.md')
-rw-r--r--wpd/WpdServiceSampleDriver/README.md17
1 files changed, 12 insertions, 5 deletions
diff --git a/wpd/WpdServiceSampleDriver/README.md b/wpd/WpdServiceSampleDriver/README.md
index d946d59d..bf8a692c 100644
--- a/wpd/WpdServiceSampleDriver/README.md
+++ b/wpd/WpdServiceSampleDriver/README.md
@@ -1,3 +1,13 @@
+---
+topic: sample
+name: WPD service sample driver
+description: Demonstrates how to extend the WpdHelloWorldDriver sample so that it supports a simulated device with a Contacts device service.
+languages:
+ - cpp
+products:
+ - windows
+---
+
<!---
name: WPD service sample driver
platform: UMDF1
@@ -7,14 +17,11 @@
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618010
--->
-
-WPD service sample driver
-=================================
+# WPD service sample driver
Demonstrates how to extend the WpdHelloWorldDriver sample so that it supports a simulated device with a Contacts device service.
-Related topics
---------------
+## Related topics
[WPD Design Guide](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597864)