Commit | Line | Data |
---|---|---|
878ddf1f | 1 | <?xml version="1.0" encoding="UTF-8"?>\r |
53b86193 | 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, | |
2d527200 | 9 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r |
53b86193 | 10 | <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">\r |
878ddf1f | 11 | <MsaHeader>\r |
2d527200 | 12 | <ModuleName>BootMode</ModuleName>\r |
878ddf1f | 13 | <ModuleType>PEIM</ModuleType>\r |
2d527200 | 14 | <GuidValue>B7611005-1F26-45ba-A3DB-01F39DDB2785</GuidValue>\r |
15 | <Version>1.0</Version>\r | |
878ddf1f | 16 | <Abstract>Component description file for Fwh module</Abstract>\r |
17 | <Description>FIX ME!</Description>\r | |
18 | <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r | |
53b86193 | 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, | |
2d527200 | 24 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r |
25 | <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r | |
878ddf1f | 26 | </MsaHeader>\r |
2d527200 | 27 | <ModuleDefinitions>\r |
28 | <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r | |
29 | <BinaryModule>false</BinaryModule>\r | |
30 | <OutputFileBasename>BootMode</OutputFileBasename>\r | |
31 | </ModuleDefinitions>\r | |
878ddf1f | 32 | <LibraryClassDefinitions>\r |
2d527200 | 33 | <LibraryClass Usage="ALWAYS_CONSUMED">\r |
34 | <Keyword>DebugLib</Keyword>\r | |
35 | </LibraryClass>\r | |
36 | <LibraryClass Usage="ALWAYS_CONSUMED">\r | |
37 | <Keyword>PeimEntryPoint</Keyword>\r | |
38 | </LibraryClass>\r | |
39 | <LibraryClass Usage="ALWAYS_CONSUMED">\r | |
40 | <Keyword>BaseLib</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>PeiServicesTablePointerLib</Keyword>\r | |
47 | </LibraryClass>\r | |
878ddf1f | 48 | </LibraryClassDefinitions>\r |
49 | <SourceFiles>\r | |
50 | <Filename>BootMode.c</Filename>\r | |
51 | <Filename>BootMode.dxs</Filename>\r | |
52 | </SourceFiles>\r | |
2d527200 | 53 | <PackageDependencies>\r |
54 | <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r | |
55 | <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>\r | |
56 | <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>\r | |
57 | </PackageDependencies>\r | |
878ddf1f | 58 | <PPIs>\r |
2d527200 | 59 | <Ppi Usage="SOMETIMES_PRODUCED">\r |
53b86193 | 60 | <PpiCName>gEfiPeiBootInRecoveryModePpiGuid</PpiCName>\r |
2d527200 | 61 | </Ppi>\r |
62 | <Ppi Usage="ALWAYS_PRODUCED">\r | |
53b86193 | 63 | <PpiCName>gEfiPeiMasterBootModePpiGuid</PpiCName>\r |
2d527200 | 64 | </Ppi>\r |
878ddf1f | 65 | </PPIs>\r |
66 | <Externs>\r | |
15b06e58 LG |
67 | <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r |
68 | <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r | |
878ddf1f | 69 | <Extern>\r |
70 | <ModuleEntryPoint>InitializeBootMode</ModuleEntryPoint>\r | |
71 | </Extern>\r | |
72 | </Externs>\r | |
2d527200 | 73 | </ModuleSurfaceArea> |