]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/CommonDataClass/ModuleClass.py
Sync BaseTools Branch (version r2321) to EDKII main trunk.
[mirror_edk2.git] / BaseTools / Source / Python / CommonDataClass / ModuleClass.py
index 49d052dc455aa9270d9f687712fa6c69f76d8862..c0738b996cd2842b737deb63afc4f85b8f26ba40 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
 # This file is used to define a class object to describe a module\r
 #\r
-# Copyright (c) 2007, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\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
@@ -32,9 +32,9 @@ from CommonClass import *
 #                                [ ClonedRecordClass, ... ]\r
 # @var PcdIsDriver:              To store value for PcdIsDriver, selection scope is in below list\r
 #                                PEI_PCD_DRIVER | DXE_PCD_DRIVER\r
-# @var TianoR8FlashMap_h:        To store value for TianoR8FlashMap_h\r
+# @var TianoEdkFlashMap_h:       To store value for TianoEdkFlashMap_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
@@ -63,9 +63,8 @@ class ModuleHeaderClass(IdentificationClass, CommonHeaderClass, DefineClass):
         self.OutputFileBasename = ''\r
         self.ClonedFrom = []\r
         self.PcdIsDriver = ''\r
-        self.TianoR8FlashMap_h = False\r
+        self.TianoEdkFlashMap_h = False\r
         self.InfVersion = ''\r
-        self.EfiSpecificationVersion = ''\r
         self.PiSpecificationVersion = ''\r
         self.UefiSpecificationVersion = ''\r
         self.EdkReleaseVersion = ''\r