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