]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / SnpDxe / SnpDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This module produces EFI SNP Protocol.\r
8a67d61d 3#\r
d1102dba 4# This module produces Simple Network Protocol upon EFI Network Interface\r
6036e94d 5# Identifier Protocol, to provide a packet level interface to a network adapter.\r
8a67d61d 6#\r
d1102dba
LG
7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
8# This program and the accompanying materials are licensed\r
9# and made available under the terms and conditions of the BSD License which\r
10# accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
6036e94d
SZ
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8a67d61d 15#\r
6bfbb5f0 16##\r
8a67d61d 17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = SnpDxe\r
6036e94d 21 MODULE_UNI_FILE = SnpDxe.uni\r
8a67d61d 22 FILE_GUID = A2f436EA-A127-4EF8-957C-8048606FF670\r
d3f16117 23 MODULE_TYPE = UEFI_DRIVER\r
8a67d61d 24 VERSION_STRING = 1.0\r
8a67d61d 25 ENTRY_POINT = InitializeSnpNiiDriver\r
f3de0a60 26 UNLOAD_IMAGE = NetLibDefaultUnload\r
8a67d61d 27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
d1102dba 33# DRIVER_BINDING = mSimpleNetworkDriverBinding\r
d354ab7f 34# COMPONENT_NAME = gSimpleNetworkComponentName\r
35# COMPONENT_NAME2 = gSimpleNetworkComponentName2\r
36#\r
8a67d61d 37\r
6bfbb5f0 38[Sources]\r
1d13665e 39 Receive.c\r
40 Snp.h\r
41 Nvdata.c\r
42 Get_status.c\r
43 Start.c\r
44 Snp.c\r
45 Stop.c\r
46 Statistics.c\r
47 Reset.c\r
48 Shutdown.c\r
49 Mcast_ip_to_mac.c\r
50 Transmit.c\r
8a67d61d 51 WaitForPacket.c\r
1d13665e 52 Receive_filters.c\r
78255951 53 Initialize.c\r
8a67d61d 54 ComponentName.c\r
1d13665e 55 Callback.c\r
56 Station_address.c\r
8a67d61d 57\r
58\r
59[Packages]\r
60 MdePkg/MdePkg.dec\r
61 MdeModulePkg/MdeModulePkg.dec\r
62\r
63\r
64[LibraryClasses]\r
65 UefiLib\r
66 BaseLib\r
67 UefiBootServicesTableLib\r
68 UefiDriverEntryPoint\r
69 BaseMemoryLib\r
70 DebugLib\r
f3de0a60 71 NetLib\r
8a67d61d 72\r
0428a6cb 73[Guids]\r
6036e94d 74 gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event\r
0428a6cb 75\r
8a67d61d 76[Protocols]\r
6036e94d
SZ
77 gEfiSimpleNetworkProtocolGuid ## BY_START\r
78 gEfiDevicePathProtocolGuid ## TO_START\r
79 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## TO_START\r
80 gEfiPciIoProtocolGuid ## TO_START\r
81\r
82[UserExtensions.TianoCore."ExtraFiles"]\r
83 SnpDxeExtra.uni\r