]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / FirmwareVolume / UpdateDriverDxe / UpdateDriverDxe.inf
CommitLineData
b2824a8e 1## @file\r
f9841f04
SZ
2# Update Driver for Capulse update.\r
3#\r
0a6f4824
LG
4# This driver is intended to be put in a capsule (FV). If all goes well,\r
5# then it should be dispatched from the capsule FV, then find the image\r
b2824a8e 6# in the same FV and program it in a target Firmware Volume device.\r
7#\r
0a6f4824 8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
b2824a8e 9#\r
10# This program and the accompanying materials are\r
11# licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = UpdateDriverDxe\r
f9841f04 23 MODULE_UNI_FILE = UpdateDriverDxe.uni\r
b2824a8e 24 FILE_GUID = 0E84FC69-29CC-4C6D-92AC-6D476921850F\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
27 ENTRY_POINT = InitializeUpdateDriver\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
64bbf1de 32# VALID_ARCHITECTURES = IA32 X64 EBC\r
b2824a8e 33#\r
34\r
35[Sources]\r
36 UpdateDriver.h\r
37 UpdateStrings.uni\r
38 UpdateDispatcher.c\r
39 ParseUpdateProfile.c\r
40 FlashUpdate.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
e24fc103 46 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
b2824a8e 47\r
48[LibraryClasses]\r
49 BaseLib\r
50 PrintLib\r
51 HiiLib\r
52 DxeServicesTableLib\r
53 MemoryAllocationLib\r
54 UefiLib\r
55 UefiBootServicesTableLib\r
56 UefiDriverEntryPoint\r
57 UefiRuntimeServicesTableLib\r
58 BaseMemoryLib\r
59 DebugLib\r
60 DevicePathLib\r
61\r
62[Guids]\r
f9841f04
SZ
63 gEfiConfigFileNameGuid ## CONSUMES ## File # FileName to store ConfigFile\r
64 gEfiUpdateDataFileGuid ## CONSUMES ## File # FileName to store Capsule Data.\r
b2824a8e 65\r
66[Protocols]\r
67 gEfiFaultTolerantWriteProtocolGuid ## CONSUMES\r
68 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES\r
69 gEfiFirmwareVolumeBlockProtocolGuid ## CONSUMES\r
70 gEfiLoadedImageProtocolGuid ## CONSUMES\r
71\r
72[Depex]\r
73 gEfiFirmwareVolumeBlockProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid\r
74\r
f9841f04
SZ
75[UserExtensions.TianoCore."ExtraFiles"]\r
76 UpdateDriverDxeExtra.uni\r