mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Add PEIM and lib to dsc file
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1549 Add the new PEIM DebugServicePei and library instance PeiDebugLibDebugPpi to dsc file to verify it can build correctly. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhichao Gao <zhichao.gao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao Wu <hao.a.wu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Michael Turner <Michael.Turner@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
66f50a4b0d
commit
a8ac75b8ee
|
@ -298,6 +298,7 @@
|
||||||
MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
|
MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
|
||||||
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
||||||
MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
||||||
|
MdeModulePkg/Library/PeiDebugLibDebugPpi/PeiDebugLibDebugPpi.inf
|
||||||
MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
|
MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
|
||||||
MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
|
MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
|
||||||
MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
|
MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
|
||||||
|
@ -424,6 +425,8 @@
|
||||||
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
|
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
|
||||||
MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
|
MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
|
||||||
|
|
||||||
|
MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf
|
||||||
|
|
||||||
MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
|
MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
|
||||||
MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
|
MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
|
||||||
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
|
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
|
||||||
|
|
Loading…
Reference in New Issue