diff options
author | Sean Brogan <sean.brogan@microsoft.com> | 2019-09-24 23:09:24 -0700 |
---|---|---|
committer | Michael D Kinney <michael.d.kinney@intel.com> | 2019-10-22 16:17:28 -0700 |
commit | 8d891592457199c517b1490368c192508a603fd5 (patch) | |
tree | 9600bdf58a52c6673d6882bc91564e7e31cb619d /MdePkg/MdePkg.dsc | |
parent | 46bb81200742fabfe5c5624c22e72f036af02869 (diff) | |
download | edk2-8d891592457199c517b1490368c192508a603fd5.tar.gz edk2-8d891592457199c517b1490368c192508a603fd5.tar.bz2 edk2-8d891592457199c517b1490368c192508a603fd5.zip |
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 <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>
Diffstat (limited to 'MdePkg/MdePkg.dsc')
-rw-r--r-- | MdePkg/MdePkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
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
|