]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/msa2inf/ConvertModule.py
Sync EDKII BaseTools to BaseTools project r1903.
[mirror_edk2.git] / BaseTools / Source / Python / msa2inf / ConvertModule.py
index e0d7b886953795195797a7c2d06396375ae19bfc..af9aa1d8ec82dca1597088501d58337845630a58 100644 (file)
@@ -2,7 +2,7 @@
 # Convert an MSA Module class object ot an INF Module class object by filling\r
 # several info required by INF file.\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
@@ -35,7 +35,7 @@ def AddModuleMiscVersion(Module):
     Module.Header.InfVersion = Version\r
 \r
     Version = Module.Header.Specification.get("EFI_SPECIFICATION_VERSION", "")\r
-    Module.Header.EfiSpecificationVersion = Version\r
+    Module.Header.UefiSpecificationVersion = Version\r
     \r
     Version = Module.Header.Specification.get("EDK_RELEASE_VERSION", "")\r
     Module.Header.EdkReleaseVersion = Version\r