2 # Component name for module BC
\r
4 # Copyright (c) 2007, Intel Corporation
\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
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
18 INF_VERSION = 0x00010005
\r
19 BASE_NAME = PxeBcDxe
\r
20 FILE_GUID = A3f436EA-A127-4EF8-957C-8048606FF670
\r
21 MODULE_TYPE = DXE_DRIVER
\r
22 VERSION_STRING = 1.0
\r
23 EDK_RELEASE_VERSION = 0x00020000
\r
24 EFI_SPECIFICATION_VERSION = 0x00020000
\r
26 ENTRY_POINT = InitializeBCDriver
\r
29 # The following information is for reference only and not required by the build tools.
\r
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
\r
66 MdeModulePkg/MdeModulePkg.dec
\r
72 UefiBootServicesTableLib
\r
73 UefiDriverEntryPoint
\r
79 gEfiSmbiosTableGuid # ALWAYS_CONSUMED
\r
83 gEfiBisProtocolGuid # PROTOCOL ALWAYS_CONSUMED
\r
84 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_PRODUCED
\r
85 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_PRODUCED
\r
86 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_CONSUMED
\r
87 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
\r
88 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
\r
89 gEfiTcpProtocolGuid # PROTOCOL ALWAYS_CONSUMED
\r
90 gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED
\r