]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/CommonDataClass/ModuleClass.py
Sync EDKII BaseTools to BaseTools project r1903.
[mirror_edk2.git] / BaseTools / Source / Python / CommonDataClass / ModuleClass.py
index 49d052dc455aa9270d9f687712fa6c69f76d8862..350350bdf4911a59aee8918a3157c209d2b5d798 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to define a class object to describe a module\r
 #\r
-# Copyright (c) 2007, Intel Corporation\r
+# Copyright (c) 2007 - 2010, Intel Corporation\r
 # All rights reserved. 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
@@ -34,7 +34,7 @@ from CommonClass import *
 #                                PEI_PCD_DRIVER | DXE_PCD_DRIVER\r
 # @var TianoR8FlashMap_h:        To store value for TianoR8FlashMap_h\r
 # @var InfVersion:               To store value for InfVersion\r
-# @var EfiSpecificationVersion:  To store value for EfiSpecificationVersion\r
+# @var UefiSpecificationVersion: To store value for UefiSpecificationVersion\r
 # @var EdkReleaseVersion:        To store value for EdkReleaseVersion\r
 # @var LibraryClass:             To store value for LibraryClass, it is a set structure as\r
 #                                [ LibraryClassClass, ...]\r
@@ -65,7 +65,6 @@ class ModuleHeaderClass(IdentificationClass, CommonHeaderClass, DefineClass):
         self.PcdIsDriver = ''\r
         self.TianoR8FlashMap_h = False\r
         self.InfVersion = ''\r
-        self.EfiSpecificationVersion = ''\r
         self.PiSpecificationVersion = ''\r
         self.UefiSpecificationVersion = ''\r
         self.EdkReleaseVersion = ''\r