]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.msa
Introduce a new property INCLUDE_PATHS. This property can used by customized build...
[mirror_edk2.git] / EdkNt32Pkg / Library / EdkGenericBdsLib / EdkGenericBdsLib.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2006, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 -->
12 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
13 <MsaHeader>
14 <ModuleName>EdkGenericBdsLib</ModuleName>
15 <ModuleType>DXE_DRIVER</ModuleType>
16 <GuidValue>1ec995b2-d15b-44f6-abd2-050ea7dd37d2</GuidValue>
17 <Version>1.0</Version>
18 <Abstract>EDK Generic BDS Common APIs Library Instance.</Abstract>
19 <Description>The library instance provides common library routines help in
20 performance measurement, device path debug print, boot device selections,
21 boot device connection, console supports in BDS phase and boot from boot
22 device.
23 </Description>
24 <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
25 <License>All rights reserved. This program and the accompanying materials
26 are licensed and made available under the terms and conditions of the BSD License
27 which accompanies this distribution. The full text of the license may be found at
28 http://opensource.org/licenses/bsd-license.php
29 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
30 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
31 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
32 </MsaHeader>
33 <ModuleDefinitions>
34 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
35 <BinaryModule>false</BinaryModule>
36 <OutputFileBasename>EdkGenericBdsLib</OutputFileBasename>
37 </ModuleDefinitions>
38 <LibraryClassDefinitions>
39 <LibraryClass Usage="ALWAYS_PRODUCED">
40 <Keyword>EdkGenericBdsLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>BaseLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>UefiLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>DxeServicesTableLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>DebugLib</Keyword>
53 </LibraryClass>
54 <LibraryClass Usage="ALWAYS_CONSUMED">
55 <Keyword>PrintLib</Keyword>
56 </LibraryClass>
57 <LibraryClass Usage="ALWAYS_CONSUMED">
58 <Keyword>HobLib</Keyword>
59 </LibraryClass>
60 <LibraryClass Usage="ALWAYS_CONSUMED">
61 <Keyword>BaseMemoryLib</Keyword>
62 </LibraryClass>
63 <LibraryClass Usage="ALWAYS_CONSUMED">
64 <Keyword>MemoryAllocationLib</Keyword>
65 </LibraryClass>
66 <LibraryClass Usage="ALWAYS_CONSUMED">
67 <Keyword>UefiBootServicesTableLib</Keyword>
68 </LibraryClass>
69 <LibraryClass Usage="ALWAYS_CONSUMED">
70 <Keyword>UefiRuntimeServicesTableLib</Keyword>
71 </LibraryClass>
72 <LibraryClass Usage="ALWAYS_CONSUMED">
73 <Keyword>DevicePathLib</Keyword>
74 </LibraryClass>
75 <LibraryClass Usage="ALWAYS_CONSUMED">
76 <Keyword>PerformanceLib</Keyword>
77 </LibraryClass>
78 </LibraryClassDefinitions>
79 <SourceFiles>
80 <Filename>BdsBoot.c</Filename>
81 <Filename>BdsConsole.c</Filename>
82 <Filename>BdsConnect.c</Filename>
83 <Filename>DevicePath.c</Filename>
84 <Filename>Performance.h</Filename>
85 <Filename>Performance.c</Filename>
86 <Filename>BdsMisc.c</Filename>
87 <Filename SupArchList="IPF">Ipf\ShadowRom.c</Filename>
88 </SourceFiles>
89 <PackageDependencies>
90 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
91 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
92 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
93 </PackageDependencies>
94 <Protocols>
95 <Protocol Usage="ALWAYS_CONSUMED">
96 <ProtocolCName>gEfiLoadedImageProtocolGuid</ProtocolCName>
97 </Protocol>
98 <Protocol Usage="ALWAYS_CONSUMED">
99 <ProtocolCName>gEfiFirmwareVolumeProtocolGuid</ProtocolCName>
100 </Protocol>
101 <Protocol Usage="ALWAYS_CONSUMED">
102 <ProtocolCName>gEfiAcpiS3SaveProtocolGuid</ProtocolCName>
103 </Protocol>
104 <Protocol Usage="ALWAYS_CONSUMED">
105 <ProtocolCName>gEfiSimpleTextOutProtocolGuid</ProtocolCName>
106 </Protocol>
107 <Protocol Usage="ALWAYS_CONSUMED">
108 <ProtocolCName>gEfiSimpleTextInProtocolGuid</ProtocolCName>
109 </Protocol>
110 <Protocol Usage="ALWAYS_CONSUMED">
111 <ProtocolCName>gEfiSimpleNetworkProtocolGuid</ProtocolCName>
112 </Protocol>
113 </Protocols>
114 <Guids>
115 <GuidCNames Usage="ALWAYS_CONSUMED">
116 <GuidCName>gEfiShellFileGuid</GuidCName>
117 </GuidCNames>
118 </Guids>
119 <Externs>
120 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
121 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
122 </Externs>
123 </ModuleSurfaceArea>