]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
Code scrub for the following drivers and librarys.
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleRuntimeDxe.inf
CommitLineData
74fea867 1#/** @file\r
13d40edd 2# \r
109e9a61
LG
3# Capsule Runtime Drivers produces two UEFI capsule runtime services.\r
4# (UpdateCapsule, QueryCapsuleCapabilities)\r
5# It installs the Capsule Architectural Protocol (EDKII definition) to signify \r
6# the capsule runtime services are ready.\r
13d40edd 7# \r
8# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
74fea867 9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
13d40edd 11# which accompanies this distribution. The full text of the license may be found at\r
74fea867 12# http://opensource.org/licenses/bsd-license.php\r
13d40edd 13# \r
74fea867 14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13d40edd 16# \r
74fea867 17#**/\r
18\r
74fea867 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = CapsuleRuntimeDxe\r
22 FILE_GUID = 42857F0A-13F2-4B21-8A23-53D3F714B840\r
23 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
24 VERSION_STRING = 1.0\r
74fea867 25 ENTRY_POINT = CapsuleServiceInitialize\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
74fea867 33[Sources.common]\r
74fea867 34 CapsuleService.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
623ad724 38 MdeModulePkg/MdeModulePkg.dec\r
74fea867 39\r
40[LibraryClasses]\r
41 UefiBootServicesTableLib\r
74fea867 42 PcdLib\r
43 DebugLib\r
109e9a61 44 UefiRuntimeServicesTableLib\r
74fea867 45 UefiDriverEntryPoint\r
6ee65722 46 CapsuleLib\r
109e9a61 47 UefiRuntimeLib\r
74fea867 48\r
49[Guids]\r
109e9a61 50 gEfiCapsuleVendorGuid # Produce variable L"CapsuleUpdateData" for capsule updated data\r
74fea867 51\r
52[Protocols]\r
5d69642d 53 gEfiCapsuleArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
74fea867 54\r
109e9a61
LG
55[FeaturePcd]\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset\r
74fea867 57\r
109e9a61 58[FixedPcd]\r
b3af5df6 59 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule\r
74fea867 61\r
62[Depex]\r
109e9a61 63 gEfiVariableWriteArchProtocolGuid # Depends on variable write functionality to produce capsule data variable\r