Add in the 1st version of ECP.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2832 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
158
EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
Normal file
158
EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
Normal file
@@ -0,0 +1,158 @@
|
||||
#/*++
|
||||
#
|
||||
# Copyright (c) 2004 - 2007, Intel Corporation
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# 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]
|
||||
$(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
|
||||
|
||||
[nmake.common]
|
||||
|
||||
[sources.common]
|
||||
AcpiTable\AcpiTable.h
|
||||
AcpiTable\AcpiTable.c
|
||||
Arp\Arp.h
|
||||
Arp\Arp.c
|
||||
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
|
||||
DriverDiagnostics\DriverDiagnostics.h
|
||||
DriverDiagnostics\DriverDiagnostics.c
|
||||
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
|
||||
GraphicsOutput\GraphicsOutput.h
|
||||
GraphicsOutput\GraphicsOutput.c
|
||||
Ip4\Ip4.h
|
||||
Ip4\Ip4.c
|
||||
Ip4Config\Ip4Config.h
|
||||
Ip4Config\Ip4Config.c
|
||||
LoadedImage\LoadedImage.h
|
||||
LoadedImage\LoadedImage.c
|
||||
LoadFile\LoadFile.h
|
||||
LoadFile\LoadFile.c
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
Reference in New Issue
Block a user