]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Universal/Network/PxeBc/Dxe/BC.msa
changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA674...
[mirror_edk2.git] / EdkModulePkg / Universal / Network / PxeBc / Dxe / BC.msa
CommitLineData
878ddf1f 1<?xml version="1.0" encoding="UTF-8"?>\r
62f84315
LG
2<!--Copyright (c) 2006, Intel Corporation\r
3All rights reserved. This program and the accompanying materials\r
4are licensed and made available under the terms and conditions of the BSD License\r
5which accompanies this distribution. The full text of the license may be found at\r
6http://opensource.org/licenses/bsd-license.php\r
7\r
8THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
1f86f081 9WITHOUT 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
1f86f081 12 <ModuleName>BC</ModuleName>\r
878ddf1f 13 <ModuleType>UEFI_DRIVER</ModuleType>\r
1f86f081 14 <GuidValue>A3f436EA-A127-4EF8-957C-8048606FF670</GuidValue>\r
15 <Version>1.0</Version>\r
47a16b84
LG
16 <Abstract>Component description file for BC module.</Abstract>\r
17 <Description>This module provides basic network capability.</Description>\r
15f3b1d4 18 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
62f84315
LG
19 <License>All rights reserved. This program and the accompanying materials\r
20 are licensed and made available under the terms and conditions of the BSD License\r
21 which accompanies this distribution. The full text of the license may be found at\r
22 http://opensource.org/licenses/bsd-license.php\r
23 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
1f86f081 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
1f86f081 27 <ModuleDefinitions>\r
28 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
29 <BinaryModule>false</BinaryModule>\r
30 <OutputFileBasename>BC</OutputFileBasename>\r
31 </ModuleDefinitions>\r
878ddf1f 32 <LibraryClassDefinitions>\r
1f86f081 33 <LibraryClass Usage="ALWAYS_CONSUMED">\r
34 <Keyword>DebugLib</Keyword>\r
35 </LibraryClass>\r
36 <LibraryClass Usage="ALWAYS_CONSUMED">\r
37 <Keyword>UefiDriverModelLib</Keyword>\r
38 </LibraryClass>\r
39 <LibraryClass Usage="ALWAYS_CONSUMED">\r
40 <Keyword>UefiDriverEntryPoint</Keyword>\r
41 </LibraryClass>\r
42 <LibraryClass Usage="ALWAYS_CONSUMED">\r
43 <Keyword>UefiLib</Keyword>\r
44 </LibraryClass>\r
45 <LibraryClass Usage="ALWAYS_CONSUMED">\r
46 <Keyword>BaseLib</Keyword>\r
47 </LibraryClass>\r
48 <LibraryClass Usage="ALWAYS_CONSUMED">\r
49 <Keyword>PrintLib</Keyword>\r
50 </LibraryClass>\r
51 <LibraryClass Usage="ALWAYS_CONSUMED">\r
52 <Keyword>BaseMemoryLib</Keyword>\r
53 </LibraryClass>\r
54 <LibraryClass Usage="ALWAYS_CONSUMED">\r
55 <Keyword>MemoryAllocationLib</Keyword>\r
56 </LibraryClass>\r
57 <LibraryClass Usage="ALWAYS_CONSUMED">\r
58 <Keyword>UefiBootServicesTableLib</Keyword>\r
59 </LibraryClass>\r
878ddf1f 60 </LibraryClassDefinitions>\r
61 <SourceFiles>\r
62 <Filename>bc.c</Filename>\r
63 <Filename>pxe_bc_arp.c</Filename>\r
64 <Filename>pxe_bc_dhcp.c</Filename>\r
65 <Filename>pxe_bc_igmp.c</Filename>\r
66 <Filename>pxe_bc_ip.c</Filename>\r
67 <Filename>pxe_bc_mtftp.c</Filename>\r
68 <Filename>pxe_bc_udp.c</Filename>\r
69 <Filename>pxe_loadfile.c</Filename>\r
5094fb09
LG
70 <Filename>hton.h</Filename>\r
71 <Filename>tftp.h</Filename>\r
878ddf1f 72 <Filename>dhcp.h</Filename>\r
73 <Filename>bc.h</Filename>\r
74 <Filename>ip.h</Filename>\r
75 <Filename>ComponentName.c</Filename>\r
76 <Filename>Print.c</Filename>\r
77 </SourceFiles>\r
1f86f081 78 <PackageDependencies>\r
79 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
62f84315 80 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>\r
1f86f081 81 </PackageDependencies>\r
878ddf1f 82 <Protocols>\r
1f86f081 83 <Protocol Usage="TO_START">\r
53b86193 84 <ProtocolCName>gEfiBisProtocolGuid</ProtocolCName>\r
1f86f081 85 </Protocol>\r
86 <Protocol Usage="BY_START">\r
53b86193 87 <ProtocolCName>gEfiLoadFileProtocolGuid</ProtocolCName>\r
1f86f081 88 </Protocol>\r
89 <Protocol Usage="SOMETIMES_PRODUCED">\r
53b86193 90 <ProtocolCName>gEfiPxeBaseCodeCallbackProtocolGuid</ProtocolCName>\r
1f86f081 91 </Protocol>\r
92 <Protocol Usage="TO_START">\r
53b86193 93 <ProtocolCName>gEfiSimpleNetworkProtocolGuid</ProtocolCName>\r
1f86f081 94 </Protocol>\r
95 <Protocol Usage="TO_START">\r
53b86193 96 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>\r
1f86f081 97 </Protocol>\r
98 <Protocol Usage="SOMETIMES_CONSUMED">\r
53b86193 99 <ProtocolCName>gEfiNetworkInterfaceIdentifierProtocolGuid</ProtocolCName>\r
1f86f081 100 </Protocol>\r
101 <Protocol Usage="SOMETIMES_CONSUMED">\r
53b86193 102 <ProtocolCName>gEfiNetworkInterfaceIdentifierProtocolGuid_31</ProtocolCName>\r
1f86f081 103 </Protocol>\r
104 <Protocol Usage="BY_START">\r
53b86193 105 <ProtocolCName>gEfiPxeBaseCodeProtocolGuid</ProtocolCName>\r
1f86f081 106 </Protocol>\r
878ddf1f 107 </Protocols>\r
108 <SystemTables>\r
1f86f081 109 <SystemTableCNames Usage="SOMETIMES_CONSUMED">\r
110 <SystemTableCName>gEfiSmbiosTableGuid</SystemTableCName>\r
111 </SystemTableCNames>\r
878ddf1f 112 </SystemTables>\r
113 <Guids>\r
1f86f081 114 <GuidCNames Usage="ALWAYS_CONSUMED">\r
53b86193 115 <GuidCName>gEfiSmbiosTableGuid</GuidCName>\r
1f86f081 116 </GuidCNames>\r
878ddf1f 117 </Guids>\r
118 <Externs>\r
1f86f081 119 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
15b06e58 120 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
878ddf1f 121 <Extern>\r
122 <ModuleEntryPoint>InitializeBCDriver</ModuleEntryPoint>\r
878ddf1f 123 </Extern>\r
124 <Extern>\r
125 <DriverBinding>gPxeBcDriverBinding</DriverBinding>\r
1f86f081 126 </Extern>\r
127 <Extern>\r
878ddf1f 128 <ComponentName>gPxeBcComponentName</ComponentName>\r
129 </Extern>\r
130 </Externs>\r
1f86f081 131</ModuleSurfaceArea>