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