]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Include/Guid/MdeModulePkgTokenSpace.h
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / MdeModulePkg / Include / Guid / MdeModulePkgTokenSpace.h
... / ...
CommitLineData
1/** @file\r
2 GUID for MdeModulePkg PCD Token Space. \r
3\r
4Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials are licensed and made available under \r
6the terms and conditions of the BSD License that accompanies this distribution. \r
7The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php. \r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _MDEMODULEPKG_TOKEN_SPACE_GUID_H_\r
16#define _MDEMODULEPKG_TOKEN_SPACE_GUID_H_\r
17\r
18#define MDEMODULEPKG_TOKEN_SPACE_GUID \\r
19 { \\r
20 0xA1AFF049, 0xFDEB, 0x442a, { 0xB3, 0x20, 0x13, 0xAB, 0x4C, 0xB7, 0x2B, 0xBC } \\r
21 }\r
22\r
23extern EFI_GUID gEfiMdeModulePkgTokenSpaceGuid;\r
24\r
25#endif\r