summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'EDK/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf')
-rw-r--r--EDK/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf117
1 files changed, 117 insertions, 0 deletions
diff --git a/EDK/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf b/EDK/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
new file mode 100644
index 0000000..2e1b3e6
--- /dev/null
+++ b/EDK/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
@@ -0,0 +1,117 @@
+#/*++
+#
+# 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]
+C_STD_INCLUDE=
+
+[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
+ ExitPmAuth\ExitPmAuth.h
+ ExitPmAuth\ExitPmAuth.c
+ FirmwareVolume\FirmwareVolume.h
+ FirmwareVolume\FirmwareVolume.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 \ No newline at end of file