summaryrefslogtreecommitdiff
path: root/MdePkg/Library/PeiPiLib/PeiPiLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/PeiPiLib/PeiPiLib.inf')
-rw-r--r--MdePkg/Library/PeiPiLib/PeiPiLib.inf48
1 files changed, 0 insertions, 48 deletions
diff --git a/MdePkg/Library/PeiPiLib/PeiPiLib.inf b/MdePkg/Library/PeiPiLib/PeiPiLib.inf
deleted file mode 100644
index 3165bba937..0000000000
--- a/MdePkg/Library/PeiPiLib/PeiPiLib.inf
+++ /dev/null
@@ -1,48 +0,0 @@
-#/** @file
-# Instance of PI Library for PEI phase.
-#
-# Copyright (c) 2007 - 2008, 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.
-#
-#
-#**/
-
-[Defines]
- INF_VERSION = 0x00010005
- BASE_NAME = PeiPiLib
- FILE_GUID = 6196FE81-4FA4-469a-B759-2C4DFE935B79
- MODULE_TYPE = PEIM
- VERSION_STRING = 1.0
- LIBRARY_CLASS = PeiPiLib|PEIM PEI_CORE
- EDK_RELEASE_VERSION = 0x00020000
-
-
-#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
-#
-
-[Sources.common]
- PeiPiLib.c
-
-[Packages]
- MdePkg/MdePkg.dec
-
-
-[LibraryClasses]
- MemoryAllocationLib
- DebugLib
-
-[Guids]
- gEfiFirmwareFileSystem2Guid
-
-[Ppis]
- gEfiPeiFirmwareVolumeInfoPpiGuid
-
-
-