Skip to content

Commit

Permalink
MdePkg: Add MmUnblockMemoryLib to MdeLibs.dsc
Browse files Browse the repository at this point in the history
MdeLibs.dsc.inc included some default libraries provided by MdePkg.
Platform can include MdeLibs.dsc.inc file to avoid some potential
incompatible changes to platform dsc file in future.

Cc: Michael D Kinney <[email protected]>
Cc: Ray Ni <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Cc: Jiaxin Wu <[email protected]>
Cc: Yuanhao Xie <[email protected]>
Signed-off-by: Hongbin1 Zhang <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Reviewed-by: Jiaxin Wu <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Reviewed-by: Zhiguang Liu <[email protected]>
  • Loading branch information
niruiyu authored and mergify[bot] committed May 10, 2024
1 parent 3c0b844 commit 4b6ee06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MdePkg/MdeLibs.dsc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# by using "!include MdePkg/MdeLibs.dsc.inc" to specify the library instances
# of some EDKII basic/common library classes.
#
# Copyright (c) 2021 - 2022, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2021 - 2024, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
Expand All @@ -18,3 +18,4 @@
SmmCpuRendezvousLib|MdePkg/Library/SmmCpuRendezvousLibNull/SmmCpuRendezvousLibNull.inf
SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf

0 comments on commit 4b6ee06

Please sign in to comment.