diff options
| author | dnl-q <[email protected]> | 2023-01-13 10:30:47 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-13 10:30:47 -0800 |
| commit | 8cfa11c4cc71344667cb797ee46101a988972e03 (patch) | |
| tree | 9f40af06d8c577dcb3031f93ba4cf480e23f1f6b | |
| parent | 568ddda9b180706e03ead12e2e99bc46cd33a0a6 (diff) | |
Update BthEchoSampleCli and BthEchoSampleSrv to be single architectur… (#825)
* Update BthEchoSampleCli and BthEchoSampleSrv to be single architecture targeted and the specific build architecture is stamped at the time it is built.
* Remove long deprecated WDF coinstaller references.
Rename CopyFiles section from Drivers_Dir to DriverStore_Dir.
Revert TargetOSVersion for the Models sections to NT$ARCH$...1, the same as before without my changes.
* Address more PR feedbacks and update README.md.
Co-authored-by: Hongwei Qi <[email protected]>
| -rw-r--r-- | bluetooth/bthecho/README.md | 4 | ||||
| -rw-r--r-- | bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx | bin | 5974 -> 4526 bytes | |||
| -rw-r--r-- | bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx | bin | 5988 -> 4538 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/bluetooth/bthecho/README.md b/bluetooth/bthecho/README.md index 6f7c92c8..275cf8d9 100644 --- a/bluetooth/bthecho/README.md +++ b/bluetooth/bthecho/README.md @@ -58,7 +58,7 @@ You can build the sample in two ways: using the Visual Studio Integrated Develop #### Server Installation -1. Copy KMDF coinstaller (wdfcoinstallerMMmmm.dll, from redist\\wdf\\ ), BthEchoSampleSrv.Sys, BthEchoSampleSrv.inf and bthsrvinst.exe on a temporary directory on the target machine. +1. Copy BthEchoSampleSrv.Sys, BthEchoSampleSrv.inf and bthsrvinst.exe on a temporary directory on the target machine. 1. Run bthsrvinst.exe /i to install the echo server device. This enables the Bluetooth Enumerator (BthEnum.sys) to enumerate echo server device and create a PDO for the device (please refer to the device tree below). @@ -111,7 +111,7 @@ You can build the sample in two ways: using the Visual Studio Integrated Develop > [!IMPORTANT] > This must be done on a separate machine from the one where echo server device was installed. -1. Copy KMDF coinstaller (wdfcoinstallerMMmmm.dll, from redist\\wdf\\), BthEchoSampleCli.Sys, BthEchoSampleCli.inf and bthecho.exe on a temporary directory on the target machine. +1. Copy BthEchoSampleCli.Sys, BthEchoSampleCli.inf and bthecho.exe on a temporary directory on the target machine. 1. Run bthprops.cpl from a command line or right click on the Bluetooth icon in the system tray and select 'Show Devices' to bring up a list of installed Bluetooth devices. diff --git a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx Binary files differindex a1d3eb5a..e6bfeb55 100644 --- a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx +++ b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx diff --git a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx Binary files differindex fecdbcb5..f8f62e88 100644 --- a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx +++ b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx |
