summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.inf
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-12-22 18:18:10 +0800
committerGuo Mang <mang.guo@intel.com>2016-12-26 19:14:57 +0800
commitd46cb36f923aecd04fbedc29a26d9d42637583d3 (patch)
tree4741b26dfd85d286beb3f193570ba87beae2de0d /EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.inf
parentd0deab742dccc1c658956123d0f105042de3ea1b (diff)
downloadedk2-platforms-d46cb36f923aecd04fbedc29a26d9d42637583d3.tar.xz
EdkCompatibilityPkg: Remove unused Package
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.inf')
-rw-r--r--EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.inf56
1 files changed, 0 insertions, 56 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.inf b/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.inf
deleted file mode 100644
index a0506c15eb..0000000000
--- a/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.inf
+++ /dev/null
@@ -1,56 +0,0 @@
-## @file
-# Module produce Framework's EFI_PEI_FV_FILE_LOADER_PPI top of EFI_PEI_LOAD_FILE_PPI.
-#
-# UEFI PI Spec supersedes Intel's Framework Specs.
-# EFI_PEI_FV_FILE_LOADER_PPI defined in Intel Framework Pkg is replaced by EFI_PEI_LOAD_FILE_PPI
-# in MdePkg.
-# This module produces EFI_PEI_FV_FILE_LOADER_PPI on top of EFI_PEI_LOAD_FILE_PPI .
-# This module is used on platform when both of these two conditions are true:
-# 1) Framework module consumes EFI_PEI_FV_FILE_LOADER_PPI is present.
-# 2) The platform has PI modules that produce EFI_PEI_LOAD_FILE_PPI.
-#
-# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
-#
-# 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 = FvFileLoaderOnLoadFileThunk
- FILE_GUID = 6CDDBF28-89AC-4e01-9692-616B8A1009C8
- MODULE_TYPE = PEIM
- VERSION_STRING = 1.0
-
- ENTRY_POINT = InitPeim
-
-#
-# The following information is for reference only and not required by the build tools.
-#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
-#
-
-[Sources]
- FvFileLoaderOnLoadFileThunk.c
-
-[Packages]
- MdePkg/MdePkg.dec
- IntelFrameworkPkg/IntelFrameworkPkg.dec
-
-[LibraryClasses]
- PeimEntryPoint
- PeiServicesLib
- DebugLib
-
-[Ppis]
- gEfiPeiLoadFilePpiGuid #ALWAYS_CONSUME
- gEfiPeiFvFileLoaderPpiGuid #ALWAYS_PRODUCE
-
-[Depex]
- gEfiPeiLoadFilePpiGuid