]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/CommonDataClass/FdfClass.py
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / Python / CommonDataClass / FdfClass.py
index 3df82082457f93f7c531b94fc2c02f75954ec286..2fbb7b436a9bee09b1a2ed4478b914b2cac50714 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 #  Copyright (c) 2007 - 2018, 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
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 \r
 ## FD data in FDF\r
@@ -35,7 +29,6 @@ class FDClassObject:
         # SetVarDict[var] = value\r
         self.SetVarDict = {}\r
         self.RegionList = []\r
-        self.vtfRawDict = {}\r
 \r
 ## FFS data in FDF\r
 #\r
@@ -305,25 +298,6 @@ class CapsuleClassObject :
         self.CapsuleDataList = []\r
         self.FmpPayloadList = []\r
 \r
-## VTF component data in FDF\r
-#\r
-#\r
-class ComponentStatementClassObject :\r
-    ## The constructor\r
-    #\r
-    #   @param  self        The object pointer\r
-    #\r
-    def __init__(self):\r
-        self.CompName = None\r
-        self.CompLoc = None\r
-        self.CompType = None\r
-        self.CompVer = None\r
-        self.CompCs = None\r
-        self.CompBin = None\r
-        self.CompSym = None\r
-        self.CompSize = None\r
-        self.FilePos = None\r
-\r
 ## OptionROM data in FDF\r
 #\r
 #\r