]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / UefiPxeBcDxe.inf
CommitLineData
ecd28a61 1## @file\r
31f228cf 2# Component name for module UefiPxeBc\r
3#\r
e5eed7d3 4# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
31f228cf 5#\r
e5eed7d3 6# This program and the accompanying materials\r
31f228cf 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
ecd28a61 15##\r
31f228cf 16\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = UefiPxeBcDxe\r
21 FILE_GUID = 3B1DEAB5-C75D-442e-9238-8E2FFB62B0BB\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = PxeBcDriverEntryPoint\r
0bf47d3d 25 UNLOAD_IMAGE = NetLibDefaultUnload\r
31f228cf 26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
ecd28a61 30# VALID_ARCHITECTURES = IA32 X64 IPF\r
31f228cf 31#\r
32# DRIVER_BINDING = gPxeBcDriverBinding \r
33# COMPONENT_NAME = gPxeBcComponentName\r
34# COMPONENT_NAME2 = gPxeBcComponentName2\r
35#\r
36\r
6bfbb5f0 37[Sources]\r
31f228cf 38 PxeBcMtftp.c\r
39 PxeBcSupport.h\r
40 PxeBcSupport.c\r
41 PxeBcDriver.c\r
42 PxeBcDhcp.h\r
43 ComponentName.c\r
44 PxeBcImpl.c\r
45 PxeBcImpl.h\r
46 PxeBcDhcp.c\r
47 PxeBcMtftp.h\r
48 PxeBcDriver.h\r
ecd28a61 49 \r
31f228cf 50\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
53 MdeModulePkg/MdeModulePkg.dec\r
54\r
55\r
56\r
57[LibraryClasses]\r
58 BaseLib\r
59 UefiLib\r
60 UefiBootServicesTableLib\r
61 UefiDriverEntryPoint\r
62 BaseMemoryLib\r
63 MemoryAllocationLib\r
64 DebugLib\r
65 NetLib\r
66 DpcLib\r
67\r
68[Guids]\r
69 gEfiSmbiosTableGuid # ALWAYS_CONSUMED\r
70\r
71[Protocols]\r
72 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
73 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
74 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
75 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
76 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
77 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
78 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
79 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
80 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
81 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
82 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
83 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES\r
84 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
85 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r