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:
@@ -0,0 +1,116 @@
|
||||
#/*++
|
||||
#
|
||||
# Copyright (c) 2004, 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:
|
||||
#
|
||||
# EdkFrameworkProtocolLib.inf
|
||||
#
|
||||
# Abstract:
|
||||
#
|
||||
# Component description file.
|
||||
#
|
||||
#--*/
|
||||
|
||||
[defines]
|
||||
BASE_NAME= EdkFrameworkProtocolLib
|
||||
COMPONENT_TYPE= LIBRARY
|
||||
|
||||
[includes.common]
|
||||
$(EDK_SOURCE)\Foundation\Framework
|
||||
$(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]
|
||||
AcpiS3Save\AcpiS3Save.h
|
||||
AcpiS3Save\AcpiS3Save.c
|
||||
AcpiSupport\AcpiSupport.h
|
||||
AcpiSupport\AcpiSupport.c
|
||||
BootScriptSave\BootScriptSave.h
|
||||
BootScriptSave\BootScriptSave.c
|
||||
CpuIo\CpuIo.h
|
||||
CpuIo\CpuIo.c
|
||||
DataHub\DataHub.h
|
||||
DataHub\DataHub.c
|
||||
FirmwareVolume\FirmwareVolume.h
|
||||
FirmwareVolume\FirmwareVolume.c
|
||||
FirmwareVolume2\FirmwareVolume2.h
|
||||
FirmwareVolume2\FirmwareVolume2.c
|
||||
FirmwareVolumeBlock\FirmwareVolumeBlock.h
|
||||
FirmwareVolumeBlock\FirmwareVolumeBlock.c
|
||||
FormBrowser\FormBrowser.h
|
||||
FormBrowser\FormBrowser.c
|
||||
FormCallback\FormCallback.h
|
||||
FormCallback\FormCallback.c
|
||||
Hii\Hii.h
|
||||
Hii\Hii.c
|
||||
IdeControllerInit\IdeControllerInit.h
|
||||
IdeControllerInit\IdeControllerInit.c
|
||||
IncompatiblePciDeviceSupport\IncompatiblePciDeviceSupport.h
|
||||
IncompatiblePciDeviceSupport\IncompatiblePciDeviceSupport.c
|
||||
Legacy8259\Legacy8259.h
|
||||
Legacy8259\Legacy8259.c
|
||||
LegacyBios\LegacyBios.h
|
||||
LegacyBios\LegacyBios.c
|
||||
LegacyBiosPlatform\LegacyBiosPlatform.h
|
||||
LegacyBiosPlatform\LegacyBiosPlatform.c
|
||||
LegacyInterrupt\LegacyInterrupt.h
|
||||
LegacyInterrupt\LegacyInterrupt.c
|
||||
LegacyRegion\LegacyRegion.h
|
||||
LegacyRegion\LegacyRegion.c
|
||||
PciHostBridgeResourceAllocation\PciHostBridgeResourceAllocation.h
|
||||
PciHostBridgeResourceAllocation\PciHostBridgeResourceAllocation.c
|
||||
PciHotPlugInit\PciHotPlugInit.h
|
||||
PciHotPlugInit\PciHotPlugInit.c
|
||||
PciPlatform\PciPlatform.h
|
||||
PciPlatform\PciPlatform.c
|
||||
SectionExtraction\SectionExtraction.h
|
||||
SectionExtraction\SectionExtraction.c
|
||||
SecurityPolicy\SecurityPolicy.h
|
||||
SecurityPolicy\SecurityPolicy.c
|
||||
Smbus\Smbus.h
|
||||
Smbus\Smbus.c
|
||||
|
||||
[sources.ia32,sources.x64]
|
||||
SmmAccess\SmmAccess.h
|
||||
SmmAccess\SmmAccess.c
|
||||
SmmBase\SmmBase.h
|
||||
SmmBase\SmmBase.c
|
||||
SmmControl\SmmControl.h
|
||||
SmmControl\SmmControl.c
|
||||
SmmCpuState\SmmCpuState.h
|
||||
SmmCpuState\SmmCpuState.c
|
||||
SmmGpiDispatch\SmmGpiDispatch.h
|
||||
SmmGpiDispatch\SmmGpiDispatch.c
|
||||
SmmIchnDispatch\SmmIchnDispatch.h
|
||||
SmmIchnDispatch\SmmIchnDispatch.c
|
||||
SmmPeriodicTimerDispatch\SmmPeriodicTimerDispatch.h
|
||||
SmmPeriodicTimerDispatch\SmmPeriodicTimerDispatch.c
|
||||
SmmPowerButtonDispatch\SmmPowerButtonDispatch.h
|
||||
SmmPowerButtonDispatch\SmmPowerButtonDispatch.c
|
||||
SmmStandbyButtonDispatch\SmmStandbyButtonDispatch.h
|
||||
SmmStandbyButtonDispatch\SmmStandbyButtonDispatch.c
|
||||
SmmStatusCode\SmmStatusCode.h
|
||||
SmmStatusCode\SmmStatusCode.c
|
||||
SmmSwDispatch\SmmSwDispatch.h
|
||||
SmmSwDispatch\SmmSwDispatch.c
|
||||
SmmSxDispatch\SmmSxDispatch.h
|
||||
SmmSxDispatch\SmmSxDispatch.c
|
||||
SmmUsbDispatch\SmmUsbDispatch.h
|
||||
SmmUsbDispatch\SmmUsbDispatch.c
|
Reference in New Issue
Block a user