X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FMdeModulePkg.dec;h=d38ace4c0b16392e907a41b621f7db4772d0a8c6;hb=3c5963cf299e0abd4c2ce7156b171fa66546dc85;hp=d14cf8b56bfd96419175fa25bee7a0b88d07e442;hpb=54ea99a798f7d714b59503fcc21ee97878bc6492;p=mirror_edk2.git diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index d14cf8b56b..d38ace4c0b 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,10 @@ # OemHookStatusCodeLib|Include/Library/OemHookStatusCodeLib.h -[Guids.common] + ## @libraryclass Debug Agent is used to provide soft debug capability. + # + DebugAgentLib|Include/Library/DebugAgentLib.h +[Guids] ## MdeModule package token space guid # Include/Guid/MdeModulePkgTokenSpace.h gEfiMdeModulePkgTokenSpaceGuid = { 0xA1AFF049, 0xFDEB, 0x442a, { 0xB3, 0x20, 0x13, 0xAB, 0x4C, 0xB7, 0x2B, 0xBC }} @@ -147,7 +150,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. @@ -219,7 +222,8 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|TRUE|BOOLEAN|0x00010044 ## If TRUE, force to switch off the support of legacy usb. So legacy usb device driver can not make use of SMI - # interrupt to access usb device in the case of absence of usb stack. + # interrupt to access usb device in the case of absence of usb stack. + # DUET platform requires the token to be TRUE. gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|FALSE|BOOLEAN|0x00010047 ## If TRUE, HiiImageProtocol will be installed.