]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootPayloadPkg/CorebootPayloadPkg.dec
CorebootPayloadPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / CorebootPayloadPkg / CorebootPayloadPkg.dec
CommitLineData
9c228fb0
MM
1## @file\r
2# Coreboot Payload Package\r
3#\r
42a8f2ce 4# Provides drivers and definitions to create uefi payload for coreboot.\r
9c228fb0
MM
5#\r
6# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
d2e8b7e1 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9c228fb0
MM
8#\r
9##\r
10\r
11[Defines]\r
12 DEC_SPECIFICATION = 0x00010005\r
13 PACKAGE_NAME = CorebootPayloadPkg\r
14 PACKAGE_GUID = 58ABC905-951E-472e-8590-77BA8A50BE63\r
15 PACKAGE_VERSION = 0.1\r
42a8f2ce 16\r
9c228fb0 17[LibraryClasses]\r
42a8f2ce 18\r
9c228fb0
MM
19[Guids]\r
20 #\r
21 ## Defines the token space for the Coreboot Payload Package PCDs.\r
22 #\r
42a8f2ce
MM
23 gUEfiCorebootPayloadPkgTokenSpaceGuid = {0x1d127ea, 0xf6f1, 0x4ef6, {0x94, 0x15, 0x8a, 0x0, 0x0, 0x93, 0xf8, 0x9d}}\r
24\r
9c228fb0
MM
25 #\r
26 # Gop Temp\r
27 #\r
28 gBmpImageGuid = { 0x878AC2CC, 0x5343, 0x46F2, { 0xB5, 0x63, 0x51, 0xF8, 0x9D, 0xAF, 0x56, 0xBA } }\r
29\r
30[Ppis]\r
31\r
32[Protocols]\r
33 #\r
34 # Gop Temp\r
35 #\r
36 gPlatformGOPPolicyGuid = { 0xec2e931b, 0x3281, 0x48a5, { 0x81, 0x07, 0xdf, 0x8a, 0x8b, 0xed, 0x3c, 0x5d } }\r
37\r
38################################################################################\r
39#\r
40# PCD Declarations section - list of all PCDs Declared by this Package\r
41# Only this package should be providing the\r
42# declaration, other packages should not.\r
43#\r
44################################################################################\r
45[PcdsFixedAtBuild, PcdsPatchableInModule]\r
46\r
47[PcdsDynamic, PcdsDynamicEx]\r
42a8f2ce 48\r