]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Include/Guid/IntelFrameworkModulePkgTokenSpace.h
FatPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / IntelFrameworkModulePkgTokenSpace.h
... / ...
CommitLineData
1/** @file\r
2 GUID for IntelFrameworkModulePkg 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#ifndef _INTEL_FRAMEWOKR_MODULEPKG_TOKEN_SPACE_GUID_H_\r
15#define _INTEL_FRAMEWOKR_MODULEPKG_TOKEN_SPACE_GUID_H_\r
16\r
17///\r
18/// The Global ID for the IntelFrameworkModulePkg PCD Token Space .\r
19///\r
20#define INTEL_FRAMEWORK_MODULEPKG_TOKEN_SPACE_GUID \\r
21 { \\r
22 0xD3705011, 0xBC19, 0x4af7, { 0xBE, 0x16, 0xF6, 0x80, 0x30, 0x37, 0x8C, 0x15 } \\r
23 }\r
24\r
25extern EFI_GUID gEfiIntelFrameworkModulePkgTokenSpaceGuid;\r
26\r
27#endif\r