]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/GenFvImageLibInternal.h
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / GenFvImage / GenFvImageLibInternal.h
index c8e63e83d19e8547ce7290a2dbe25e27e0b82aa4..7b8ab1141315d3a26c5f4e997fa9120b16d59f49 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, 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
@@ -44,6 +44,8 @@ Abstract:
 #define MAX_NUMBER_OF_FILES_IN_FV       1000\r
 #define MAX_NUMBER_OF_COMPONENTS_IN_FV  10\r
 \r
+#define FV_CAPACITY_INCREASE_UNIT       0x100000\r
+\r
 //\r
 // INF file strings\r
 //\r
@@ -150,6 +152,7 @@ Abstract:
 #define TRUE_STRING               "TRUE"\r
 #define FALSE_STRING              "FALSE"\r
 #define NULL_STRING               "NULL"\r
+#define AUTO_STRING               "AUTO"\r
 \r
 //\r
 // Defines to calculate the offset for PEI CORE entry points\r
@@ -206,6 +209,7 @@ EFI_STATUS
 ParseFvInf (\r
   IN MEMORY_FILE  *InfFile,\r
   IN FV_INFO      *FvInfo\r
-  );\r
+  )\r
+;\r
 \r
 #endif\r