]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.msa
Fixed the library instance filter issue
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe / MnpDxe.msa
1 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2 <MsaHeader>
3 <ModuleName>MnpDxe</ModuleName>
4 <ModuleType>DXE_DRIVER</ModuleType>
5 <GuidValue>025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A</GuidValue>
6 <Version>1.0</Version>
7 <Abstract>Component name for module Mnp</Abstract>
8 <Description>FIX ME!</Description>
9 <Copyright>Copyright (c) 2006, Intel Corporation. </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>MnpDxe</OutputFileBasename>
23 </ModuleDefinitions>
24 <LibraryClassDefinitions>
25 <LibraryClass Usage="ALWAYS_CONSUMED">
26 <Keyword>DebugLib</Keyword>
27 </LibraryClass>
28 <LibraryClass Usage="ALWAYS_CONSUMED">
29 <Keyword>UefiDriverEntryPoint</Keyword>
30 </LibraryClass>
31 <LibraryClass Usage="ALWAYS_CONSUMED">
32 <Keyword>UefiBootServicesTableLib</Keyword>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>UefiLib</Keyword>
36 </LibraryClass>
37 </LibraryClassDefinitions>
38 <SourceFiles>
39 <Filename>MnpImpl.h</Filename>
40 <Filename>MnpConfig.c</Filename>
41 <Filename>MnpDriver.c</Filename>
42 <Filename>ComponentName.c</Filename>
43 <Filename>MnpDriver.h</Filename>
44 <Filename>MnpIo.c</Filename>
45 <Filename>MnpMain.c</Filename>
46 <Filename>MnpDebug.h</Filename>
47 </SourceFiles>
48 <PackageDependencies>
49 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
50 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
51 </PackageDependencies>
52 <Protocols>
53 <Protocol Usage="ALWAYS_CONSUMED">
54 <ProtocolCName>gEfiManagedNetworkProtocolGuid</ProtocolCName>
55 </Protocol>
56 <Protocol Usage="ALWAYS_CONSUMED">
57 <ProtocolCName>gEfiSimpleNetworkProtocolGuid</ProtocolCName>
58 </Protocol>
59 <Protocol Usage="ALWAYS_CONSUMED">
60 <ProtocolCName>gEfiManagedNetworkServiceBindingProtocolGuid</ProtocolCName>
61 </Protocol>
62 </Protocols>
63 <Externs>
64 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
65 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
66 <Extern>
67 <ModuleEntryPoint>MnpDriverEntryPoint</ModuleEntryPoint>
68 </Extern>
69 </Externs>
70 </ModuleSurfaceArea>