]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Guid/PcdDataBaseHobGuid.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Include / Guid / PcdDataBaseHobGuid.h
1 /** @file
2 Hob guid for Pcd DataBase.
3
4 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef _PCD_DATABASE_HOB_GUID_H_
10 #define _PCD_DATABASE_HOB_GUID_H_
11
12 #define PCD_DATABASE_HOB_GUID \
13 { \
14 0xEA296D92, 0x0B69, 0x423C, { 0x8C, 0x28, 0x33, 0xB4, 0xE0, 0xA9, 0x12, 0x68 } \
15 }
16
17 extern EFI_GUID gPcdDataBaseHobGuid;
18
19 #endif