]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/CapsuleData.py
BaseTools: FMP capsule add the support to generate auth info
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / CapsuleData.py
index efc281222bd585b19d4a9dc4fc2a3d6635aa376b..2a5c4545de9f88b8ae1773ea0f264fcbb09540d5 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # generate capsule\r
 #\r
-#  Copyright (c) 2007-2013, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007-2016, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -180,6 +180,8 @@ class CapsulePayload(CapsuleData):
         self.HardwareInstance = None\r
         self.ImageFile = None\r
         self.VendorCodeFile = None\r
+        self.Certificate_Guid = None\r
+        self.MonotonicCount = None\r
 \r
     def GenCapsuleSubItem(self):\r
         if not self.Version:\r