]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/HiiPack.h
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / HiiPack / HiiPack.h
CommitLineData
3e99020d
LG
1/*++\r
2\r
3Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11\r
12Module Name:\r
13\r
14 HiiPack.h\r
15\r
16Abstract:\r
17\r
18 Common defines and prototypes for the HII pack tool.\r
19 \r
20--*/\r
21\r
22#ifndef _HII_PACK_H_\r
23#define _HII_PACK_H_\r
24\r
25#define DEFAULT_VARIABLE_NAME_L L"Setup"\r
26#define DEFAULT_VARIABLE_NAME "Setup"\r
27\r
28#define MAX_VARIABLE_NAME 256\r
29#define FIRST_HII_PACK_HANDLE 1\r
30\r
31typedef\r
32int\r
33(*FIND_FILE_CALLBACK) (\r
34 char *FileName\r
35 );\r
36\r
37extern\r
38int\r
39FindFiles (\r
40 char *RootDirectory,\r
41 char *FileMask,\r
42 FIND_FILE_CALLBACK Callback\r
43 )\r
44/*++\r
45\r
46Routine Description:\r
47\r
48 GC_TODO: Add function description\r
49\r
50Arguments:\r
51\r
52 RootDirectory - GC_TODO: add argument description\r
53 FileMask - GC_TODO: add argument description\r
54 Callback - GC_TODO: add argument description\r
55\r
56Returns:\r
57\r
58 GC_TODO: add return values\r
59\r
60--*/\r
61;\r
62\r
63#endif // #ifndef _HII_PACK_H_\r