]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / UefiPxeBcDxe.inf
... / ...
CommitLineData
1#/** @file\r
2# Component name for module UefiPxeBc\r
3#\r
4# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.\r
5#\r
6# All rights reserved. This program and the accompanying materials\r
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
15#**/\r
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
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32\r
33[Sources.common]\r
34 PxeBcMtftp.c\r
35 PxeBcSupport.h\r
36 PxeBcSupport.c\r
37 PxeBcDriver.c\r
38 PxeBcDhcp.h\r
39 ComponentName.c\r
40 PxeBcImpl.c\r
41 PxeBcImpl.h\r
42 PxeBcDhcp.c\r
43 PxeBcMtftp.h\r
44 PxeBcDriver.h\r
45\r
46[Sources.IA32]\r
47 Ia32/PxeArch.h\r
48\r
49[Sources.X64]\r
50 X64/PxeArch.h\r
51\r
52[Sources.IPF]\r
53 Ipf/PxeArch.h\r
54\r
55[Sources.EBC]\r
56 Ebc/PxeArch.h\r
57 Ebc/PxeArch.c\r
58\r
59[Packages]\r
60 MdePkg/MdePkg.dec\r
61 MdeModulePkg/MdeModulePkg.dec\r
62\r
63\r
64\r
65[LibraryClasses]\r
66 BaseLib\r
67 UefiLib\r
68 UefiBootServicesTableLib\r
69 UefiDriverEntryPoint\r
70 BaseMemoryLib\r
71 DebugLib\r
72 NetLib\r
73\r
74\r
75[Guids]\r
76 gEfiSmbiosTableGuid # ALWAYS_CONSUMED\r
77\r
78\r
79\r
80[Protocols]\r
81 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
82 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
83 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
84 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
85 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
86 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
87 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
88 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
89 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
90 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
91 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
92 gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED\r
93 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
94 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
95\r