From: Sean Brogan Date: Wed, 25 Sep 2019 06:09:24 +0000 (-0700) Subject: MdePkg: Add UefiFileHandleLib to DSC file X-Git-Tag: edk2-stable201911~137 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8d891592457199c517b1490368c192508a603fd5;p=mirror_edk2.git MdePkg: Add UefiFileHandleLib to DSC file https://bugzilla.tianocore.org/show_bug.cgi?id=2261 Add the UefiFileHandleLib to the [Components] section of the MdePkg DSC file to support full build testing of the MdePkg. Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael D Kinney Reviewed-by: Liming Gao --- diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index a2ff12fe75..c1278e7907 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -27,6 +27,7 @@ gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000 [Components] + MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf MdePkg/Library/BaseCpuLib/BaseCpuLib.inf MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf