X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FMdeModulePkg.dec;h=50e6509697320094258b1d38277ec78c9ed868fb;hp=51bafbb44e5dda36db08d241f796ff30115d0b41;hb=6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230;hpb=7b202cb0f917fde1d84f77b000063d56e2c11530 diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 51bafbb44e..50e6509697 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -24,11 +24,11 @@ PACKAGE_GUID = BA0D78D6-2CAF-414b-BD4D-B6762A894288 PACKAGE_VERSION = 0.90 -[Includes.common] +[Includes] Include -[LibraryClasses.common] +[LibraryClasses] ## @libraryclass IpIo layer upon EFI IP4 Protocol. # This library is only intended to be used by UEFI network stack modules. IpIoLib|Include/Library/IpIoLib.h @@ -76,7 +76,7 @@ # OemHookStatusCodeLib|Include/Library/OemHookStatusCodeLib.h -[Guids.common] +[Guids] ## MdeModule package token space guid # Include/Guid/MdeModulePkgTokenSpace.h gEfiMdeModulePkgTokenSpaceGuid = { 0xA1AFF049, 0xFDEB, 0x442a, { 0xB3, 0x20, 0x13, 0xAB, 0x4C, 0xB7, 0x2B, 0xBC }} @@ -147,7 +147,7 @@ # Include/Guid/LoadModuleAtFixedAddress.h gLoadFixedAddressConfigurationTableGuid = { 0x2CA88B53,0xD296,0x4080, { 0xA4,0xA5,0xCA,0xD9,0xBA,0xE2,0x4B,0x9 } } -[Protocols.common] +[Protocols] ## Load File protocol provides capability to load and unload EFI image into memory and execute it. # Include/Protocol/LoadPe32Image.h # This protocol is deprecated. Native EDKII module should NOT use this protocol to load/unload image.