-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add back "patched" buttonsdxe for 855 because some devices still use it
- Patch should really not be used or done today - Add it back for now
- Loading branch information
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# **************************************************************************** | ||
# AUTOGENERATED BY UEFIReader | ||
# AUTOGENED AS ButtonsDxe.inf | ||
# DO NOT MODIFY | ||
# GENERATED ON: 2022-11-11 17:10:56Z | ||
|
||
[Defines] | ||
INF_VERSION = 0x0001001B | ||
BASE_NAME = ButtonsDxe | ||
FILE_GUID = 5BD181DB-0487-4F1A-AE73-820E165611B3 | ||
MODULE_TYPE = DXE_DRIVER | ||
VERSION_STRING = 1.0 | ||
ENTRY_POINT = EfiEntry | ||
|
||
[Binaries.AARCH64] | ||
DXE_DEPEX|ButtonsDxe.depex|* | ||
PE32|ButtonsDxe.efi|* | ||
|
||
[Depex] | ||
TRUE | ||
# AUTOGEN ENDS | ||
# **************************************************************************** |