From 5dce0991864ec5a10add570dca2f8dd850ea29bf Mon Sep 17 00:00:00 2001 From: Guo Mang Date: Thu, 22 Dec 2016 18:20:23 +0800 Subject: EmbeddedPkg: Remove unused Package Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- EmbeddedPkg/Include/Guid/ExtractSection.h | 36 ------------------------------- EmbeddedPkg/Include/Guid/Fdt.h | 28 ------------------------ EmbeddedPkg/Include/Guid/FdtHob.h | 26 ---------------------- 3 files changed, 90 deletions(-) delete mode 100644 EmbeddedPkg/Include/Guid/ExtractSection.h delete mode 100644 EmbeddedPkg/Include/Guid/Fdt.h delete mode 100644 EmbeddedPkg/Include/Guid/FdtHob.h (limited to 'EmbeddedPkg/Include/Guid') diff --git a/EmbeddedPkg/Include/Guid/ExtractSection.h b/EmbeddedPkg/Include/Guid/ExtractSection.h deleted file mode 100644 index f471e876a1..0000000000 --- a/EmbeddedPkg/Include/Guid/ExtractSection.h +++ /dev/null @@ -1,36 +0,0 @@ -/** @file - - Copyright (c) 2008 - 2009, Apple Inc. 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. - -**/ - -#ifndef __EXTRACT_SECTION_GUID_H__ -#define __EXTRACT_SECTION_GUID_H__ - -#include - - -// -// The GUID for this protocol mathes the Decompression scheme being used -// So for example LZMA would be gLzmaCustomDecompressGuid -// -typedef struct { - EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER SectionGetInfo; - EXTRACT_GUIDED_SECTION_DECODE_HANDLER SectionExtraction; -} EXTRACT_SECTION_DATA; - -typedef struct { - EFI_HOB_GUID_TYPE Hob; - EXTRACT_SECTION_DATA Data; -} EXTRACT_SECTION_HOB; - -#endif - diff --git a/EmbeddedPkg/Include/Guid/Fdt.h b/EmbeddedPkg/Include/Guid/Fdt.h deleted file mode 100644 index 74c85dc30b..0000000000 --- a/EmbeddedPkg/Include/Guid/Fdt.h +++ /dev/null @@ -1,28 +0,0 @@ -/** @file -* -* Copyright (c) 2013-2014, ARM Limited. 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. -* -**/ - -#ifndef __FDT_H__ -#define __FDT_H__ - -#define FDT_TABLE_GUID \ - { 0xb1b621d5, 0xf19c, 0x41a5, { 0x83, 0x0b, 0xd9, 0x15, 0x2c, 0x69, 0xaa, 0xe0 } } - -extern EFI_GUID gFdtTableGuid; - -#define FDT_VARIABLE_GUID \ - { 0x25a4fd4a, 0x9703, 0x4ba9, { 0xa1, 0x90, 0xb7, 0xc8, 0x4e, 0xfb, 0x3e, 0x57 } } - -extern EFI_GUID gFdtVariableGuid; - -#endif /* __FDT_H__ */ diff --git a/EmbeddedPkg/Include/Guid/FdtHob.h b/EmbeddedPkg/Include/Guid/FdtHob.h deleted file mode 100644 index 287729e0c3..0000000000 --- a/EmbeddedPkg/Include/Guid/FdtHob.h +++ /dev/null @@ -1,26 +0,0 @@ -/** @file - GUID for the HOB that contains the copy of the flattened device tree blob - - Copyright (C) 2014, Linaro Ltd. - - This program and the accompanying materials are licensed and made available - under the terms and conditions of the BSD License that 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. - -**/ - -#ifndef __FDT_HOB_H__ -#define __FDT_HOB_H__ - -#define FDT_HOB_GUID { \ - 0x16958446, 0x19B7, 0x480B, \ - { 0xB0, 0x47, 0x74, 0x85, 0xAD, 0x3F, 0x71, 0x6D } \ - } - -extern EFI_GUID gFdtHobGuid; - -#endif -- cgit v1.2.3