]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/HiiPackageList.h
MdeModulePkg: 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
9 This program and the accompanying materials\r
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
278bd31c 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