From 168f0eddeeb050360aa1361ce2cfe36edccb40ba Mon Sep 17 00:00:00 2001 From: Silime <1776303288@qq.com> Date: Sun, 7 Nov 2021 13:35:36 +0800 Subject: [PATCH] add Buttons support for m1892 trident --- sdm845Pkg/Devices/m1892.fdf | 4 ++-- sdm845Pkg/Devices/trident.fdf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdm845Pkg/Devices/m1892.fdf b/sdm845Pkg/Devices/m1892.fdf index 454b72e..deb4c3c 100644 --- a/sdm845Pkg/Devices/m1892.fdf +++ b/sdm845Pkg/Devices/m1892.fdf @@ -290,7 +290,7 @@ APRIORI DXE { FILE DRIVER = 5bd181db-0487-4f1a-ae73-820e165611b3 { SECTION DXE_DEPEX = sdm845Pkg/Binary/845/ButtonsDxe/ButtonsDxe.depex - SECTION PE32 = sdm845Pkg/Binary/845/ButtonsDxe/ButtonsDxe.efi + SECTION PE32 = sdm845Pkg/Binary/m1892/ButtonsDxe/ButtonsDxe.efi SECTION UI = "ButtonsDxe" } @@ -475,7 +475,7 @@ APRIORI DXE { FILE DRIVER = 5bd181db-0487-4f1a-ae73-820e165611b3 { SECTION DXE_DEPEX = sdm845Pkg/Binary/845/ButtonsDxe/ButtonsDxe.depex - SECTION PE32 = sdm845Pkg/Binary/845/ButtonsDxe/ButtonsDxe.efi + SECTION PE32 = sdm845Pkg/Binary/m1892/ButtonsDxe/ButtonsDxe.efi SECTION UI = "ButtonsDxe" } diff --git a/sdm845Pkg/Devices/trident.fdf b/sdm845Pkg/Devices/trident.fdf index e284a65..e6359e4 100644 --- a/sdm845Pkg/Devices/trident.fdf +++ b/sdm845Pkg/Devices/trident.fdf @@ -290,7 +290,7 @@ APRIORI DXE { FILE DRIVER = 5bd181db-0487-4f1a-ae73-820e165611b3 { SECTION DXE_DEPEX = sdm845Pkg/Binary/845/ButtonsDxe/ButtonsDxe.depex - SECTION PE32 = sdm845Pkg/Binary/845/ButtonsDxe/ButtonsDxe.efi + SECTION PE32 = sdm845Pkg/Binary/trident/ButtonsDxe/ButtonsDxe.efi SECTION UI = "ButtonsDxe" } @@ -475,7 +475,7 @@ APRIORI DXE { FILE DRIVER = 5bd181db-0487-4f1a-ae73-820e165611b3 { SECTION DXE_DEPEX = sdm845Pkg/Binary/845/ButtonsDxe/ButtonsDxe.depex - SECTION PE32 = sdm845Pkg/Binary/845/ButtonsDxe/ButtonsDxe.efi + SECTION PE32 = sdm845Pkg/Binary/trident/ButtonsDxe/ButtonsDxe.efi SECTION UI = "ButtonsDxe" } -- 2.45.2