]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkUnixPkg/Dxe/PlatformBds/Generic/String.h
EdkGenericBdsLib and Logo removed, use EdkGenericPlatformBdsLib
[mirror_edk2.git] / EdkUnixPkg / Dxe / PlatformBds / Generic / String.h
diff --git a/EdkUnixPkg/Dxe/PlatformBds/Generic/String.h b/EdkUnixPkg/Dxe/PlatformBds/Generic/String.h
deleted file mode 100644 (file)
index b79df19..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this 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
-Module Name:\r
-\r
-  string.h\r
-\r
-Abstract:\r
-  \r
-  String support\r
-\r
-Revision History\r
-\r
---*/\r
-\r
-#ifndef _STRING_H_\r
-#define _STRING_H_\r
-\r
-//\r
-// This is the VFR compiler generated header file which defines the\r
-// string identifiers.\r
-//\r
-#include "BdsStrDefs.h"\r
-\r
-//\r
-// String Definition Guid for BDS Platform\r
-//\r
-#define EFI_BDS_PLATFORM_GUID \\r
-  { \\r
-    0x7777E939, 0xD57E, 0x4DCB, {0xA0, 0x8E, 0x64, 0xD7, 0x98, 0x57, 0x1E, 0x0F } \\r
-  }\r
-\r
-extern EFI_HII_HANDLE    gStringPackHandle;\r
-extern EFI_HII_PROTOCOL  *Hii;\r
-\r
-CHAR16            *\r
-GetStringById (\r
-  IN  STRING_REF   Id\r
-  );\r
-\r
-EFI_STATUS\r
-InitializeStringSupport (\r
-  VOID\r
-  );\r
-\r
-EFI_STATUS\r
-CallFrontPage (\r
-  VOID\r
-  );\r
-\r
-#endif // _STRING_H_\r