From 2c284027b23ca63cc459411df9d1fcbfc47a5126 Mon Sep 17 00:00:00 2001 From: "Liu, Zhiguang" Date: Tue, 6 Dec 2022 13:30:18 +0800 Subject: EmulatorPkg: Remove unnecessary dependency on EmbeddedPkg EmulatorPkg doesn't need depend on EmbeddedPkg, so remove the dependency. Cc: Andrew Fish Reviewed-by: Ray Ni Signed-off-by: Zhiguang Liu --- EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf | 3 +-- EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'EmulatorPkg/Library') diff --git a/EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf b/EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf index d91f7de..dfdabde 100644 --- a/EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf +++ b/EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf @@ -1,7 +1,7 @@ ## @file # Write only instance of Serial Port Library with empty functions. # -# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.
# Portions copyright (c) 2011, Apple Inc. All rights reserved. # # SPDX-License-Identifier: BSD-2-Clause-Patent @@ -25,7 +25,6 @@ [Packages] MdePkg/MdePkg.dec EmulatorPkg/EmulatorPkg.dec - EmbeddedPkg/EmbeddedPkg.dec [LibraryClasses] EmuThunkLib diff --git a/EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf b/EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf index 2f5e656..7ef3e3b 100644 --- a/EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf +++ b/EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf @@ -1,7 +1,7 @@ ## @file # Write only instance of Serial Port Library with empty functions. # -# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.
# Portions copyright (c) 2011, Apple Inc. All rights reserved. # # SPDX-License-Identifier: BSD-2-Clause-Patent @@ -28,7 +28,6 @@ [Packages] MdePkg/MdePkg.dec EmulatorPkg/EmulatorPkg.dec - EmbeddedPkg/EmbeddedPkg.dec [LibraryClasses] PeiServicesLib -- cgit v1.1