]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/FSVariable/FSVariable.inf
DuetPkg: Remove DuetPkg
[mirror_edk2.git] / DuetPkg / FSVariable / FSVariable.inf
diff --git a/DuetPkg/FSVariable/FSVariable.inf b/DuetPkg/FSVariable/FSVariable.inf
deleted file mode 100644 (file)
index ad9037a..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-## @file\r
-#\r
-# Caution: This file is used for Duet platform only, do not use them in real platform.\r
-# All variable code, variable metadata, and variable data used by Duet platform are on \r
-# disk. They can be changed by user. BIOS is not able to protoect those.\r
-# Duet trusts all meta data from disk. If variable code, variable metadata and variable\r
-# data is modified in inproper way, the behavior is undefined.\r
-#\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\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
-#                                                                                           \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
-#  Module Name:\r
-#\r
-#   FSVariable.inf\r
-#\r
-#  Abstract:\r
-#\r
-#    Component description file for variable module\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = FSVariable\r
-  FILE_GUID                      = A36495C1-C205-414e-B71F-4BE3476D699C\r
-  MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = VariableServiceInitialize\r
-  \r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  DuetPkg/DuetPkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-\r
-[Sources]\r
-  FSVariable.h\r
-  VariableStorage.h\r
-  FSVariable.c\r
-  FileStorage.c\r
-  MemStorage.c\r
-\r
-[LibraryClasses]\r
-  PcdLib\r
-  BaseMemoryLib\r
-  BaseLib\r
-  UefiBootServicesTableLib\r
-  UefiRuntimeLib\r
-  DebugLib\r
-  UefiLib\r
-  HobLib\r
-  DxeServicesTableLib\r
-  DevicePathLib\r
-  UefiDriverEntryPoint\r
-  MemoryAllocationLib\r
-\r
-[Guids]\r
-  gEfiFlashMapHobGuid\r
-  gEfiVariableGuid\r
-  gEfiGlobalVariableGuid                        ## PRODUCES ## Variable Guid\r
-  \r
-[Protocols]\r
-  gEfiVariableArchProtocolGuid\r
-  gEfiVariableWriteArchProtocolGuid\r
-  gEfiSimpleFileSystemProtocolGuid\r
-  gEfiBlockIoProtocolGuid\r
-\r
-[Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize\r
-\r
-[Depex]\r
-  TRUE\r