]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf
BiosVideo allocate wrong size of buffer for EDID override data. Fix this issue to...
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / DxeCapsuleLib / DxeCapsuleLib.inf
CommitLineData
cf7958f7 1## @file\r
2# Capsule library instance for DXE_DRIVER, DXE_RUNTIME_DRIVER\r
3#\r
4# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
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
19 FILE_GUID = 654950df-1ede-4b04-b144-6b77845736ad\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = CapsuleLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION\r
23\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
32 DxeCapsuleLib.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseMemoryLib\r
41 DebugLib\r
42 MemoryAllocationLib\r
43 DxeServicesTableLib\r
44\r
45[Guids]\r
46 gEfiCapsuleGuid # SOMETIMES_CONSUMED\r
47