diff options
author | Hao A Wu <hao.a.wu@intel.com> | 2019-05-15 15:11:48 +0800 |
---|---|---|
committer | Hao A Wu <hao.a.wu@intel.com> | 2019-06-17 09:27:06 +0800 |
commit | ae71eae15171b8ad1e0681f473ee7067ba92b972 (patch) | |
tree | 16e4fec87f527785132d56c34820a32fdf821b53 /OvmfPkg/Csm | |
parent | 0ec400a540fa6bd29aa5011b67dff74b9b735241 (diff) | |
download | edk2-ae71eae15171b8ad1e0681f473ee7067ba92b972.tar.gz edk2-ae71eae15171b8ad1e0681f473ee7067ba92b972.tar.bz2 edk2-ae71eae15171b8ad1e0681f473ee7067ba92b972.zip |
OvmfPkg/Csm/CsmSupportLib: Drop IntelFrameworkPkg dependency
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1843
This commit will update the INF file of the CsmSupportLib to drop its
dependency on IntelFrameworkPkg:
gEfiLegacyBiosPlatformProtocolGuid
gEfiLegacyBiosProtocolGuid
gEfiLegacyInterruptProtocolGuid
The above dependencies have already been addressed by the duplication of
these definitions from IntelFrameworkPkg to OvmfPkg.
Cc: Ray Ni <ray.ni@intel.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg/Csm')
-rw-r--r-- | OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf b/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf index 229f2e0b4b..45f201f07b 100644 --- a/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf +++ b/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf @@ -1,7 +1,7 @@ ## @file
# Platform CSM Support Library
#
-# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
@@ -34,7 +34,6 @@ [Packages]
MdePkg/MdePkg.dec
- IntelFrameworkPkg/IntelFrameworkPkg.dec
OvmfPkg/OvmfPkg.dec
[Pcd]
|