]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf
QuarkPlatformPkg/SystemFirmwareDescriptor: Add Descriptor for capsule.
[mirror_edk2.git] / QuarkPlatformPkg / Feature / Capsule / SystemFirmwareDescriptor / SystemFirmwareDescriptor.inf
CommitLineData
b5505fe3
JY
1## @file\r
2# System Firmware descriptor.\r
3#\r
4# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. 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[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = SystemFirmwareDescriptor\r
18 FILE_GUID = 90B2B846-CA6D-4D6E-A8D3-C140A8E110AC\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = SystemFirmwareDescriptorPeimEntry\r
22\r
23[Sources]\r
24 SystemFirmwareDescriptorPei.c\r
25 SystemFirmwareDescriptor.aslc\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 SignedCapsulePkg/SignedCapsulePkg.dec\r
31 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
32\r
33[LibraryClasses]\r
34 PcdLib\r
35 PeiServicesLib\r
36 DebugLib\r
37 PeimEntryPoint\r
38\r
39[FixedPcd]\r
40 gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize\r
41\r
42[Pcd]\r
43 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor\r
44\r
45[Depex]\r
46 TRUE\r