]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/GenFvImageExe.h
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / GenFvImage / GenFvImageExe.h
CommitLineData
3eb9473e 1/*++\r
2\r
3e99020d 3Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
4b1e1121 4This program and the accompanying materials \r
3eb9473e 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 GenFvImageExe.h\r
15\r
16Abstract:\r
17\r
18 Definitions for the PeimFixup exe utility.\r
19\r
20--*/\r
21\r
22//\r
23// Coded to Tiano Coding Standards\r
24//\r
25#ifndef _EFI_GEN_FV_IMAGE_EXE_H\r
26#define _EFI_GEN_FV_IMAGE_EXE_H\r
27\r
28#include <stdio.h>\r
29#include <string.h>\r
30#include <stdlib.h>\r
31#include "GenFvImageLib.h"\r
32\r
33//\r
34// Utility Name\r
35//\r
36#define UTILITY_NAME "GenFvImage"\r
37\r
38//\r
39// Utility version information\r
40//\r
3e99020d 41#define UTILITY_VERSION "v1.1"\r
3eb9473e 42#define UTILITY_DATE __DATE__\r
43\r
44//\r
45// The maximum number of arguments accepted from the command line.\r
46//\r
47#define MAX_ARGS 3\r
48\r
49//\r
50// The function that displays general utility information\r
51//\r
52VOID\r
53PrintUtilityInfo (\r
54 VOID\r
55 )\r
56/*++\r
57\r
58Routine Description:\r
59\r
60 TODO: Add function description\r
61\r
62Arguments:\r
63\r
64 None\r
65\r
66Returns:\r
67\r
68 TODO: add return values\r
69\r
70--*/\r
71;\r
72\r
73//\r
74// The function that displays the utility usage message.\r
75//\r
76VOID\r
77PrintUsage (\r
78 VOID\r
79 )\r
80/*++\r
81\r
82Routine Description:\r
83\r
84 TODO: Add function description\r
85\r
86Arguments:\r
87\r
88 None\r
89\r
90Returns:\r
91\r
92 TODO: add return values\r
93\r
94--*/\r
95;\r
96\r
97#endif\r