From 8cfa11c4cc71344667cb797ee46101a988972e03 Mon Sep 17 00:00:00 2001 From: dnl-q <45866298+dnl-q@users.noreply.github.com> Date: Fri, 13 Jan 2023 10:30:47 -0800 Subject: Update BthEchoSampleCli and BthEchoSampleSrv to be single architectur… (#825) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- bluetooth/bthecho/README.md | 4 ++-- bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx | Bin 5974 -> 4526 bytes 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 index a1d3eb5a..e6bfeb55 100644 Binary files a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx and b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx differ diff --git a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx index fecdbcb5..f8f62e88 100644 Binary files a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx and b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx differ -- cgit v1.3.1