[edk2-devel] [Patch] MdePkg: Add UefiFileHandleLib to DSC file

Michael D Kinney posted 1 patch 4 years, 5 months ago
Failed in applying to current master (apply log)
MdePkg/MdePkg.dsc | 1 +
1 file changed, 1 insertion(+)
[edk2-devel] [Patch] MdePkg: Add UefiFileHandleLib to DSC file
Posted by Michael D Kinney 4 years, 5 months ago
From: Sean Brogan <sean.brogan@microsoft.com>

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>
---
 MdePkg/MdePkg.dsc | 1 +
 1 file changed, 1 insertion(+)

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 @@ [PcdsFixedAtBuild]
   gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
 
 [Components]
+  MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
   MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
   MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
   MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
-- 
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#49246): https://edk2.groups.io/g/devel/message/49246
Mute This Topic: https://groups.io/mt/35114289/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [Patch] MdePkg: Add UefiFileHandleLib to DSC file
Posted by Liming Gao 4 years, 5 months ago
Reviewed-by: Liming Gao <liming.gao@intel.com>

>-----Original Message-----
>From: Kinney, Michael D
>Sent: Saturday, October 19, 2019 4:38 AM
>To: devel@edk2.groups.io
>Cc: Sean Brogan <sean.brogan@microsoft.com>; Gao, Liming
><liming.gao@intel.com>
>Subject: [Patch] MdePkg: Add UefiFileHandleLib to DSC file
>
>From: Sean Brogan <sean.brogan@microsoft.com>
>
>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>
>---
> MdePkg/MdePkg.dsc | 1 +
> 1 file changed, 1 insertion(+)
>
>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 @@ [PcdsFixedAtBuild]
>   gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
>
> [Components]
>+  MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
>   MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
>   MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
>   MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
>--
>2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#49265): https://edk2.groups.io/g/devel/message/49265
Mute This Topic: https://groups.io/mt/35114289/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-