]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/HiiPack.h
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / HiiPack / HiiPack.h
diff --git a/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/HiiPack.h b/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/HiiPack.h
new file mode 100644 (file)
index 0000000..e9fa66b
--- /dev/null
@@ -0,0 +1,63 @@
+/*++\r
+\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
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+Module Name:\r
+\r
+  HiiPack.h\r
+\r
+Abstract:\r
+\r
+  Common defines and prototypes for the HII pack tool.\r
+  \r
+--*/\r
+\r
+#ifndef _HII_PACK_H_\r
+#define _HII_PACK_H_\r
+\r
+#define DEFAULT_VARIABLE_NAME_L L"Setup"\r
+#define DEFAULT_VARIABLE_NAME   "Setup"\r
+\r
+#define MAX_VARIABLE_NAME       256\r
+#define FIRST_HII_PACK_HANDLE   1\r
+\r
+typedef\r
+int\r
+(*FIND_FILE_CALLBACK) (\r
+  char *FileName\r
+  );\r
+\r
+extern\r
+int\r
+FindFiles (\r
+  char                *RootDirectory,\r
+  char                *FileMask,\r
+  FIND_FILE_CALLBACK  Callback\r
+  )\r
+/*++\r
+\r
+Routine Description:\r
+\r
+  GC_TODO: Add function description\r
+\r
+Arguments:\r
+\r
+  RootDirectory - GC_TODO: add argument description\r
+  FileMask      - GC_TODO: add argument description\r
+  Callback      - GC_TODO: add argument description\r
+\r
+Returns:\r
+\r
+  GC_TODO: add return values\r
+\r
+--*/\r
+;\r
+\r
+#endif // #ifndef _HII_PACK_H_\r