From 65b5dd828ef2ea5056031b239a4e7a6642f771a3 Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Fri, 11 Aug 2023 16:33:04 +0200 Subject: SecurityPkg/SecurityPkg.dec: Move PcdCpuRngSupportedAlgorithm to MdePkg In order to use PcdCpuRngSupportedAlgorithm in the MdePkg in a following patch and to avoid making the MdePkg dependent on another package, move PcdCpuRngSupportedAlgorithm to the MdePkg. As the Pcd is only used for AARCH64, place it in an AARCH64 specific sections. Signed-off-by: Pierre Gondois Reviewed-by: Liming Gao Reviewed-by: Sami Mujawar Acked-by: Ard Biesheuvel Acked-by: Jiewen Yao Tested-by: Kun Qin --- MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Library') diff --git a/MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf b/MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf index f857290e82..f729001060 100644 --- a/MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf +++ b/MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf @@ -19,7 +19,7 @@ INF_VERSION = 1.27 BASE_NAME = BaseRngLibTimerLib MODULE_UNI_FILE = BaseRngLibTimerLib.uni - FILE_GUID = 74950C45-10FC-4AB5-B114-49C87C17409B + FILE_GUID = B3E66B05-D218-4B9A-AC33-EF0F83D6A513 MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = RngLib -- cgit v1.2.3