Update Package DSC files to include the MdeLibs due to new library classes being introduced.

This commit is contained in:
Sean Brogan 2021-09-11 00:35:17 -07:00
Родитель 30064d3166
Коммит a99f7dbeb4
10 изменённых файлов: 20 добавлений и 1 удалений

Просмотреть файл

@ -17,6 +17,8 @@
[PcdsFeatureFlag]
!include MdePkg/MdeLibs.dsc.inc
[LibraryClasses.common]
UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf

Просмотреть файл

@ -22,6 +22,8 @@
[PcdsFixedAtBuild]
!include MdePkg/MdeLibs.dsc.inc
[LibraryClasses.common]
XmlTreeLib|XmlSupportPkg/Library/XmlTreeLib/XmlTreeLib.inf
XmlTreeQueryLib|XmlSupportPkg/Library/XmlTreeQueryLib/XmlTreeQueryLib.inf

Просмотреть файл

@ -19,6 +19,8 @@
[PcdsFixedAtBuild]
!include MdePkg/MdeLibs.dsc.inc
[LibraryClasses.common]
BaseLib |MdePkg/Library/BaseLib/BaseLib.inf
BaseMemoryLib |MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf

Просмотреть файл

@ -34,6 +34,8 @@
# Library Class section - list of all Library Classes needed by this Platform.
#
################################################################################
!include MdePkg/MdeLibs.dsc.inc
[LibraryClasses]
#
# Entry Point Libraries
@ -133,7 +135,7 @@
BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
################################################################################
#

Просмотреть файл

@ -20,6 +20,8 @@
[PcdsFixedAtBuild]
!include MdePkg/MdeLibs.dsc.inc
[LibraryClasses.common]
UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
MemoryTypeInformationChangeLib|MdeModulePkg/Library/MemoryTypeInformationChangeLibNull/MemoryTypeInformationChangeLibNull.inf

Просмотреть файл

@ -20,6 +20,8 @@
[PcdsFixedAtBuild]
!include MdePkg/MdeLibs.dsc.inc
[LibraryClasses.common]
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf

Просмотреть файл

@ -22,6 +22,8 @@
# Library Class section - list of all Library Classes needed by this Platform.
#
################################################################################
!include MdePkg/MdeLibs.dsc.inc
[LibraryClasses]
#
# Entry Point Libraries

Просмотреть файл

@ -20,6 +20,8 @@
[PcdsFixedAtBuild]
!include MdePkg/MdeLibs.dsc.inc
[LibraryClasses.common]
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf

Просмотреть файл

@ -19,6 +19,8 @@
# If you would like to build these tests to run on your platform,
# you should substitute your LibraryClasses configuration.
!include MdePkg/MdeLibs.dsc.inc
[LibraryClasses.common]
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf

Просмотреть файл

@ -15,6 +15,7 @@
BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
!include MdePkg/MdeLibs.dsc.inc
!include UnitTestFrameworkPkg/UnitTestFrameworkPkgTarget.dsc.inc
[LibraryClasses]