From 5bf3730485f606cc19536564cb967c2facb6a0d6 Mon Sep 17 00:00:00 2001 From: Bingxing Wang Date: Sat, 2 Oct 2021 03:46:51 -0700 Subject: [PATCH] Project: add a note on ReleaseSigned config [skip ci] Signed-off-by: Bingxing Wang --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b73cc2a..27e1485 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,9 @@ choco install mac-precision-touchpad ## For developers -- SPI/T2 version is kernel-mode driver, using KMDF Framework v1.23. Bluetooth driver uses KMDF Framework 1.15. Windows 10 Driver Development Kit Version 2004 is required for development and testing. -- USB version is a user-mode driver, using UMDF Framework v2.15. Windows 10 Driver Development Kit Version 2004 is required for development and testing. +- SPI/T2 version is kernel-mode driver, using KMDF Framework v1.23. Bluetooth driver uses KMDF Framework 1.15. Windows 10 Driver Development Kit Version 2004 or higher is required for development and testing. +- USB version is a user-mode driver, using UMDF Framework v2.15. Windows 10 Driver Development Kit Version 2004 or higher is required for development and testing. +- `ReleaseSigned` configuration is reserved for production build only, and it will be rendered as unsigned if you attempt to build using that configuration. (Historically it's signed, but due to EV certificate's requirements, the process has changed.) ## Device support