]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleRuntimeDxe.inf
CommitLineData
6bfbb5f0 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
e5eed7d3
HT
8# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
9# This program and the accompanying materials\r
74fea867 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
6bfbb5f0 17##\r
74fea867 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
6bfbb5f0 33[Sources]\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
f03ccf59 48 BaseLib\r
49 PrintLib\r
74fea867 50\r
51[Guids]\r
e5618791 52 gEfiCapsuleVendorGuid ## SOMETIMES_PRODUCED (Process across reset capsule image) ## Variable:L"CapsuleUpdateData" for capsule updated data\r
74fea867 53\r
54[Protocols]\r
e5618791 55 gEfiCapsuleArchProtocolGuid ## PRODUCED\r
74fea867 56\r
109e9a61
LG
57[FeaturePcd]\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset\r
74fea867 59\r
97b2c9b5 60[Pcd]\r
b3af5df6 61 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule\r
de5b0df9 62 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule || PcdSupportUpdateCapsuleReset ## Populate Image requires reset support.\r
74fea867 63\r
64[Depex]\r
e5618791 65 gEfiVariableWriteArchProtocolGuid ## Depends on variable write functionality to produce capsule data variable\r