]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/CodeTools/Source/GenFvImage/GenFvImageExe.h
More renames for Tool Packages
[mirror_edk2.git] / Tools / CodeTools / Source / GenFvImage / GenFvImageExe.h
CommitLineData
878ddf1f 1/*++\r
2\r
3Copyright (c) 2004, Intel Corporation \r
4All rights reserved. This 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 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
41#define UTILITY_MAJOR_VERSION 0\r
42#define UTILITY_MINOR_VERSION 1\r
43#define UTILITY_DATE __DATE__\r
44\r
45//\r
46// The maximum number of arguments accepted from the command line.\r
47//\r
48#define MAX_ARGS 3\r
49\r
50//\r
51// The function that displays general utility information\r
52//\r
53VOID\r
54PrintUtilityInfo (\r
55 VOID\r
56 )\r
57/*++\r
58\r
59Routine Description:\r
60\r
61 TODO: Add function description\r
62\r
63Arguments:\r
64\r
65 None\r
66\r
67Returns:\r
68\r
69 TODO: add return values\r
70\r
71--*/\r
72;\r
73\r
74//\r
75// The function that displays the utility usage message.\r
76//\r
77VOID\r
78PrintUsage (\r
79 VOID\r
80 )\r
81/*++\r
82\r
83Routine Description:\r
84\r
85 TODO: Add function description\r
86\r
87Arguments:\r
88\r
89 None\r
90\r
91Returns:\r
92\r
93 TODO: add return values\r
94\r
95--*/\r
96;\r
97\r
98#endif\r