878ddf1f |
1 | <?xml version="1.0" encoding="UTF-8"?>\r |
2 | <!--\r |
3 | Copyright (c) 2006, Intel Corporation\r |
4 | All rights reserved. This program and the accompanying materials\r |
5 | are licensed and made available under the terms and conditions of the BSD License\r |
6 | which accompanies this distribution. The full text of the license may be found at\r |
7 | http://opensource.org/licenses/bsd-license.php\r |
8 | \r |
9 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
10 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
11 | -->\r |
12 | <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">\r |
13 | <MsaHeader>\r |
14 | <BaseName>BootMode</BaseName>\r |
15 | <ModuleType>PEIM</ModuleType>\r |
16 | <ComponentType>PE32_PEIM</ComponentType>\r |
17 | <Guid>B7611005-1F26-45ba-A3DB-01F39DDB2785</Guid>\r |
18 | <Version>0</Version>\r |
19 | <Abstract>Component description file for Fwh module</Abstract>\r |
20 | <Description>FIX ME!</Description>\r |
21 | <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r |
22 | <License>\r |
23 | All rights reserved. This program and the accompanying materials\r |
24 | are licensed and made available under the terms and conditions of the BSD License\r |
25 | which accompanies this distribution. The full text of the license may be found at\r |
26 | http://opensource.org/licenses/bsd-license.php\r |
27 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
28 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
29 | </License>\r |
878ddf1f |
30 | <Created>2006-03-14 17:04</Created>\r |
31 | <Updated>2006-03-19 15:17</Updated>\r |
54de7486 |
32 | <Specification>0</Specification>\r |
878ddf1f |
33 | </MsaHeader>\r |
34 | <LibraryClassDefinitions>\r |
35 | <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>\r |
36 | <LibraryClass Usage="ALWAYS_CONSUMED">PeimEntryPoint</LibraryClass>\r |
37 | <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>\r |
84a99d48 |
38 | <LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesLib</LibraryClass>\r |
878ddf1f |
39 | <LibraryClass Usage="ALWAYS_CONSUMED">PeiServicesTablePointerLib</LibraryClass>\r |
40 | </LibraryClassDefinitions>\r |
41 | <SourceFiles>\r |
42 | <Filename>BootMode.c</Filename>\r |
43 | <Filename>BootMode.dxs</Filename>\r |
44 | </SourceFiles>\r |
45 | <Includes>\r |
46 | <PackageName>MdePkg</PackageName>\r |
47 | <PackageName>EdkModulePkg</PackageName>\r |
48 | <PackageName>EdkNt32Pkg</PackageName>\r |
49 | </Includes>\r |
50 | <PPIs>\r |
51 | <Ppi Usage="SOMETIMES_PRODUCED">BootInRecoveryMode</Ppi>\r |
52 | <Ppi Usage="ALWAYS_PRODUCED">MasterBootMode</Ppi>\r |
53 | </PPIs>\r |
54 | <Externs>\r |
55 | <Extern>\r |
56 | <ModuleEntryPoint>InitializeBootMode</ModuleEntryPoint>\r |
57 | </Extern>\r |
58 | </Externs>\r |
59 | </ModuleSurfaceArea>\r |