From: Silime <1776303288@qq.com> Date: 星期天, 7 Nov 2021 05:35:36 +0000 (+0800) Subject: add Buttons support for m1892 trident X-Git-Tag: v1.0.5~9^2 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=refs%2Fpull%2F76%2Fhead;p=edk2-sdm845.git add Buttons support for m1892 trident --- 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" }