From 467300641cb356d04ccbe4f21951a6a0ce5ab416 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Tue, 27 Nov 2007 07:09:12 +0000 Subject: Remove the unnecessary CapsuleInfo.h file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4333 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Guid/CapsuleInfo.h | 45 --------------------------------- MdeModulePkg/MdeModulePkg.dec | 1 - 2 files changed, 46 deletions(-) delete mode 100644 MdeModulePkg/Include/Guid/CapsuleInfo.h (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Include/Guid/CapsuleInfo.h b/MdeModulePkg/Include/Guid/CapsuleInfo.h deleted file mode 100644 index 66c7838958..0000000000 --- a/MdeModulePkg/Include/Guid/CapsuleInfo.h +++ /dev/null @@ -1,45 +0,0 @@ -/*++ - -Copyright (c) 2006 - 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: - - CapsuleVendor.h - -Abstract: - - Capsule update Guid definitions - ---*/ - -#ifndef __EFI_CAPSULE_INFO_GUID_H__ -#define __EFI_CAPSULE_INFO_GUID_H__ - -typedef struct { - UINT32 CapsuleArrayNumber; - VOID* CapsulePtr[1]; -} EFI_CAPSULE_TABLE; - -typedef struct { - UINT32 CapsuleGuidNumber; - EFI_GUID CapsuleGuidPtr[1]; -} EFI_CAPSULE_INFO_TABLE; - -// -// This GUID is used for collecting all capsules' Guids who install in ConfigTable. -// -#define EFI_CAPSULE_INFO_GUID \ - { \ - 0x8B34EAC7, 0x2690, 0x460B, { 0x8B, 0xA5, 0xD5, 0xCF, 0x32, 0x83, 0x17, 0x35 } \ - } - -extern EFI_GUID gEfiCapsuleInfoGuid; - -#endif // #ifndef _EFI_CAPSULE_INFO_GUID_H_ diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 5b9e22224e..f20d71351a 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -64,7 +64,6 @@ gEfiPeiPeCoffLoaderGuid = { 0xD8117CFF, 0x94A6, 0x11D4, { 0x9A, 0x3A, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }} gEfiVariableInfoGuid = { 0xddcf3616, 0x3275, 0x4164, { 0x98, 0xb6, 0xfe, 0x85, 0x70, 0x7f, 0xfe, 0x7d }} gSimpleTextInExNotifyGuid = { 0x856f2def, 0x4e93, 0x4d6b, { 0x94, 0xce, 0x1c, 0xfe, 0x47, 0x01, 0x3e, 0xa5 }} - gEfiCapsuleInfoGuid = { 0x8B34EAC7, 0x2690, 0x460B, { 0x8B, 0xA5, 0xD5, 0xCF, 0x32, 0x83, 0x17, 0x35 }} [Protocols.common] -- cgit v1.2.3