diff options
author | Liming Gao <liming.gao@intel.com> | 2016-07-08 22:22:26 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-07-20 13:11:31 +0800 |
commit | 068f06e39ae5556c1168e96c0036879097f79ad5 (patch) | |
tree | a6cc9bf1aee941e61d1f7f9910facf150a6ea46b /IntelFsp2WrapperPkg | |
parent | f86b9293ecbe0344074817b1a2f6876fa2a629e2 (diff) | |
download | edk2-068f06e39ae5556c1168e96c0036879097f79ad5.tar.gz edk2-068f06e39ae5556c1168e96c0036879097f79ad5.tar.bz2 edk2-068f06e39ae5556c1168e96c0036879097f79ad5.zip |
IntelFsp2WrapperPkg: 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 'IntelFsp2WrapperPkg')
-rw-r--r-- | IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc index 70541c8d20..829203013f 100644 --- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc @@ -75,10 +75,17 @@ HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
[Components.Ia32]
+ IntelFsp2WrapperPkg/Library/BaseFspWrapperApiTestLibNull/BaseFspWrapperApiTestLibNull.inf
+ IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecFspWrapperPlatformSecLibSample.inf
+ IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/PeiFspWrapperHobProcessLibSample.inf
+ IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf
+
IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf
IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf
[Components.IA32, Components.X64]
+ IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf
+ IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/BaseFspWrapperPlatformLibSample.inf
IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf
[PcdsFixedAtBuild.common]
|