]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf
SignedCapsulePkg/SystemFirmwareUpdate: Add SystemFirmwareUpdate.
[mirror_edk2.git] / SignedCapsulePkg / Universal / SystemFirmwareUpdate / SystemFirmwareReportDxe.inf
... / ...
CommitLineData
1## @file\r
2# SystemFirmware FMP report driver.\r
3#\r
4# Produce FMP instance to report system firmware EFI_FIRMWARE_IMAGE_DESCRIPTOR.\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 = SystemFirmwareReportDxe\r
20 MODULE_UNI_FILE = SystemFirmwareReportDxe.uni\r
21 FILE_GUID = BC1A046C-7DBD-41F2-94E5-D7595554CAF4\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = SystemFirmwareReportMainDxe\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 SystemFirmwareReportDxe.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 SignedCapsulePkg/SignedCapsulePkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 UefiLib\r
44 BaseMemoryLib\r
45 DebugLib\r
46 PcdLib\r
47 MemoryAllocationLib\r
48 UefiBootServicesTableLib\r
49 HobLib\r
50 UefiRuntimeServicesTableLib\r
51 UefiDriverEntryPoint\r
52 DxeServicesLib\r
53 DxeServicesTableLib\r
54 PrintLib\r
55 EdkiiSystemCapsuleLib\r
56\r
57[Pcd]\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid ## CONSUMES\r
59 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor ## CONSUMES\r
60\r
61[Protocols]\r
62 gEfiFirmwareManagementProtocolGuid ## PRODUCES\r
63\r
64[Depex]\r
65 gEfiVariableArchProtocolGuid\r
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 SystemFirmwareReportDxeExtra.uni\r
69\r