]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/ReadOnlyVariable2OnReadOnlyVariableThunk.inf
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / ReadOnlyVariable2OnReadOnlyVariableThunk / ReadOnlyVariable2OnReadOnlyVariableThunk.inf
diff --git a/EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/ReadOnlyVariable2OnReadOnlyVariableThunk.inf b/EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/ReadOnlyVariable2OnReadOnlyVariableThunk.inf
deleted file mode 100644 (file)
index c041665..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-## @file\r
-# Module produce EFI_PEI_READ_ONLY_VARIABLE2_PPI on top of EFI_PEI_READ_ONLY_VARIABLE_PPI .\r
-#\r
-# UEFI PI Spec supersedes Intel's Framework Specs. \r
-# EFI_PEI_READ_ONLY_VARIABLE_PPI defined in Intel Framework Pkg is replaced by EFI_PEI_READ_ONLY_VARIABLE2_PPI\r
-# in MdePkg.\r
-# This module produces EFI_PEI_READ_ONLY_VARIABLE2_PPI on top of EFI_PEI_READ_ONLY_VARIABLE_PPI . \r
-# This module is used on platform when both of these two conditions are true:\r
-# 1) Framework module produces EFI_PEI_READ_ONLY_VARIABLE_PPI is present.\r
-# 2) The platform has PI modules that consumes EFI_PEI_READ_ONLY_VARIABLE2_PPI.\r
-#\r
-# This module can't be used together with ReadOnlyVariableOnReadOnlyVariable2Thunk module.\r
-#\r
-#\r
-# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = ReadOnlyVariable2OnReadOnlyVariableThunk\r
-  FILE_GUID                      = 950216A2-A621-479c-A13D-2990617BDFE7\r
-  MODULE_TYPE                    = PEIM\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = PeimInitializeReadOnlyVariable2\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-\r
-[Sources]\r
-  ReadOnlyVariable2OnReadOnlyVariableThunk.c\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-\r
-[LibraryClasses]\r
-  PeimEntryPoint\r
-  PeiServicesLib\r
-  PeiServicesTablePointerLib\r
-  DebugLib\r
-\r
-[Ppis]\r
-  gEfiPeiReadOnlyVariablePpiGuid                 # PPI ALWAYS_CONSUMED\r
-  gEfiPeiReadOnlyVariable2PpiGuid                # PPI ALWAYS_PRODUCED\r
-\r
-[Depex]\r
-  gEfiPeiReadOnlyVariablePpiGuid\r