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