mirror of https://github.com/acidanthera/audk.git
Add Framework version of EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL_GUID and its GUID C Name to IntelFrameworkPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9395 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5bd462695a
commit
abc0c38ac3
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
This file provides control over block-oriented firmware devices.
|
This file provides control over block-oriented firmware devices.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation
|
Copyright (c) 2006 - 2009, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -18,10 +18,12 @@
|
||||||
#ifndef __FRAMEWORK_FIRMWARE_VOLUME_BLOCK_H__
|
#ifndef __FRAMEWORK_FIRMWARE_VOLUME_BLOCK_H__
|
||||||
#define __FRAMEWORK_FIRMWARE_VOLUME_BLOCK_H__
|
#define __FRAMEWORK_FIRMWARE_VOLUME_BLOCK_H__
|
||||||
|
|
||||||
|
#define FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL_GUID \
|
||||||
|
{ 0xDE28BC59, 0x6228, 0x41BD, {0xBD, 0xF6, 0xA3, 0xB9, 0xAD,0xB5, 0x8D, 0xA1 } }
|
||||||
|
|
||||||
typedef struct _FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL;
|
typedef struct _FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL;
|
||||||
///
|
///
|
||||||
/// type of EFI FVB attribute per Frameowrk spec
|
/// type of EFI FVB attribute per Framework spec
|
||||||
///
|
///
|
||||||
typedef UINT32 EFI_FVB_ATTRIBUTES;
|
typedef UINT32 EFI_FVB_ATTRIBUTES;
|
||||||
|
|
||||||
|
@ -346,6 +348,6 @@ struct _FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL {
|
||||||
EFI_HANDLE ParentHandle;
|
EFI_HANDLE ParentHandle;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extern EFI_GUID gFramerworkEfiFirmwareVolumeBlockProtocolGuid;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -150,6 +150,9 @@
|
||||||
## Include/Protocol/FrameworkFormBrowser.h
|
## Include/Protocol/FrameworkFormBrowser.h
|
||||||
gEfiFormBrowserCompatibilityProtocolGuid = { 0xfb7c852, 0xadca, 0x4853, { 0x8d, 0xf, 0xfb, 0xa7, 0x1b, 0x1c, 0xe1, 0x1a }}
|
gEfiFormBrowserCompatibilityProtocolGuid = { 0xfb7c852, 0xadca, 0x4853, { 0x8d, 0xf, 0xfb, 0xa7, 0x1b, 0x1c, 0xe1, 0x1a }}
|
||||||
|
|
||||||
|
## Include/Protocol/FrameworkFirmwareVolumeBlock.h
|
||||||
|
gFramerworkEfiFirmwareVolumeBlockProtocolGuid = { 0xDE28BC59, 0x6228, 0x41BD, { 0xBD, 0xF6, 0xA3, 0xB9, 0xAD, 0xB5, 0x8D, 0xA1 }}
|
||||||
|
|
||||||
[Ppis]
|
[Ppis]
|
||||||
## Include/Ppi/BootScriptExecuter.h
|
## Include/Ppi/BootScriptExecuter.h
|
||||||
gEfiPeiBootScriptExecuterPpiGuid = { 0xabd42895, 0x78cf, 0x4872, { 0x84, 0x44, 0x1b, 0x5c, 0x18, 0x0b, 0xfb, 0xff }}
|
gEfiPeiBootScriptExecuterPpiGuid = { 0xabd42895, 0x78cf, 0x4872, { 0x84, 0x44, 0x1b, 0x5c, 0x18, 0x0b, 0xfb, 0xff }}
|
||||||
|
|
Loading…
Reference in New Issue