]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Universal/Capsule/RuntimeDxe/CapsuleRuntime.msa
1. Merger Tracker 8448: PciHostBridgeEnumerator() error checking could lead to memory...
[mirror_edk2.git] / EdkModulePkg / Universal / Capsule / RuntimeDxe / CapsuleRuntime.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>CapsuleRuntime</ModuleName>
5 <ModuleType>DXE_RUNTIME_DRIVER</ModuleType>
6 <GuidValue>42857F0A-13F2-4B21-8A23-53D3F714B840</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for Capsule module.</Abstract>
9 <Description>CapsuleRuntime module provides capsule runtime services</Description>
10 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
11 <License>All rights reserved. This program and the accompanying materials
12 are licensed and made available under the terms and conditions of the BSD License
13 which accompanies this distribution. The full text of the license may be found at
14 http://opensource.org/licenses/bsd-license.php
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
17 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
18 </MsaHeader>
19 <ModuleDefinitions>
20 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
21 <BinaryModule>false</BinaryModule>
22 <OutputFileBasename>CapsuleRuntime</OutputFileBasename>
23 </ModuleDefinitions>
24 <LibraryClassDefinitions>
25 <LibraryClass Usage="ALWAYS_CONSUMED">
26 <Keyword>BaseLib</Keyword>
27 </LibraryClass>
28
29 <LibraryClass Usage="ALWAYS_CONSUMED">
30 <Keyword>UefiDriverEntryPoint</Keyword>
31 </LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">
33 <Keyword>DxeServicesTableLib</Keyword>
34 </LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>UefiRuntimeLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>DebugLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>PcdLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>BaseMemoryLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>MemoryAllocationLib</Keyword>
49 </LibraryClass>
50 <LibraryClass Usage="ALWAYS_CONSUMED">
51 <Keyword>UefiBootServicesTableLib</Keyword>
52 </LibraryClass>
53 </LibraryClassDefinitions>
54 <SourceFiles>
55 <Filename>Capsule.c</Filename>
56 <Filename>CapsuleService.c</Filename>
57 <Filename>CapsuleService.h</Filename>
58 <Filename>Capsule.dxs</Filename>
59 </SourceFiles>
60 <PackageDependencies>
61 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
62 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
63 </PackageDependencies>
64 <Protocols>
65 <Protocol Usage="ALWAYS_CONSUMED">
66 <ProtocolCName>gEfiCapsuleArchProtocolGuid</ProtocolCName>
67 </Protocol>
68 </Protocols>
69 <Guids>
70 <GuidCNames Usage="ALWAYS_CONSUMED">
71 <GuidCName>gEfiCapsuleGuid</GuidCName>
72 </GuidCNames>
73 <GuidCNames Usage="SOMETIMES_CONSUMED">
74 <GuidCName>gEfiCapsuleVendorGuid</GuidCName>
75 </GuidCNames>
76 </Guids>
77 <Externs>
78 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
79 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
80 <Extern>
81 <ModuleEntryPoint>CapsuleServiceInitialize</ModuleEntryPoint>
82 </Extern>
83 </Externs>
84 <PcdCoded>
85 <PcdEntry PcdItemType="FEATURE_FLAG">
86 <C_Name>PcdSupportUpdateCapsuleRest</C_Name>
87 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
88 <HelpText>Indicate whether platform can support update capsule across a system reset</HelpText>
89 </PcdEntry>
90 <PcdEntry PcdItemType="FIXED_AT_BUILD">
91 <C_Name>PcdMaxSizePopulateCapsule</C_Name>
92 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
93 <HelpText>Indicate the max size the platform can support in case of populated capsules</HelpText>
94 </PcdEntry>
95 <PcdEntry PcdItemType="FIXED_AT_BUILD">
96 <C_Name>PcdMaxSizeNonPopulateCapsule</C_Name>
97 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
98 <HelpText>Indicate the max size the platform can support in case of non-populated capsules</HelpText>
99 </PcdEntry>
100 </PcdCoded>
101 </ModuleSurfaceArea>