X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FSample%2FTools%2FSource%2FGenFvImage%2FGenFvImageExe.h;fp=EdkCompatibilityPkg%2FSample%2FTools%2FSource%2FGenFvImage%2FGenFvImageExe.h;h=0000000000000000000000000000000000000000;hp=08a62af3e693eed9364d40f3164eaae049e4b870;hb=c455bc8c8d78ad51c24426a500914ea32504bf06;hpb=5bca07268acabe7f31407358e875ccf89cb5e386 diff --git a/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/GenFvImageExe.h b/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/GenFvImageExe.h deleted file mode 100644 index 08a62af3e6..0000000000 --- a/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/GenFvImageExe.h +++ /dev/null @@ -1,97 +0,0 @@ -/*++ - -Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.
-This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -Module Name: - - GenFvImageExe.h - -Abstract: - - Definitions for the PeimFixup exe utility. - ---*/ - -// -// Coded to Tiano Coding Standards -// -#ifndef _EFI_GEN_FV_IMAGE_EXE_H -#define _EFI_GEN_FV_IMAGE_EXE_H - -#include -#include -#include -#include "GenFvImageLib.h" - -// -// Utility Name -// -#define UTILITY_NAME "GenFvImage" - -// -// Utility version information -// -#define UTILITY_VERSION "v1.1" -#define UTILITY_DATE __DATE__ - -// -// The maximum number of arguments accepted from the command line. -// -#define MAX_ARGS 3 - -// -// The function that displays general utility information -// -VOID -PrintUtilityInfo ( - VOID - ) -/*++ - -Routine Description: - - TODO: Add function description - -Arguments: - - None - -Returns: - - TODO: add return values - ---*/ -; - -// -// The function that displays the utility usage message. -// -VOID -PrintUsage ( - VOID - ) -/*++ - -Routine Description: - - TODO: Add function description - -Arguments: - - None - -Returns: - - TODO: add return values - ---*/ -; - -#endif