BaseTools: Add PcdValueCommon logic into C source CommonLib

PcdValueCommon is used to calculate structure pcd value.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
Liming Gao
2017-11-23 20:49:36 +08:00
parent 84e076c861
commit 309e37a229
4 changed files with 978 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ OBJECTS = \
PeCoffLoaderEx.obj \
SimpleFileParsing.obj \
StringFuncs.obj \
TianoCompress.obj
TianoCompress.obj \
PcdValueCommon.obj
!INCLUDE ..\Makefiles\ms.lib