]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Guid/PlatDriOverrideHii.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Include / Guid / PlatDriOverrideHii.h
1 /** @file
2 GUIDs used as HII FormSet and HII Package list GUID in PlatDriOverride driver.
3
4 Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __PLATFORM_DRIVER_OVERRIDE_HII_GUID_H__
10 #define __PLATFORM_DRIVER_OVERRIDE_HII_GUID_H__
11
12 #define PLAT_OVER_MNGR_GUID \
13 { \
14 0x8614567d, 0x35be, 0x4415, {0x8d, 0x88, 0xbd, 0x7d, 0xc, 0x9c, 0x70, 0xc0} \
15 }
16
17 extern EFI_GUID gPlatformOverridesManagerGuid;
18
19 #endif