]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Add UefiFileHandleLib to DSC file
authorSean Brogan <sean.brogan@microsoft.com>
Wed, 25 Sep 2019 06:09:24 +0000 (23:09 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Tue, 22 Oct 2019 23:17:28 +0000 (16:17 -0700)
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 <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/MdePkg.dsc

index a2ff12fe75a74c972a40c0681fb9d94f424f47ae..c1278e79070d00b9cad5effb2fc15bcbf1383d07 100644 (file)
@@ -27,6 +27,7 @@
   gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
 \r
 [Components]\r
+  MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
   MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
   MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
   MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r