diff options
Diffstat (limited to 'wpd/WpdServiceSampleDriver')
| -rw-r--r-- | wpd/WpdServiceSampleDriver/README.md | 17 | ||||
| -rw-r--r-- | wpd/WpdServiceSampleDriver/wpd-wpdwudfsampledriver.yml | 12 |
2 files changed, 12 insertions, 17 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) diff --git a/wpd/WpdServiceSampleDriver/wpd-wpdwudfsampledriver.yml b/wpd/WpdServiceSampleDriver/wpd-wpdwudfsampledriver.yml deleted file mode 100644 index 20472a08..00000000 --- a/wpd/WpdServiceSampleDriver/wpd-wpdwudfsampledriver.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -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. - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.sln |
