]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.msa
Import Ip4Config module
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4ConfigDxe / Ip4ConfigDxe.msa
1 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2 <MsaHeader>
3 <ModuleName>Ip4Config</ModuleName>
4 <ModuleType>DXE_DRIVER</ModuleType>
5 <GuidValue>26841BDE-920A-4e7a-9FBE-637F477143A6</GuidValue>
6 <Version>1.0</Version>
7 <Abstract>Component name for module Ip4Config</Abstract>
8 <Description>FIX ME!</Description>
9 <Copyright>Copyright (c) 2006, Intel Corporation. All right reserved.</Copyright>
10 <License>All rights reserved. This program and the accompanying materials
11 are licensed and made available under the terms and conditions of the BSD License
12 which accompanies this distribution. The full text of the license may be found at
13 http://opensource.org/licenses/bsd-license.php
14
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
17 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
18 </MsaHeader>
19 <ModuleDefinitions>
20 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
21 <BinaryModule>false</BinaryModule>
22 <OutputFileBasename>Ip4Config</OutputFileBasename>
23 </ModuleDefinitions>
24 <LibraryClassDefinitions>
25 <LibraryClass Usage="ALWAYS_CONSUMED">
26 <Keyword>DebugLib</Keyword>
27 </LibraryClass>
28 <LibraryClass Usage="ALWAYS_CONSUMED">
29 <Keyword>UefiRuntimeServicesTableLib</Keyword>
30 </LibraryClass>
31 <LibraryClass Usage="ALWAYS_CONSUMED">
32 <Keyword>UefiDriverEntryPoint</Keyword>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>UefiBootServicesTableLib</Keyword>
36 </LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">
38 <Keyword>UefiLib</Keyword>
39 </LibraryClass>
40 </LibraryClassDefinitions>
41 <SourceFiles>
42 <Filename>Ip4Config.c</Filename>
43 <Filename>NicIp4Variable.h</Filename>
44 <Filename>Ip4Config.h</Filename>
45 <Filename>Ip4ConfigDriver.c</Filename>
46 <Filename>NicIp4Variable.c</Filename>
47 <Filename>ComponentName.c</Filename>
48 </SourceFiles>
49 <PackageDependencies>
50 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
51 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
52 </PackageDependencies>
53 <Protocols>
54 <Protocol Usage="ALWAYS_CONSUMED">
55 <ProtocolCName>gEfiDhcp4ProtocolGuid</ProtocolCName>
56 </Protocol>
57 <Protocol Usage="ALWAYS_CONSUMED">
58 <ProtocolCName>gEfiManagedNetworkProtocolGuid</ProtocolCName>
59 </Protocol>
60 <Protocol Usage="ALWAYS_CONSUMED">
61 <ProtocolCName>gEfiIp4ConfigProtocolGuid</ProtocolCName>
62 </Protocol>
63 <Protocol Usage="ALWAYS_CONSUMED">
64 <ProtocolCName>gEfiManagedNetworkServiceBindingProtocolGuid</ProtocolCName>
65 </Protocol>
66 <Protocol Usage="ALWAYS_CONSUMED">
67 <ProtocolCName>gEfiDhcp4ServiceBindingProtocolGuid</ProtocolCName>
68 </Protocol>
69 </Protocols>
70 <Externs>
71 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
72 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
73 <Extern>
74 <ModuleEntryPoint>Ip4ConfigDriverEntryPoint</ModuleEntryPoint>
75 </Extern>
76 </Externs>
77 </ModuleSurfaceArea>