summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/CommonDataClass
diff options
context:
space:
mode:
authorYingke Liu <yingke.d.liu@intel.com>2015-06-23 06:46:01 +0000
committeryingke <yingke@Edk2>2015-06-23 06:46:01 +0000
commita3251d844695f90711bfe094f12755fd01742369 (patch)
treef2b29b86c0cc238b74491233adbca4b04aa83eac /BaseTools/Source/Python/CommonDataClass
parentf5bc9da5a3b36b73f5bff4b31f81ed7278f14ec1 (diff)
downloadedk2-a3251d844695f90711bfe094f12755fd01742369.tar.gz
edk2-a3251d844695f90711bfe094f12755fd01742369.tar.bz2
edk2-a3251d844695f90711bfe094f12755fd01742369.zip
BaseTools: Supported FMP capsule image.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yingke Liu <yingke.d.liu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17678 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Source/Python/CommonDataClass')
-rw-r--r--BaseTools/Source/Python/CommonDataClass/FdfClass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/CommonDataClass/FdfClass.py b/BaseTools/Source/Python/CommonDataClass/FdfClass.py
index ce3df12058..f758d35ba1 100644
--- a/BaseTools/Source/Python/CommonDataClass/FdfClass.py
+++ b/BaseTools/Source/Python/CommonDataClass/FdfClass.py
@@ -360,6 +360,7 @@ class CapsuleClassObject :
# TokensDict[var] = value
self.TokensDict = {}
self.CapsuleDataList = []
+ self.FmpPayloadList = []
## VTF data in FDF
#