]> git.proxmox.com Git - mirror_edk2.git/blame - SignedCapsulePkg/SignedCapsulePkg.dec
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmiCr3" with PatchInstructionX86()
[mirror_edk2.git] / SignedCapsulePkg / SignedCapsulePkg.dec
CommitLineData
7ee5139c
JY
1## @file\r
2# This package provides EDKII capsule related support.\r
3#\r
4# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials are licensed and made available under\r
6# the terms and conditions of the BSD License that accompanies this distribution.\r
7# The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php.\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15\r
16[Defines]\r
17 DEC_SPECIFICATION = 0x00010005\r
18 PACKAGE_NAME = SignedCapsulePkg\r
19 PACKAGE_GUID = 75AA5D82-7BC4-44A9-82FB-0820EBC79BED\r
20 PACKAGE_VERSION = 0.1\r
21\r
22[Includes]\r
23 Include\r
24\r
25[LibraryClasses]\r
26 ## @libraryclass Provides services for EDKII system FMP capsule.\r
27 #\r
28 EdkiiSystemCapsuleLib|Include/Library/EdkiiSystemCapsuleLib.h\r
29\r
30 ## @libraryclass Provides services to parse the INI configuration file.\r
31 #\r
32 IniParsingLib|Include/Library/IniParsingLib.h\r
33\r
34 ## @libraryclass Provides services to access flash device.\r
35 #\r
36 PlatformFlashAccessLib|Include/Library/PlatformFlashAccessLib.h\r
37\r
38[Guids]\r
39 gEfiSignedCapsulePkgTokenSpaceGuid = { 0xe1eb612f, 0x1c6c, 0x485d, { 0x9d, 0x6, 0x65, 0x8, 0x44, 0x88, 0x15, 0x69 }}\r
40\r
41 ## Include/Guid/EdkiiSystemFmpCapsule.h\r
42 gEdkiiSystemFirmwareImageDescriptorFileGuid = {0x90b2b846, 0xca6d, 0x4d6e, {0xa8, 0xd3, 0xc1, 0x40, 0xa8, 0xe1, 0x10, 0xac}}\r
43 gEdkiiSystemFmpCapsuleConfigFileGuid = {0x812136d3, 0x4d3a, 0x433a, {0x94, 0x18, 0x29, 0xbb, 0x9b, 0xf7, 0x8f, 0x6e}}\r
44 gEdkiiSystemFmpCapsuleDriverFvFileGuid = {0xce57b167, 0xb0e4, 0x41e8, {0xa8, 0x97, 0x5f, 0x4f, 0xeb, 0x78, 0x1d, 0x40}}\r
45\r
46[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
47 ## This is the GUID of the FFS which contains the Rsa2048Sha256TestPublicKeyFile as a RAW section.\r
48 # @Prompt GUID of the FFS which contains the Rsa2048Sha256TestPublicKeyFile.\r
49 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiRsa2048Sha256TestPublicKeyFileGuid|{0x04, 0xe1, 0xfe, 0xc4, 0x57, 0x66, 0x36, 0x49, 0xa6, 0x11, 0x13, 0x8d, 0xbc, 0x2a, 0x76, 0xad}|VOID*|0xA0010001\r
50\r
51 ## This is the GUID of the FFS which contains the Pkcs7TestPublicKeyFile as a RAW section.\r
52 # @Prompt GUID of the FFS which contains the Pkcs7TestPublicKeyFile.\r
53 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiPkcs7TestPublicKeyFileGuid|{0xba, 0xf5, 0x93, 0xf0, 0x37, 0x6f, 0x16, 0x48, 0x9e, 0x52, 0x91, 0xbe, 0xa0, 0xf7, 0xe0, 0xb8}|VOID*|0xA0010002\r
54\r
55[PcdsDynamicEx]\r
56 ## This dynamic PCD holds the EDKII system firmware image descriptor.\r
57 # This information can be used for version check in EDKII system FMP capsule.\r
58 # Only if the new EdkiiSystemFrimwareImageDescriptor.Version is not less than\r
59 # the current PcdEdkiiSystemFirmwareImageDescriptor.LowestSupportedVersion,\r
60 # the EDKII system FmpCapsule will be processed.\r
61 # The data structure of this PCD is EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR,\r
62 # SignedCapsulePkg/Include/Guid/EdkiiSystemFmpCapsule.h.\r
63 # It must be in [PcdsDynamicEx], because the EDKII system firmware update module may\r
64 # consume the PCD produced in current system firmware.\r
65 # @Prompt EDKII system firmware image descriptor.\r
66 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x00000037\r
67\r
68 ## This dynamic PCD hold the GUID of a firmware FFS which includes EDKII\r
69 # system firmware image.\r
70 # An EDKII system firmware udpate module need consume this PCD to extract\r
71 # the EDKII system firmware from the capsule image.\r
72 # It must be in [PcdsDynamicEx], because the EDKII system firmware update module may\r
73 # consume the PCD produced in current system firmware image.\r
74 # @Prompt EDKII system firmware image FFS GUID.\r
75 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{0x0}|VOID*|0x00001010\r
76\r