]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
Remove the inaccurate comments.
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleRuntimeDxe.inf
CommitLineData
74fea867 1#/** @file\r
13d40edd 2# \r
58612f24 3# Capsule Runtime Driver produces two UEFI capsule runtime services.\r
109e9a61 4# (UpdateCapsule, QueryCapsuleCapabilities)\r
de5b0df9 5# It installs the Capsule Architectural Protocol defined in PI1.0a to signify \r
109e9a61 6# the capsule runtime services are ready.\r
13d40edd 7# \r
de5b0df9 8# Copyright (c) 2006 - 2009, 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
e5618791 50 gEfiCapsuleVendorGuid ## SOMETIMES_PRODUCED (Process across reset capsule image) ## Variable:L"CapsuleUpdateData" for capsule updated data\r
74fea867 51\r
52[Protocols]\r
e5618791 53 gEfiCapsuleArchProtocolGuid ## PRODUCED\r
74fea867 54\r
109e9a61
LG
55[FeaturePcd]\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset\r
74fea867 57\r
97b2c9b5 58[Pcd]\r
b3af5df6 59 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule\r
de5b0df9 60 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule || PcdSupportUpdateCapsuleReset ## Populate Image requires reset support.\r
74fea867 61\r
62[Depex]\r
e5618791 63 gEfiVariableWriteArchProtocolGuid ## Depends on variable write functionality to produce capsule data variable\r