]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Universal/DevicePath/Dxe/DevicePath.msa
Check in patch to refine DevicePath Module and USB2HostController Module.
[mirror_edk2.git] / EdkModulePkg / Universal / DevicePath / Dxe / DevicePath.msa
CommitLineData
562d2849 1<?xml version="1.0" encoding="UTF-8"?>\r
2\r
3<!--Copyright (c) 2006, Intel Corporation\r
4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
11<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
12\r
13 <MsaHeader>\r
14 <ModuleName>DevicePath</ModuleName>\r
15 <ModuleType>DXE_DRIVER</ModuleType>\r
16 <GuidValue>9B680FCE-AD6B-4F3A-B60B-F59899003443</GuidValue>\r
17 <Version>1.0</Version>\r
18 <Abstract>Component description file for Device Path Driver.</Abstract>\r
19 <Description>This driver is for DevicePathUtilities, DevicePahtToText and DevicePathFromText</Description>\r
20 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
21 <License>All rights reserved. This program and the accompanying materials\r
22 are licensed and made available under the terms and conditions of the BSD License\r
23 which accompanies this distribution. The full text of the license may be found at\r
24 http://opensource.org/licenses/bsd-license.php\r
25 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
26 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
27 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
28 </MsaHeader>\r
29 <ModuleDefinitions>\r
30 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
31 <BinaryModule>false</BinaryModule>\r
32 <OutputFileBasename>DevicePath</OutputFileBasename>\r
33 </ModuleDefinitions>\r
34 <LibraryClassDefinitions>\r
35 <LibraryClass Usage="ALWAYS_CONSUMED">\r
36 <Keyword>DebugLib</Keyword>\r
37 </LibraryClass>\r
38 <LibraryClass Usage="ALWAYS_CONSUMED">\r
39 <Keyword>PrintLib</Keyword>\r
40 </LibraryClass>\r
41 <LibraryClass Usage="ALWAYS_CONSUMED">\r
42 <Keyword>UefiDriverEntryPoint</Keyword>\r
43 </LibraryClass>\r
44 <LibraryClass Usage="ALWAYS_CONSUMED">\r
45 <Keyword>UefiLib</Keyword>\r
46 </LibraryClass>\r
47 <LibraryClass Usage="ALWAYS_CONSUMED">\r
48 <Keyword>BaseLib</Keyword>\r
49 </LibraryClass>\r
50 <LibraryClass Usage="ALWAYS_CONSUMED">\r
51 <Keyword>BaseMemoryLib</Keyword>\r
52 </LibraryClass>\r
53 <LibraryClass Usage="ALWAYS_CONSUMED">\r
54 <Keyword>MemoryAllocationLib</Keyword>\r
55 </LibraryClass>\r
56 <LibraryClass Usage="ALWAYS_CONSUMED">\r
57 <Keyword>UefiBootServicesTableLib</Keyword>\r
58 </LibraryClass>\r
ffac4bcb 59 <LibraryClass Usage="ALWAYS_CONSUMED">\r
60 <Keyword>DevicePathLib</Keyword>\r
61 </LibraryClass>\r
562d2849 62 </LibraryClassDefinitions>\r
63 <SourceFiles>\r
64 <Filename>DevicePath.c</Filename>\r
65 <Filename>DevicePath.h</Filename>\r
66 <Filename>DevicePathFromText.c</Filename>\r
67 <Filename>DevicePathToText.c</Filename>\r
68 <Filename>DevicePathUtilities.c</Filename>\r
69 </SourceFiles>\r
70 <PackageDependencies>\r
71 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
72 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>\r
73 </PackageDependencies>\r
74 <Protocols> \r
75 <Protocol Usage="ALWAYS_CONSUMED">\r
76 <ProtocolCName>gEfiDebugPortProtocolGuid</ProtocolCName>\r
77 </Protocol>\r
78 <Protocol Usage="ALWAYS_CONSUMED">\r
79 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>\r
80 </Protocol>\r
81 <Protocol Usage="ALWAYS_PRODUCED">\r
82 <ProtocolCName>gEfiDevicePathUtilitiesProtocolGuid</ProtocolCName>\r
83 </Protocol>\r
84 <Protocol Usage="ALWAYS_PRODUCED">\r
85 <ProtocolCName>gEfiDevicePathFromTextProtocolGuid</ProtocolCName>\r
86 </Protocol>\r
87 <Protocol Usage="ALWAYS_PRODUCED">\r
88 <ProtocolCName>gEfiDevicePathToTextProtocolGuid</ProtocolCName>\r
89 </Protocol>\r
90 </Protocols>\r
91 <Guids>\r
92 <GuidCNames Usage="ALWAYS_CONSUMED">\r
93 <GuidCName>gEfiPcAnsiGuid</GuidCName>\r
94 </GuidCNames>\r
95 <GuidCNames Usage="ALWAYS_CONSUMED">\r
96 <GuidCName>gEfiVT100PlusGuid</GuidCName>\r
97 </GuidCNames>\r
98 <GuidCNames Usage="ALWAYS_CONSUMED">\r
99 <GuidCName>gEfiVT100Guid</GuidCName>\r
100 </GuidCNames>\r
101 <GuidCNames Usage="ALWAYS_CONSUMED">\r
102 <GuidCName>gEfiVTUTF8Guid</GuidCName>\r
103 </GuidCNames>\r
104 </Guids>\r
105 <Externs>\r
106 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
107 <Specification>EDK_RELEASE_VERSION 0x00090000</Specification>\r
108 <Extern>\r
109 <ModuleEntryPoint>DevicePathEntryPoint</ModuleEntryPoint>\r
110 </Extern>\r
111 </Externs>\r
112</ModuleSurfaceArea>\r