2021-03-22 03:44:13 +01:00
|
|
|
## @file
|
|
|
|
# Mde DSC include file for [LibraryClasses*] section of all Architectures.
|
|
|
|
#
|
|
|
|
# This file can be included to the [LibraryClasses*] section(s) of a platform DSC file
|
|
|
|
# by using "!include MdePkg/MdeLibs.dsc.inc" to specify the library instances
|
|
|
|
# of some EDKII basic/common library classes.
|
|
|
|
#
|
2022-04-25 10:47:27 +02:00
|
|
|
# Copyright (c) 2021 - 2022, Intel Corporation. All rights reserved.<BR>
|
2021-03-22 03:44:13 +01:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
#
|
|
|
|
##
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf
|
2022-03-28 17:12:08 +02:00
|
|
|
CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
2022-04-25 10:47:27 +02:00
|
|
|
SmmCpuRendezvousLib|MdePkg/Library/SmmCpuRendezvousLibNull/SmmCpuRendezvousLibNull.inf
|