Home | History | Annotate | Download | only in Guid
      1 /** @file
      2   GUID for IntelFrameworkModulePkg PCD Token Space
      3 
      4 Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
      5 This program and the accompanying materials are licensed and made available under
      6 the terms and conditions of the BSD License that accompanies this distribution.
      7 The full text of the license may be found at
      8 http://opensource.org/licenses/bsd-license.php.
      9 
     10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     12 **/
     13 
     14 #ifndef _INTEL_FRAMEWOKR_MODULEPKG_TOKEN_SPACE_GUID_H_
     15 #define _INTEL_FRAMEWOKR_MODULEPKG_TOKEN_SPACE_GUID_H_
     16 
     17 ///
     18 /// The Global ID for the IntelFrameworkModulePkg PCD Token Space .
     19 ///
     20 #define INTEL_FRAMEWORK_MODULEPKG_TOKEN_SPACE_GUID \
     21   { \
     22     0xD3705011, 0xBC19, 0x4af7, { 0xBE, 0x16, 0xF6, 0x80, 0x30, 0x37, 0x8C, 0x15 } \
     23   }
     24 
     25 extern EFI_GUID gEfiIntelFrameworkModulePkgTokenSpaceGuid;
     26 
     27 #endif
     28