]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Version.env
OvmfPkg/BaseMemEncryptSevLib: clean up debug logging of PhysicalAddress
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Version.env
index dde7a7d06787104136d384542929c25fa2de666f..cef19d4ce96c0ba8c43d27b9b48756b39a79de2e 100644 (file)
@@ -1,7 +1,7 @@
 #/*++\r
 #   \r
-#  Copyright (c) 2006, Intel Corporation                                                         \r
-#  All rights reserved. This program and the accompanying materials                          \r
+#  Copyright (c) 2006 - 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
 #--*/\r
 \r
 !IF "$(UEFI_MODE)" == "YES"\r
-EFI_SPECIFICATION_VERSION = 0x00020000\r
+!IFDEF UEFI_VERSION_OVERRIDE\r
+!IF "$(UEFI_VERSION_OVERRIDE)" < "0x00020000"\r
+!ERROR UEFI_VERSION_OVERRIDE must greater than or equal to 0x00020000\r
+!ENDIF\r
+EFI_SPECIFICATION_VERSION = $(UEFI_VERSION_OVERRIDE)\r
+!ELSE\r
+EFI_SPECIFICATION_VERSION = 0x0002000A\r
+!ENDIF\r
 !ELSE\r
 EFI_SPECIFICATION_VERSION = 0x0001000A\r
 !ENDIF\r
@@ -32,3 +39,5 @@ PI_SPECIFICATION_VERSION = 0x00000009
 !ENDIF\r
 \r
 TIANO_RELEASE_VERSION     = 0x00080006\r
+\r
+EDK_BUILD_VERSION         = Edk1.06\r