]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EdkModulePkg/Universal/Variable/Pei/Variable.msa
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1082 6f19259b...
[mirror_edk2.git] / EdkModulePkg / Universal / Variable / Pei / Variable.msa
... / ...
CommitLineData
1<?xml version="1.0" encoding="UTF-8"?>\r
2<!--Copyright (c) 2006, Intel Corporation
3All rights reserved. This program and the accompanying materials
4are licensed and made available under the terms and conditions of the BSD License
5which accompanies this distribution. The full text of the license may be found at
6http://opensource.org/licenses/bsd-license.php
7
8THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
9WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
10<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
11 <MsaHeader>\r
12 <ModuleName>PeiVariable</ModuleName>\r
13 <ModuleType>PEIM</ModuleType>\r
14 <GuidValue>34C8C28F-B61C-45a2-8F2E-89E46BECC63B</GuidValue>\r
15 <Version>1.0</Version>\r
16 <Abstract>Component description file for PeiVariable module.</Abstract>\r
17 <Description>Framework PEIM to provide the Variable functionality.</Description>\r
18 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
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>\r
25 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
26 </MsaHeader>\r
27 <ModuleDefinitions>\r
28 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
29 <BinaryModule>false</BinaryModule>\r
30 <OutputFileBasename>PeiVariable</OutputFileBasename>\r
31 </ModuleDefinitions>\r
32 <LibraryClassDefinitions>\r
33 <LibraryClass Usage="ALWAYS_CONSUMED">\r
34 <Keyword>BaseLib</Keyword>\r
35 </LibraryClass>\r
36 <LibraryClass Usage="ALWAYS_CONSUMED">\r
37 <Keyword>DebugLib</Keyword>\r
38 </LibraryClass>\r
39 <LibraryClass Usage="ALWAYS_CONSUMED">\r
40 <Keyword>PeimEntryPoint</Keyword>\r
41 </LibraryClass>\r
42 <LibraryClass Usage="ALWAYS_CONSUMED">\r
43 <Keyword>PeiServicesLib</Keyword>\r
44 </LibraryClass>\r
45 <LibraryClass Usage="ALWAYS_CONSUMED">\r
46 <Keyword>HobLib</Keyword>\r
47 </LibraryClass>\r
48 <LibraryClass Usage="ALWAYS_CONSUMED">\r
49 <Keyword>PcdLib</Keyword>\r
50 </LibraryClass> \r
51 </LibraryClassDefinitions>\r
52 <SourceFiles>\r
53 <Filename>Variable.h</Filename>\r
54 <Filename>Variable.c</Filename>\r
55 <Filename>Variable.dxs</Filename>\r
56 <Filename SupArchList="IA32">Ia32/VarMachine.h</Filename>\r
57 <Filename SupArchList="EBC">Ebc/VarMachine.h</Filename>\r
58 <Filename SupArchList="X64">x64/VarMachine.h</Filename>\r
59 <Filename SupArchList="IPF">Ipf/VarMachine.h</Filename>\r
60 </SourceFiles>\r
61 <PackageDependencies>\r
62 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
63 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>\r
64 </PackageDependencies>\r
65 <PPIs>\r
66 <Ppi Usage="ALWAYS_CONSUMED">\r
67 <PpiCName>gPeiFlashMapPpiGuid</PpiCName>\r
68 </Ppi>\r
69 <Ppi Usage="ALWAYS_CONSUMED">\r
70 <PpiCName>gEfiPeiReadOnlyVariablePpiGuid</PpiCName>\r
71 </Ppi>\r
72 </PPIs>\r
73 <Externs>\r
74 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
75 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
76 <Extern>\r
77 <ModuleEntryPoint>PeimInitializeVariableServices</ModuleEntryPoint>\r
78 </Extern>\r
79 </Externs>\r
80 <PcdCoded>\r
81 <PcdEntry PcdItemType="FIXED_AT_BUILD">\r
82 <C_Name>PcdFlashNvStorageVariableBase</C_Name>\r
83 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>\r
84 <HelpText>\r
85 The driver gets the Variable store base address from this PCD. This base address point to\r
86 an EFI_FIRMWARE_VOLUMN_HEADER struct.\r
87 </HelpText>\r
88 </PcdEntry> \r
89 </PcdCoded> \r
90</ModuleSurfaceArea>