]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf
SignedCapsulePkg: Remove redundant things in inf,.h and .c files
[mirror_edk2.git] / SignedCapsulePkg / Universal / SystemFirmwareUpdate / SystemFirmwareUpdateDxe.inf
... / ...
CommitLineData
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 SystemFirmwareDxe.h\r
34 SystemFirmwareCommonDxe.c\r
35 SystemFirmwareUpdateDxe.c\r
36 ParseConfigProfile.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 SignedCapsulePkg/SignedCapsulePkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 UefiLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 PcdLib\r
49 MemoryAllocationLib\r
50 UefiBootServicesTableLib\r
51 HobLib\r
52 UefiRuntimeServicesTableLib\r
53 UefiDriverEntryPoint\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