]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Include/Guid/SecurityPkgTokenSpace.h
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Include / Guid / SecurityPkgTokenSpace.h
CommitLineData
0c18794e 1/** @file\r
2 GUID for SecurityPkg PCD Token Space.\r
3\r
b3548d32 4Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
0c18794e 6\r
7**/\r
8\r
9#ifndef _SECURITYPKG_TOKEN_SPACE_GUID_H_\r
10#define _SECURITYPKG_TOKEN_SPACE_GUID_H_\r
11\r
12#define SECURITYPKG_TOKEN_SPACE_GUID \\r
13 { \\r
14 0xd3fb176, 0x9569, 0x4d51, { 0xa3, 0xef, 0x7d, 0x61, 0xc6, 0x4f, 0xea, 0xba } \\r
15 }\r
16\r
17extern EFI_GUID gEfiSecurityPkgTokenSpaceGuid;\r
18\r
19#endif\r