1 | ## @file
|
---|
2 | # Mde DSC include file for [LibraryClasses*] section of all Architectures.
|
---|
3 | #
|
---|
4 | # This file can be included to the [LibraryClasses*] section(s) of a platform DSC file
|
---|
5 | # by using "!include MdePkg/MdeLibs.dsc.inc" to specify the library instances
|
---|
6 | # of some EDKII basic/common library classes.
|
---|
7 | #
|
---|
8 | # Copyright (c) 2021 - 2024, Intel Corporation. All rights reserved.<BR>
|
---|
9 | #
|
---|
10 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
11 | #
|
---|
12 | ##
|
---|
13 |
|
---|
14 | [LibraryClasses]
|
---|
15 | ArmTrngLib|MdePkg/Library/BaseArmTrngLibNull/BaseArmTrngLibNull.inf
|
---|
16 | RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf
|
---|
17 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
---|
18 | SmmCpuRendezvousLib|MdePkg/Library/SmmCpuRendezvousLibNull/SmmCpuRendezvousLibNull.inf
|
---|
19 | SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
|
---|
20 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
---|
21 | MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
|
---|