mirror of https://github.com/acidanthera/audk.git
remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7757 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4bf32fbe9e
commit
6448d56085
|
@ -125,10 +125,6 @@
|
|||
## Include/Guid/PrimaryStandardErrorDevice.h
|
||||
gEfiPrimaryStandardErrorDeviceGuid = { 0x5A68191B, 0x9B97, 0x4752, { 0x99, 0x46, 0xE3, 0x6A, 0x5D, 0xA9, 0x42, 0xB1 }}
|
||||
|
||||
## Guid specify the default BMP logo file.
|
||||
## Include/Guid/Bmp.h
|
||||
gEfiDefaultBmpLogoGuid = { 0x7BB28B99, 0x61BB, 0x11D5, { 0x9A, 0x5D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
|
||||
|
||||
## Variale guid specify boot state.
|
||||
## Include/Guid/BootState.h
|
||||
gEfiBootStateGuid = { 0x60B5E939, 0x0FCF, 0x4227, { 0xBA, 0x83, 0x6B, 0xBE, 0xD4, 0x5B, 0xC0, 0xE3 }}
|
||||
|
@ -140,11 +136,7 @@
|
|||
## Capsule update hob and variable guid
|
||||
## Include/Guid/CapsuleVendor.h
|
||||
gEfiCapsuleVendorGuid = { 0x711C703F, 0xC285, 0x4B10, { 0xA3, 0xB0, 0x36, 0xEC, 0xBD, 0x3C, 0x8B, 0xE2 }}
|
||||
|
||||
## Guid specify the Shell application.
|
||||
## Include/Guid/ShellFile.h
|
||||
gEfiShellFileGuid = { 0xC57AD6B7, 0x0515, 0x40A8, { 0x9D, 0x21, 0x55, 0x16, 0x52, 0x85, 0x4E, 0x37 }}
|
||||
|
||||
|
||||
## Guid specifiy the device is the StdErr device.
|
||||
## Include/Guid/StandardErrorDevice.h
|
||||
gEfiStandardErrorDeviceGuid = { 0xD3B36F2D, 0xD551, 0x11D4, { 0x9A, 0x46, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
|
||||
|
|
Loading…
Reference in New Issue