SecurityPkgTokenSpace.h 465 B

12345678910111213141516171819
  1. /** @file
  2. GUID for SecurityPkg PCD Token Space.
  3. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _SECURITYPKG_TOKEN_SPACE_GUID_H_
  7. #define _SECURITYPKG_TOKEN_SPACE_GUID_H_
  8. #define SECURITYPKG_TOKEN_SPACE_GUID \
  9. { \
  10. 0xd3fb176, 0x9569, 0x4d51, { 0xa3, 0xef, 0x7d, 0x61, 0xc6, 0x4f, 0xea, 0xba } \
  11. }
  12. extern EFI_GUID gEfiSecurityPkgTokenSpaceGuid;
  13. #endif