]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/HiiPackageList.h
MdePkg/ProcessorBind: add defines for page allocation granularity
[mirror_edk2.git] / MdePkg / Include / Protocol / HiiPackageList.h
CommitLineData
278bd31c 1/** @file\r
2 EFI_HII_PACKAGE_LIST_PROTOCOL as defined in UEFI 2.1.\r
3 Boot service LoadImage() installs EFI_HII_PACKAGE_LIST_PROTOCOL on the handle\r
4 if the image contains a custom PE/COFF resource with the type 'HII'.\r
630b4187 5 The protocol's interface pointer points to the HII package list, which is\r
278bd31c 6 contained in the resource's data.\r
7 \r
9df063a0
HT
8 Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
9 This program and the accompanying materials \r
278bd31c 10 are licensed and made available under the terms and conditions of the BSD License \r
11 which accompanies this distribution. The full text of the license may be found at \r
12 http://opensource.org/licenses/bsd-license.php \r
13\r
14 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
15 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
16\r
17**/\r
18\r
19#ifndef __HII_PACKAGE_LIST_H__\r
20#define __HII_PACKAGE_LIST_H__\r
21\r
22#define EFI_HII_PACKAGE_LIST_PROTOCOL_GUID \\r
23 { 0x6a1ee763, 0xd47a, 0x43b4, {0xaa, 0xbe, 0xef, 0x1d, 0xe2, 0xab, 0x56, 0xfc}}\r
24\r
25typedef EFI_HII_PACKAGE_LIST_HEADER * EFI_HII_PACKAGE_LIST_PROTOCOL;\r
26\r
27extern EFI_GUID gEfiHiiPackageListProtocolGuid;\r
28\r
29\r
30\r
31#endif\r
32\r
33\r