]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / DxeCapsuleLib / DxeCapsuleLib.inf
CommitLineData
cf7958f7 1## @file\r
f9841f04 2# Capsule library instance for DXE_DRIVER, DXE_RUNTIME_DRIVER.\r
cf7958f7 3#\r
f9841f04 4# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
cf7958f7 5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DxeCapsuleLib\r
f9841f04 19 MODULE_UNI_FILE = DxeCapsuleLib.uni\r
cf7958f7 20 FILE_GUID = 654950df-1ede-4b04-b144-6b77845736ad\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = CapsuleLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION\r
24\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 = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources]\r
33 DxeCapsuleLib.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
cf7958f7 37 MdeModulePkg/MdeModulePkg.dec\r
566771b0 38 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
39 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
cf7958f7 40\r
41[LibraryClasses]\r
42 BaseMemoryLib\r
43 DebugLib\r
44 MemoryAllocationLib\r
45 DxeServicesTableLib\r
566771b0 46 GenericBdsLib\r
47 UefiBootServicesTableLib\r
48 DevicePathLib\r
49\r
50[Protocols]\r
f9841f04 51 gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES\r
cf7958f7 52\r
53[Guids]\r
f9841f04
SZ
54 gEfiCapsuleGuid ## SOMETIMES_CONSUMED ## GUID # Capsule Image Header Guid\r
55 gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMED ## GUID\r