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