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

@@ -35,6 +35,7 @@ OBJECTS = \
PeCoffLoaderEx.o \
SimpleFileParsing.o \
StringFuncs.o \
TianoCompress.o
TianoCompress.o \
PcdValueCommon.o
include $(MAKEROOT)/Makefiles/lib.makefile