]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/EfiVfr.h
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / VfrCompile / EfiVfr.h
index c520ad28f5b6819423e4b6c198b8b173a78482ae..b82713177c9a7f57941e0caead07a7ec4162e17c 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2005, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 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
@@ -31,7 +31,8 @@ Abstract:
 // This number should be incremented with each change to the VFR compiler.\r
 // We write the version to the output list file for debug purposes.\r
 //\r
-#define VFR_COMPILER_VERSION  "1.88"\r
+#define UTILITY_VERSION  "v1.9"\r
+#define UTILITY_NAME     "VfrCompile"\r
 \r
 //\r
 // Maximum file path for filenames\r
@@ -39,7 +40,6 @@ Abstract:
 #define MAX_PATH        255\r
 #define MAX_QUEUE_COUNT 255\r
 #define MAX_LINE_LEN    1024\r
-#define PROGRAM_NAME    "VfrCompile"\r
 \r
 //\r
 // We parse C-style structure definitions which can then be referenced\r