]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DevicePathDxe/DevicePath.msa
remove some comments introduced by tools.
[mirror_edk2.git] / MdeModulePkg / Universal / DevicePathDxe / DevicePath.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>DevicePath</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>9B680FCE-AD6B-4F3A-B60B-F59899003443</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for Device Path Driver.</Abstract>
9 <Description>This driver implement these three UEFI deveice path protocols (
10 DevicePathUtilities, DevicePahtToText and DevicePathFromText) and install them.</Description>
11 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
12 <License>All rights reserved. This program and the accompanying materials
13 are licensed and made available under the terms and conditions of the BSD License
14 which accompanies this distribution. The full text of the license may be found at
15 http://opensource.org/licenses/bsd-license.php
16 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
18 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
19 </MsaHeader>
20 <ModuleDefinitions>
21 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
22 <BinaryModule>false</BinaryModule>
23 <OutputFileBasename>DevicePath</OutputFileBasename>
24 </ModuleDefinitions>
25 <LibraryClassDefinitions>
26 <LibraryClass Usage="ALWAYS_CONSUMED" RecommendedInstanceGuid="bda39d3a-451b-4350-8266-81ab10fa0523">
27 <Keyword>DebugLib</Keyword>
28 <HelpText>Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg.</HelpText>
29 </LibraryClass>
30 <LibraryClass Usage="ALWAYS_CONSUMED" RecommendedInstanceGuid="a86fbfca-0183-4eeb-aa8a-762e3b7da1f3">
31 <Keyword>PrintLib</Keyword>
32 <HelpText>Recommended libary Instance is BasePrintLib instance in MdePkg.</HelpText>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>UefiDriverEntryPoint</Keyword>
36 </LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">
38 <Keyword>BaseLib</Keyword>
39 </LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">
41 <Keyword>BaseMemoryLib</Keyword>
42 </LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">
44 <Keyword>MemoryAllocationLib</Keyword>
45 </LibraryClass>
46 <LibraryClass Usage="ALWAYS_CONSUMED">
47 <Keyword>UefiBootServicesTableLib</Keyword>
48 </LibraryClass>
49 <LibraryClass Usage="ALWAYS_CONSUMED" RecommendedInstanceGuid="91c1677a-e57f-4191-8b8e-eb7711a716e0">
50 <Keyword>DevicePathLib</Keyword>
51 <HelpText>Recommended libary Instance is UefiDevicePathLib instance in MdePkg.</HelpText>
52 </LibraryClass>
53 <LibraryClass Usage="ALWAYS_CONSUMED">
54 <Keyword>PcdLib</Keyword>
55 </LibraryClass>
56 </LibraryClassDefinitions>
57 <SourceFiles>
58 <Filename>DevicePath.c</Filename>
59 <Filename>DevicePath.h</Filename>
60 <Filename>DevicePathFromText.c</Filename>
61 <Filename>DevicePathToText.c</Filename>
62 <Filename>DevicePathUtilities.c</Filename>
63 </SourceFiles>
64 <PackageDependencies>
65 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
66 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
67 </PackageDependencies>
68 <Protocols>
69 <Protocol Usage="ALWAYS_CONSUMED">
70 <ProtocolCName>gEfiDebugPortProtocolGuid</ProtocolCName>
71 </Protocol>
72 <Protocol Usage="ALWAYS_PRODUCED">
73 <ProtocolCName>gEfiDevicePathUtilitiesProtocolGuid</ProtocolCName>
74 </Protocol>
75 <Protocol Usage="ALWAYS_PRODUCED">
76 <ProtocolCName>gEfiDevicePathFromTextProtocolGuid</ProtocolCName>
77 </Protocol>
78 <Protocol Usage="ALWAYS_PRODUCED">
79 <ProtocolCName>gEfiDevicePathToTextProtocolGuid</ProtocolCName>
80 </Protocol>
81 </Protocols>
82 <Guids>
83 <GuidCNames Usage="ALWAYS_CONSUMED">
84 <GuidCName>gEfiPcAnsiGuid</GuidCName>
85 </GuidCNames>
86 <GuidCNames Usage="ALWAYS_CONSUMED">
87 <GuidCName>gEfiVT100PlusGuid</GuidCName>
88 </GuidCNames>
89 <GuidCNames Usage="ALWAYS_CONSUMED">
90 <GuidCName>gEfiVT100Guid</GuidCName>
91 </GuidCNames>
92 <GuidCNames Usage="ALWAYS_CONSUMED">
93 <GuidCName>gEfiVTUTF8Guid</GuidCName>
94 </GuidCNames>
95 </Guids>
96 <Externs>
97 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
98 <Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
99 <Extern>
100 <ModuleEntryPoint>DevicePathEntryPoint</ModuleEntryPoint>
101 </Extern>
102 </Externs>
103 <PcdCoded>
104 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_PRODUCED">
105 <C_Name>PcdDevicePathSupportDevicePathToText</C_Name>
106 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
107 <DefaultValue>FALSE</DefaultValue>
108 <HelpText>If TRUE, then the Device Path To Text Protocol should be produced by the platform</HelpText>
109 </PcdEntry>
110 <PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_PRODUCED">
111 <C_Name>PcdDevicePathSupportDevicePathFromText</C_Name>
112 <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
113 <DefaultValue>FALSE</DefaultValue>
114 <HelpText>If TRUE, then the Device Path From Text Protocol should be produced by the platform</HelpText>
115 </PcdEntry>
116 </PcdCoded>
117 </ModuleSurfaceArea>