diff options
| author | Mike Fenelon <[email protected]> | 2017-10-02 14:28:04 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-02 14:28:04 -0700 |
| commit | da3f6c88f40a062019089716ea360b964d71f4be (patch) | |
| tree | 0c9d8e66f09e92e80b68efdbea546d6b4013ec86 /wpd/WpdServiceSampleDriver | |
| parent | c55397f675ffbb3b3fe11dcfa2d5686e36bc7f05 (diff) | |
| parent | 5a706e661e678e33bac158c1f330836d7d2d6202 (diff) | |
Merge branch 'master' into master
Diffstat (limited to 'wpd/WpdServiceSampleDriver')
| -rw-r--r-- | wpd/WpdServiceSampleDriver/README.md | 16 | ||||
| -rw-r--r-- | wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.inx | 1 |
2 files changed, 12 insertions, 5 deletions
diff --git a/wpd/WpdServiceSampleDriver/README.md b/wpd/WpdServiceSampleDriver/README.md index 4e277f0a..d946d59d 100644 --- a/wpd/WpdServiceSampleDriver/README.md +++ b/wpd/WpdServiceSampleDriver/README.md @@ -1,11 +1,17 @@ -WPD multi-transport sample driver -================================= +<!--- + name: WPD service sample driver + platform: UMDF1 + language: cpp + category: WPD + description: Demonstrates how to extend the WpdHelloWorldDriver sample so that it supports a simulated device with a Contacts device service. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618010 +---> -The WpdMultiTransportDriver sample demonstrates how you could extend the WpdHelloWorldDriver for a device that supports multiple transports. A transport is a protocol over which a portable device communicates with a computer. Example transports include Internet Protocol (IP), Bluetooth, and USB. -A number of portable devices now support multiple transports. For example, a number of cell phones support both Bluetooth and USB. Windows supports a multitransport driver model that ensures that only one node appears for each device. +WPD service sample driver +================================= -For a complete description of this sample and its underlying code and functionality, refer to the [WPD MultiTransport Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597709) description in the Windows Driver Kit documentation. +Demonstrates how to extend the WpdHelloWorldDriver sample so that it supports a simulated device with a Contacts device service. Related topics -------------- diff --git a/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.inx b/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.inx index 935a61cd..0f4365cc 100644 --- a/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.inx +++ b/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.inx @@ -65,6 +65,7 @@ ServiceBinary=%12%\WUDFRd.sys [DestinationDirs] System32Copy=12,UMDF ; copy to system32\drivers\umdf +CoInstallers_CopyFiles= 11 [System32Copy] WpdServiceSampleDriver.dll |
