diff options
author | Ray Ni <ray.ni@intel.com> | 2019-08-28 06:58:45 +0800 |
---|---|---|
committer | Ray Ni <ray.ni@intel.com> | 2019-09-05 02:10:03 +0800 |
commit | 7bf525599713703a60c4f300bd82787545a74a52 (patch) | |
tree | 2a8a3802393834c4cd026e96d697a8ff9de822f5 /IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf | |
parent | d1da2ab93a0e1518bc01d7c38505730462278e45 (diff) | |
download | edk2-7bf525599713703a60c4f300bd82787545a74a52.tar.gz edk2-7bf525599713703a60c4f300bd82787545a74a52.tar.bz2 edk2-7bf525599713703a60c4f300bd82787545a74a52.zip |
IntelFsp2WrapperPkg: Remove unneeded MdeModulePkg dependency
Signed-off-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf')
-rw-r--r-- | IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf index 82113dd148..dce7ef3d0b 100644 --- a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf +++ b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf @@ -6,7 +6,7 @@ # register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi
# notify to call FspSiliconInit API.
#
-# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -37,7 +37,6 @@ HobLib
FspWrapperPlatformLib
FspWrapperHobProcessLib
- DebugAgentLib
UefiCpuLib
PeCoffGetEntryPointLib
PeCoffExtraActionLib
@@ -48,7 +47,6 @@ [Packages]
MdePkg/MdePkg.dec
- MdeModulePkg/MdeModulePkg.dec
UefiCpuPkg/UefiCpuPkg.dec
IntelFsp2Pkg/IntelFsp2Pkg.dec
IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
|