]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[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
c0a00b14 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b2824a8e 11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = UpdateDriverDxe\r
f9841f04 17 MODULE_UNI_FILE = UpdateDriverDxe.uni\r
b2824a8e 18 FILE_GUID = 0E84FC69-29CC-4C6D-92AC-6D476921850F\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = InitializeUpdateDriver\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
64bbf1de 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
b2824a8e 27#\r
28\r
29[Sources]\r
30 UpdateDriver.h\r
31 UpdateStrings.uni\r
32 UpdateDispatcher.c\r
33 ParseUpdateProfile.c\r
34 FlashUpdate.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
e24fc103 40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
b2824a8e 41\r
42[LibraryClasses]\r
43 BaseLib\r
44 PrintLib\r
45 HiiLib\r
46 DxeServicesTableLib\r
47 MemoryAllocationLib\r
48 UefiLib\r
49 UefiBootServicesTableLib\r
50 UefiDriverEntryPoint\r
51 UefiRuntimeServicesTableLib\r
52 BaseMemoryLib\r
53 DebugLib\r
54 DevicePathLib\r
55\r
56[Guids]\r
f9841f04
SZ
57 gEfiConfigFileNameGuid ## CONSUMES ## File # FileName to store ConfigFile\r
58 gEfiUpdateDataFileGuid ## CONSUMES ## File # FileName to store Capsule Data.\r
b2824a8e 59\r
60[Protocols]\r
61 gEfiFaultTolerantWriteProtocolGuid ## CONSUMES\r
62 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES\r
63 gEfiFirmwareVolumeBlockProtocolGuid ## CONSUMES\r
64 gEfiLoadedImageProtocolGuid ## CONSUMES\r
65\r
66[Depex]\r
67 gEfiFirmwareVolumeBlockProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid\r
68\r
f9841f04
SZ
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 UpdateDriverDxeExtra.uni\r