]> git.proxmox.com Git - mirror_edk2.git/blame - SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf
SignedCapsulePkg/RecoveryModuleLoadPei: Add source file to INF file
[mirror_edk2.git] / SignedCapsulePkg / Universal / SystemFirmwareUpdate / SystemFirmwareUpdateDxe.inf
CommitLineData
f6f91d38
JY
1## @file\r
2# SystemFirmware FMP update driver.\r
3#\r
4# Produce FMP instance to update system firmware.\r
5#\r
6# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SystemFirmwareUpdateDxe\r
20 MODULE_UNI_FILE = SystemFirmwareUpdateDxe.uni\r
21 FILE_GUID = 0A2FBD15-1C25-407E-8915-60C5652BC2AA\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = SystemFirmwareUpdateMainDxe\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = X64\r
30#\r
31\r
32[Sources]\r
33 SystemFirmwareCommonDxe.c\r
34 SystemFirmwareUpdateDxe.c\r
35 ParseConfigProfile.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 SignedCapsulePkg/SignedCapsulePkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 UefiLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 PcdLib\r
48 MemoryAllocationLib\r
49 UefiBootServicesTableLib\r
50 HobLib\r
51 UefiRuntimeServicesTableLib\r
52 UefiDriverEntryPoint\r
53 DxeServicesLib\r
54 EdkiiSystemCapsuleLib\r
55 PlatformFlashAccessLib\r
56 IniParsingLib\r
57 PrintLib\r
58\r
59[Pcd]\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid ## CONSUMES\r
61 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid ## CONSUMES\r
62 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor ## CONSUMES\r
63\r
64[Protocols]\r
65 gEfiFirmwareManagementProtocolGuid ## PRODUCES\r
66\r
67[Depex]\r
68 gEfiVariableArchProtocolGuid\r
69\r
70[UserExtensions.TianoCore."ExtraFiles"]\r
71 SystemFirmwareUpdateDxeExtra.uni\r
72\r