diff options
| author | Barry Golden <[email protected]> | 2019-03-12 14:02:43 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:02:43 -0700 |
| commit | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch) | |
| tree | 3017523a73c6552c27947d402afa6062f4df2706 /wpd/WpdServiceSampleDriver | |
| parent | 35bff356ac249057f4d673d39c7f28ed348cbf0f (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')
| -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 |
