2007-06-28 09:00:39 +02:00
|
|
|
#/*++
|
|
|
|
#
|
2010-11-26 02:54:49 +01:00
|
|
|
# Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>
|
2010-04-28 14:14:56 +02:00
|
|
|
# This program and the accompanying materials
|
2007-06-28 09:00:39 +02:00
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
# Module Name:
|
|
|
|
#
|
|
|
|
# EfiProtocolLib.inf
|
|
|
|
#
|
|
|
|
# Abstract:
|
|
|
|
#
|
|
|
|
# Component description file.
|
|
|
|
#
|
|
|
|
#--*/
|
|
|
|
|
|
|
|
[defines]
|
|
|
|
BASE_NAME= EfiProtocolLib
|
|
|
|
COMPONENT_TYPE= LIBRARY
|
|
|
|
|
|
|
|
[includes.common]
|
2008-03-17 23:01:12 +01:00
|
|
|
$(EDK_SOURCE)/Foundation/Efi
|
|
|
|
$(EDK_SOURCE)/Foundation/Include
|
|
|
|
$(EDK_SOURCE)/Foundation/Efi/Include
|
|
|
|
$(EDK_SOURCE)/Foundation/Framework/Include
|
|
|
|
$(EDK_SOURCE)/Foundation/Include/IndustryStandard
|
|
|
|
$(EDK_SOURCE)/Foundation/Include/Pei
|
|
|
|
$(EDK_SOURCE)/Foundation/Library/Pei/Include
|
|
|
|
$(EDK_SOURCE)/Foundation/Core/Dxe
|
|
|
|
$(EDK_SOURCE)/Foundation/Library/Dxe/Include
|
2007-06-28 09:00:39 +02:00
|
|
|
|
|
|
|
[nmake.common]
|
|
|
|
|
|
|
|
[sources.common]
|
2008-03-17 23:01:12 +01:00
|
|
|
AbsolutePointer/AbsolutePointer.h
|
|
|
|
AbsolutePointer/AbsolutePointer.c
|
|
|
|
AcpiTable/AcpiTable.h
|
|
|
|
AcpiTable/AcpiTable.c
|
|
|
|
Arp/Arp.h
|
|
|
|
Arp/Arp.c
|
2008-07-09 12:24:16 +02:00
|
|
|
AuthenticationInfo/AuthenticationInfo.h
|
|
|
|
AuthenticationInfo/AuthenticationInfo.c
|
2008-03-17 23:01:12 +01:00
|
|
|
Bis/Bis.h
|
|
|
|
Bis/Bis.c
|
|
|
|
BlockIo/BlockIo.h
|
|
|
|
BlockIo/BlockIo.c
|
|
|
|
BusSpecificDriverOverride/BusSpecificDriverOverride.h
|
|
|
|
BusSpecificDriverOverride/BusSpecificDriverOverride.c
|
|
|
|
ComponentName/ComponentName.h
|
|
|
|
ComponentName/ComponentName.c
|
|
|
|
ComponentName2/ComponentName2.h
|
|
|
|
ComponentName2/ComponentName2.c
|
|
|
|
DebugPort/DebugPort.h
|
|
|
|
DebugPort/DebugPort.c
|
|
|
|
DebugSupport/DebugSupport.h
|
|
|
|
DebugSupport/DebugSupport.c
|
|
|
|
Decompress/Decompress.h
|
|
|
|
Decompress/Decompress.c
|
|
|
|
DeviceIo/DeviceIo.h
|
|
|
|
DeviceIo/DeviceIo.c
|
|
|
|
DevicePath/DevicePath.h
|
|
|
|
DevicePath/DevicePath.c
|
|
|
|
DevicePathFromText/DevicePathFromText.h
|
|
|
|
DevicePathFromText/DevicePathFromText.c
|
|
|
|
DevicePathToText/DevicePathToText.h
|
|
|
|
DevicePathToText/DevicePathToText.c
|
|
|
|
DevicePathUtilities/DevicePathUtilities.h
|
|
|
|
DevicePathUtilities/DevicePathUtilities.c
|
|
|
|
Dhcp4/Dhcp4.h
|
|
|
|
Dhcp4/Dhcp4.c
|
|
|
|
DiskIo/DiskIo.h
|
|
|
|
DiskIo/DiskIo.c
|
|
|
|
DriverBinding/DriverBinding.h
|
|
|
|
DriverBinding/DriverBinding.c
|
|
|
|
DriverConfiguration/DriverConfiguration.h
|
|
|
|
DriverConfiguration/DriverConfiguration.c
|
2008-07-08 09:04:59 +02:00
|
|
|
DriverConfiguration2/DriverConfiguration2.h
|
|
|
|
DriverConfiguration2/DriverConfiguration2.c
|
2008-03-17 23:01:12 +01:00
|
|
|
DriverDiagnostics/DriverDiagnostics.h
|
|
|
|
DriverDiagnostics/DriverDiagnostics.c
|
2008-07-08 09:04:59 +02:00
|
|
|
DriverDiagnostics2/DriverDiagnostics2.h
|
|
|
|
DriverDiagnostics2/DriverDiagnostics2.c
|
2008-07-09 12:24:16 +02:00
|
|
|
DriverSupportedEfiVersion/DriverSupportedEfiVersion.h
|
|
|
|
DriverSupportedEfiVersion/DriverSupportedEfiVersion.c
|
2008-03-17 23:01:12 +01:00
|
|
|
Ebc/Ebc.h
|
|
|
|
Ebc/Ebc.c
|
|
|
|
EdidActive/EdidActive.h
|
|
|
|
EdidActive/EdidActive.c
|
|
|
|
EdidDiscovered/EdidDiscovered.h
|
|
|
|
EdidDiscovered/EdidDiscovered.c
|
|
|
|
EdidOverride/EdidOverride.h
|
|
|
|
EdidOverride/EdidOverride.c
|
|
|
|
EfiNetworkInterfaceIdentifier/EfiNetworkInterfaceIdentifier.h
|
|
|
|
EfiNetworkInterfaceIdentifier/EfiNetworkInterfaceIdentifier.c
|
|
|
|
FileInfo/FileInfo.h
|
|
|
|
FileInfo/FileInfo.c
|
|
|
|
FileSystemInfo/FileSystemInfo.h
|
|
|
|
FileSystemInfo/FileSystemInfo.c
|
|
|
|
FileSystemVolumeLabelInfo/FileSystemVolumeLabelInfo.h
|
|
|
|
FileSystemVolumeLabelInfo/FileSystemVolumeLabelInfo.c
|
|
|
|
FormBrowser2/FormBrowser2.h
|
|
|
|
FormBrowser2/FormBrowser2.c
|
|
|
|
GraphicsOutput/GraphicsOutput.h
|
|
|
|
GraphicsOutput/GraphicsOutput.c
|
|
|
|
HiiConfigAccess/HiiConfigAccess.h
|
|
|
|
HiiConfigAccess/HiiConfigAccess.c
|
|
|
|
HiiConfigRouting/HiiConfigRouting.h
|
|
|
|
HiiConfigRouting/HiiConfigRouting.c
|
|
|
|
HiiDatabase/HiiDatabase.h
|
|
|
|
HiiDatabase/HiiDatabase.c
|
|
|
|
HiiFont/HiiFont.h
|
|
|
|
HiiFont/HiiFont.c
|
|
|
|
HiiImage/HiiImage.h
|
|
|
|
HiiImage/HiiImage.c
|
2010-11-26 02:54:49 +01:00
|
|
|
HiiPackageList/HiiPackageList.h
|
|
|
|
HiiPackageList/HiiPackageList.c
|
2008-03-17 23:01:12 +01:00
|
|
|
HiiString/HiiString.h
|
|
|
|
HiiString/HiiString.c
|
|
|
|
Ip4/Ip4.h
|
|
|
|
Ip4/Ip4.c
|
|
|
|
Ip4Config/Ip4Config.h
|
|
|
|
Ip4Config/Ip4Config.c
|
|
|
|
LoadedImage/LoadedImage.h
|
|
|
|
LoadedImage/LoadedImage.c
|
2008-09-28 03:48:06 +02:00
|
|
|
LoadedImageDevicePath/LoadedImageDevicePath.h
|
|
|
|
LoadedImageDevicePath/LoadedImageDevicePath.c
|
2008-03-17 23:01:12 +01:00
|
|
|
LoadFile/LoadFile.h
|
|
|
|
LoadFile/LoadFile.c
|
2009-01-15 10:57:19 +01:00
|
|
|
LoadFile2/LoadFile2.h
|
|
|
|
LoadFile2/LoadFile2.c
|
2008-03-17 23:01:12 +01:00
|
|
|
ManagedNetwork/ManagedNetwork.h
|
|
|
|
ManagedNetwork/ManagedNetwork.c
|
|
|
|
Mtftp4/Mtftp4.h
|
|
|
|
Mtftp4/Mtftp4.c
|
|
|
|
PciIo/PciIo.h
|
|
|
|
PciIo/PciIo.c
|
|
|
|
PciRootBridgeIo/PciRootBridgeIo.h
|
|
|
|
PciRootBridgeIo/PciRootBridgeIo.c
|
|
|
|
PlatformDriverOverride/PlatformDriverOverride.h
|
|
|
|
PlatformDriverOverride/PlatformDriverOverride.c
|
2008-07-09 12:24:16 +02:00
|
|
|
PlatformToDriverConfiguration/PlatformToDriverConfiguration.h
|
|
|
|
PlatformToDriverConfiguration/PlatformToDriverConfiguration.c
|
2008-03-17 23:01:12 +01:00
|
|
|
PxeBaseCode/PxeBaseCode.h
|
|
|
|
PxeBaseCode/PxeBaseCode.c
|
|
|
|
PxeBaseCodeCallBack/PxeBaseCodeCallBack.h
|
|
|
|
PxeBaseCodeCallBack/PxeBaseCodeCallBack.c
|
|
|
|
ScsiPassThru/ScsiPassThru.h
|
|
|
|
ScsiPassThru/ScsiPassThru.c
|
|
|
|
SerialIo/SerialIo.h
|
|
|
|
SerialIo/SerialIo.c
|
|
|
|
SimpleFileSystem/SimpleFileSystem.h
|
|
|
|
SimpleFileSystem/SimpleFileSystem.c
|
|
|
|
SimpleNetwork/SimpleNetwork.h
|
|
|
|
SimpleNetwork/SimpleNetwork.c
|
|
|
|
SimplePointer/SimplePointer.h
|
|
|
|
SimplePointer/SimplePointer.c
|
|
|
|
SimpleTextIn/SimpleTextIn.h
|
|
|
|
SimpleTextIn/SimpleTextIn.c
|
|
|
|
SimpleTextInputEx/SimpleTextInputEx.h
|
|
|
|
SimpleTextInputEx/SimpleTextInputEx.c
|
|
|
|
SimpleTextOut/SimpleTextOut.h
|
|
|
|
SimpleTextOut/SimpleTextOut.c
|
|
|
|
Udp4/Udp4.h
|
|
|
|
Udp4/Udp4.c
|
|
|
|
UgaDraw/UgaDraw.h
|
|
|
|
UgaDraw/UgaDraw.c
|
|
|
|
UgaIo/UgaIo.h
|
|
|
|
UgaIo/UgaIo.c
|
|
|
|
UnicodeCollation/UnicodeCollation.h
|
|
|
|
UnicodeCollation/UnicodeCollation.c
|
2008-07-08 09:04:59 +02:00
|
|
|
UnicodeCollation2/UnicodeCollation2.h
|
|
|
|
UnicodeCollation2/UnicodeCollation2.c
|
2008-03-17 23:01:12 +01:00
|
|
|
UsbHostController/UsbHostController.h
|
|
|
|
UsbHostController/UsbHostController.c
|
|
|
|
UsbIo/UsbIo.h
|
|
|
|
UsbIo/UsbIo.c
|
|
|
|
Hash/Hash.h
|
|
|
|
Hash/Hash.c
|
|
|
|
ServiceBinding/ServiceBinding.h
|
|
|
|
ScsiPassThruExt/ScsiPassThruExt.h
|
|
|
|
ScsiPassThruExt/ScsiPassThruExt.c
|
|
|
|
ScsiIo/ScsiIo.h
|
|
|
|
ScsiIo/ScsiIo.c
|
|
|
|
TapeIo/TapeIo.h
|
|
|
|
TapeIo/TapeIo.c
|
|
|
|
Tcp4/Tcp4.h
|
|
|
|
Tcp4/Tcp4.c
|
|
|
|
IScsiInitiatorName/IScsiInitiatorName.h
|
|
|
|
IScsiInitiatorName/IScsiInitiatorName.c
|