X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FEfi%2FProtocol%2FHiiString%2FHiiString.c;fp=EdkCompatibilityPkg%2FFoundation%2FEfi%2FProtocol%2FHiiString%2FHiiString.c;h=0000000000000000000000000000000000000000;hp=bcffa1c3d2037d1b8402865a842c504a13af8289;hb=c455bc8c8d78ad51c24426a500914ea32504bf06;hpb=5bca07268acabe7f31407358e875ccf89cb5e386 diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/HiiString.c b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/HiiString.c deleted file mode 100644 index bcffa1c3d2..0000000000 --- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/HiiString.c +++ /dev/null @@ -1,29 +0,0 @@ -/*++ - -Copyright (c) 2007, 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: - - HiiString.c - -Abstract: - - EFI_HII_STRING_PROTOCOL - -Revision History - ---*/ - -#include "EfiSpec.h" -#include EFI_PROTOCOL_DEFINITION (HiiString) - -EFI_GUID gEfiHiiStringProtocolGuid = EFI_HII_STRING_PROTOCOL_GUID; - -EFI_GUID_STRING(&gEfiHiiStringProtocolGuid, "EFI HII STRING Protocol", "UEFI 2.1 HII STRING Protocol");