Last change
on this file since 107044 was 99404, checked in by vboxsync, 22 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
490 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.