diff options
author | Liming Gao <liming.gao@intel.com> | 2016-07-08 22:22:51 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-07-20 13:11:32 +0800 |
commit | 970a9a8ba3440281184b70cb9e44beee7c49a077 (patch) | |
tree | 0c9001cdceed69da05fa8da39393852d431efcee /IntelFsp2Pkg/IntelFsp2Pkg.dsc | |
parent | 068f06e39ae5556c1168e96c0036879097f79ad5 (diff) | |
download | edk2-970a9a8ba3440281184b70cb9e44beee7c49a077.tar.gz |
IntelFsp2Pkg: Add missing modules in Package DSC
Package DSC is used to verify the module source build.
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Giri Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Diffstat (limited to 'IntelFsp2Pkg/IntelFsp2Pkg.dsc')
-rw-r--r-- | IntelFsp2Pkg/IntelFsp2Pkg.dsc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IntelFsp2Pkg/IntelFsp2Pkg.dsc b/IntelFsp2Pkg/IntelFsp2Pkg.dsc index 3b50bbf629..61eb6f1633 100644 --- a/IntelFsp2Pkg/IntelFsp2Pkg.dsc +++ b/IntelFsp2Pkg/IntelFsp2Pkg.dsc @@ -65,6 +65,8 @@ IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf
IntelFsp2Pkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
IntelFsp2Pkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf
+ IntelFsp2Pkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf
+ IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf
IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf
IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf
|