]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / FirmwareVolume / UpdateDriverDxe / UpdateDriverDxe.inf
1 ## @file
2 # Update Driver for Capulse update.
3 #
4 # This driver is intended to be put in a capsule (FV). If all goes well,
5 # then it should be dispatched from the capsule FV, then find the image
6 # in the same FV and program it in a target Firmware Volume device.
7 #
8 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = UpdateDriverDxe
17 MODULE_UNI_FILE = UpdateDriverDxe.uni
18 FILE_GUID = 0E84FC69-29CC-4C6D-92AC-6D476921850F
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = InitializeUpdateDriver
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28
29 [Sources]
30 UpdateDriver.h
31 UpdateStrings.uni
32 UpdateDispatcher.c
33 ParseUpdateProfile.c
34 FlashUpdate.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 IntelFrameworkPkg/IntelFrameworkPkg.dec
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 PrintLib
45 HiiLib
46 DxeServicesTableLib
47 MemoryAllocationLib
48 UefiLib
49 UefiBootServicesTableLib
50 UefiDriverEntryPoint
51 UefiRuntimeServicesTableLib
52 BaseMemoryLib
53 DebugLib
54 DevicePathLib
55
56 [Guids]
57 gEfiConfigFileNameGuid ## CONSUMES ## File # FileName to store ConfigFile
58 gEfiUpdateDataFileGuid ## CONSUMES ## File # FileName to store Capsule Data.
59
60 [Protocols]
61 gEfiFaultTolerantWriteProtocolGuid ## CONSUMES
62 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES
63 gEfiFirmwareVolumeBlockProtocolGuid ## CONSUMES
64 gEfiLoadedImageProtocolGuid ## CONSUMES
65
66 [Depex]
67 gEfiFirmwareVolumeBlockProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid
68
69 [UserExtensions.TianoCore."ExtraFiles"]
70 UpdateDriverDxeExtra.uni