]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
Code scrub for the Capsule, SecurityStub, and Crc32 library instance.
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleRuntimeDxe.inf
CommitLineData
74fea867 1#/** @file\r
13d40edd 2# \r
3# CapsuleRuntime module provides capsule runtime services\r
4# \r
5# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
74fea867 6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
13d40edd 8# which accompanies this distribution. The full text of the license may be found at\r
74fea867 9# http://opensource.org/licenses/bsd-license.php\r
13d40edd 10# \r
74fea867 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
13d40edd 13# \r
74fea867 14#**/\r
15\r
74fea867 16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = CapsuleRuntimeDxe\r
19 FILE_GUID = 42857F0A-13F2-4B21-8A23-53D3F714B840\r
20 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
21 VERSION_STRING = 1.0\r
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x00020000\r
24\r
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
34 CapsuleService.h\r
35 CapsuleService.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
623ad724 39 MdeModulePkg/MdeModulePkg.dec\r
74fea867 40\r
41[LibraryClasses]\r
42 UefiBootServicesTableLib\r
74fea867 43 PcdLib\r
44 DebugLib\r
45 UefiRuntimeLib\r
74fea867 46 UefiDriverEntryPoint\r
6ee65722 47 CapsuleLib\r
74fea867 48\r
49[Guids]\r
50 gEfiCapsuleVendorGuid # SOMETIMES_CONSUMED\r
51\r
52[Protocols]\r
5d69642d 53 gEfiCapsuleArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
74fea867 54\r
b3af5df6 55[FeaturePcd.common]\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest\r
74fea867 57\r
b3af5df6 58[FixedPcd.common]\r
59 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule\r
74fea867 61\r
62[Depex]\r
c713e7c8 63 gEfiVariableWriteArchProtocolGuid\r