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:
452 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | GUID for MdeModulePkg PCD Token Space.
|
---|
3 |
|
---|
4 | Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 |
|
---|
7 | **/
|
---|
8 |
|
---|
9 | #ifndef _MDEMODULEPKG_TOKEN_SPACE_GUID_H_
|
---|
10 | #define _MDEMODULEPKG_TOKEN_SPACE_GUID_H_
|
---|
11 |
|
---|
12 | #define MDEMODULEPKG_TOKEN_SPACE_GUID \
|
---|
13 | { \
|
---|
14 | 0xA1AFF049, 0xFDEB, 0x442a, { 0xB3, 0x20, 0x13, 0xAB, 0x4C, 0xB7, 0x2B, 0xBC } \
|
---|
15 | }
|
---|
16 |
|
---|
17 | extern EFI_GUID gEfiMdeModulePkgTokenSpaceGuid;
|
---|
18 |
|
---|
19 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.