]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolumeInfo/FirmwareVolumeInfo.h
MdePkg: introduce standalone MM entry point library implementation
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / FirmwareVolumeInfo / FirmwareVolumeInfo.h
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
3eb9473e 5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 FirmwareVolumeInfo.h\r
15\r
16Abstract:\r
17\r
18 PI 1.0 spec definition.\r
19\r
20--*/\r
21\r
22#ifndef __FIRMWARE_VOLUME_INFO_PPI__\r
23#define __FIRMWARE_VOLUME_INFO_PPI__\r
24\r
25EFI_FORWARD_DECLARATION (EFI_PEI_FIRMWARE_VOLUME_INFO_PPI);\r
26\r
27\r
28//\r
29// The PPI GUID must match the EFI_GUID FvFormat value\r
30//\r
31#define EFI_PEI_FIRMWARE_VOLUME_INFO_PPI_GUID \\r
32 { 0x49edb1c1, 0xbf21, 0x4761, { 0xbb, 0x12, 0xeb, 0x0, 0x31, 0xaa, 0xbb, 0x39 } }\r
33\r
34\r
8cdb2112 35struct _EFI_PEI_FIRMWARE_VOLUME_INFO_PPI {\r
3eb9473e 36 EFI_GUID FvFormat;\r
37 VOID *FvInfo;\r
38 UINT32 FvInfoSize;\r
39 EFI_GUID *ParentFvName;\r
40 EFI_GUID *ParentFileName;\r
8cdb2112 41};\r
3eb9473e 42\r
43\r
44extern EFI_GUID gEfiFirmwareVolumeInfoPpiGuid;\r
45\r
46#endif\r