]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/HiiPackageList.h
MdePkg: Replace BSD License with BSD+Patent License
[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
9095d37b
LG
7\r
8 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 9 SPDX-License-Identifier: BSD-2-Clause-Patent\r
278bd31c 10\r
11**/\r
12\r
13#ifndef __HII_PACKAGE_LIST_H__\r
14#define __HII_PACKAGE_LIST_H__\r
15\r
16#define EFI_HII_PACKAGE_LIST_PROTOCOL_GUID \\r
17 { 0x6a1ee763, 0xd47a, 0x43b4, {0xaa, 0xbe, 0xef, 0x1d, 0xe2, 0xab, 0x56, 0xfc}}\r
18\r
19typedef EFI_HII_PACKAGE_LIST_HEADER * EFI_HII_PACKAGE_LIST_PROTOCOL;\r
20\r
21extern EFI_GUID gEfiHiiPackageListProtocolGuid;\r
22\r
23\r
24\r
25#endif\r
26\r
27\r