From: Hao A Wu Date: Wed, 15 May 2019 02:10:47 +0000 (+0800) Subject: OvmfPkg/PlatformPei: Remove redundant reference of framework pkg DEC X-Git-Tag: edk2-stable201908~394 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0e0a6a2e6470f5230c9a6167f3a7f397605cc952;p=mirror_edk2.git OvmfPkg/PlatformPei: Remove redundant reference of framework pkg DEC REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1843 For the driver's INF file, this commit will remove the redundant reference to 'IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec'. Cc: Ray Ni Cc: Jordan Justen Cc: Ard Biesheuvel Signed-off-by: Hao A Wu Reviewed-by: Laszlo Ersek --- diff --git a/OvmfPkg/PlatformPei/PlatformPei.inf b/OvmfPkg/PlatformPei/PlatformPei.inf index f660c2d9e4..d9fd9c8f05 100644 --- a/OvmfPkg/PlatformPei/PlatformPei.inf +++ b/OvmfPkg/PlatformPei/PlatformPei.inf @@ -2,7 +2,7 @@ # Platform PEI driver # # This module provides platform specific function to detect boot mode. -# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -36,7 +36,6 @@ Xen.h [Packages] - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec SecurityPkg/SecurityPkg.dec