]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/CCode/Source/SecFixup/SecFixup.h
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / Tools / CCode / Source / SecFixup / SecFixup.h
diff --git a/Tools/CCode/Source/SecFixup/SecFixup.h b/Tools/CCode/Source/SecFixup/SecFixup.h
deleted file mode 100644 (file)
index 9d26656..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-/*++\r
-\r
-Copyright (c)  1999-2006 Intel Corporation. All rights reserved\r
-This program and the accompanying materials are licensed and made available \r
-under the terms and conditions of the BSD License which accompanies this \r
-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
-\r
-Module Name:\r
-  \r
-  SecFixup.h\r
-\r
-Abstract:\r
-\r
-  Definitions for the SecFixup utility.\r
-\r
---*/\r
-\r
-#ifndef _SEC_FIXUP_H\r
-#define _SEC_FIXUP_H\r
-\r
-//\r
-// Utility Name\r
-//\r
-#define UTILITY_NAME  "SecFixup"\r
-\r
-//\r
-// Utility version information\r
-//\r
-#define UTILITY_MAJOR_VERSION 0\r
-#define UTILITY_MINOR_VERSION 1\r
-#define UTILITY_DATE          __DATE__\r
-\r
-//\r
-// The maximum number of arguments accepted from the command line.\r
-//\r
-#define MAX_ARGS        4\r
-\r
-#define DEST_REL_OFFSET 13\r
-#define BUF_SIZE        (8 * 1024)\r
-\r
-//\r
-// The function that displays general utility information\r
-//\r
-VOID\r
-Version (\r
-  VOID\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  GC_TODO: Add function description\r
-\r
-Arguments:\r
-\r
-  None\r
-\r
-Returns:\r
-\r
-  GC_TODO: add return values\r
-\r
---*/\r
-;\r
-\r
-//\r
-// The function that displays the utility usage message.\r
-//\r
-VOID\r
-Usage (\r
-  VOID\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  GC_TODO: Add function description\r
-\r
-Arguments:\r
-\r
-  None\r
-\r
-Returns:\r
-\r
-  GC_TODO: add return values\r
-\r
---*/\r
-;\r
-\r
-//\r
-// The function that gets the entry point of a PE/TE file.\r
-//\r
-STATUS\r
-GetEntryPoint (\r
-  IN  FILE   *ExeFile,\r
-  OUT UINT32 *EntryPoint\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  GC_TODO: Add function description\r
-\r
-Arguments:\r
-\r
-  ExeFile     - GC_TODO: add argument description\r
-  EntryPoint  - GC_TODO: add argument description\r
-\r
-Returns:\r
-\r
-  GC_TODO: add return values\r
-\r
---*/\r
-;\r
-\r
-//\r
-// The function that copies a file.\r
-//\r
-STATUS\r
-CopyFile (\r
-  FILE    *FpIn,\r
-  FILE    *FpOut\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  GC_TODO: Add function description\r
-\r
-Arguments:\r
-\r
-  FpIn  - GC_TODO: add argument description\r
-  FpOut - GC_TODO: add argument description\r
-\r
-Returns:\r
-\r
-  GC_TODO: add return values\r
-\r
---*/\r
-;\r
-\r
-#endif\r