Remove unused section in .INF, .DEC, .DSC of MdePkg and MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3428 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#/** @file
|
||||
# Framework Module Development Environment Industry Standards
|
||||
#
|
||||
# This Package provides headers and libraries that conform to EFI/PI Industry standards.
|
||||
# Copyright (c) 2007, Intel Corporation.
|
||||
@@ -24,19 +23,19 @@
|
||||
|
||||
|
||||
[Includes.common]
|
||||
Include # Root include for the package
|
||||
Include
|
||||
|
||||
[Includes.Ia32]
|
||||
Include/Ia32 # Processor specific include path for pacakge
|
||||
Include/Ia32
|
||||
|
||||
[Includes.X64]
|
||||
Include/x64 # Processor specific include path for pacakge
|
||||
Include/x64
|
||||
|
||||
[Includes.IPF]
|
||||
Include/Ipf # Processor specific include path for pacakge
|
||||
Include/Ipf
|
||||
|
||||
[Includes.EBC]
|
||||
Include/Ebc # Processor specific include path for pacakge
|
||||
Include/Ebc
|
||||
|
||||
[LibraryClasses.common]
|
||||
CustomDecompressLib|Include/Library/CustomDecompressLib.h
|
||||
@@ -140,7 +139,6 @@
|
||||
gEfiHobMemoryAllocModuleGuid = { 0xF8E21975, 0x0899, 0x4F58, { 0xA4, 0xBE, 0x55, 0x25, 0xA9, 0xC6, 0xD7, 0x7A }}
|
||||
gEfiHobMemoryAllocStackGuid = { 0x4ED4BF27, 0x4092, 0x42E9, { 0x80, 0x7D, 0x52, 0x7B, 0x1D, 0x00, 0xC9, 0xBD }}
|
||||
gEfiHobMemoryAllocBspStoreGuid = { 0x564B33CD, 0xC92A, 0x4593, { 0x90, 0xBF, 0x24, 0x73, 0xE4, 0x3C, 0x63, 0x22 }}
|
||||
|
||||
gEfiEventLegacyBootGuid = { 0x2A571201, 0x4966, 0x47F6, { 0x8B, 0x86, 0xF3, 0x1E, 0x41, 0xF3, 0x2F, 0x10 }}
|
||||
|
||||
gEfiHobListGuid = { 0x7739F24C, 0x93D7, 0x11D4, { 0x9A, 0x3A, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
|
||||
|
Reference in New Issue
Block a user