diff options
author | Ray Ni <ray.ni@intel.com> | 2019-08-28 06:40:06 +0800 |
---|---|---|
committer | Ray Ni <ray.ni@intel.com> | 2019-09-05 02:10:02 +0800 |
commit | d1da2ab93a0e1518bc01d7c38505730462278e45 (patch) | |
tree | 9642e9f8190c1e14acad2fa66f16cba3742d3012 /IntelFsp2Pkg | |
parent | d2687f23c909475d80cef32cdf9a5d121f0a9ae6 (diff) | |
download | edk2-d1da2ab93a0e1518bc01d7c38505730462278e45.tar.gz edk2-d1da2ab93a0e1518bc01d7c38505730462278e45.tar.bz2 edk2-d1da2ab93a0e1518bc01d7c38505730462278e45.zip |
IntelFsp2Pkg/FspSecCore: Remove unneeded MdeModulePkg dependency
Signed-off-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'IntelFsp2Pkg')
-rw-r--r-- | IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf | 1 | ||||
-rw-r--r-- | IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf | 1 | ||||
-rw-r--r-- | IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf b/IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf index 571ed9bc44..25f2a109ab 100644 --- a/IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf +++ b/IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf @@ -40,7 +40,6 @@ [Packages]
MdePkg/MdePkg.dec
- MdeModulePkg/MdeModulePkg.dec
IntelFsp2Pkg/IntelFsp2Pkg.dec
[LibraryClasses]
diff --git a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf b/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf index 17924b118c..1d9c2554d1 100644 --- a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf +++ b/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf @@ -35,7 +35,6 @@ [Packages]
MdePkg/MdePkg.dec
- MdeModulePkg/MdeModulePkg.dec
IntelFsp2Pkg/IntelFsp2Pkg.dec
[LibraryClasses]
diff --git a/IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf b/IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf index e66ea4593b..971b311e42 100644 --- a/IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf +++ b/IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf @@ -1,7 +1,7 @@ ## @file
# Sec Core for FSP
#
-# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -34,7 +34,6 @@ [Packages]
MdePkg/MdePkg.dec
- MdeModulePkg/MdeModulePkg.dec
IntelFsp2Pkg/IntelFsp2Pkg.dec
[LibraryClasses]
|