]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/SmbiosGenDxe/SmbiosGen.inf
DuetPkg: Remove DuetPkg
[mirror_edk2.git] / DuetPkg / SmbiosGenDxe / SmbiosGen.inf
diff --git a/DuetPkg/SmbiosGenDxe/SmbiosGen.inf b/DuetPkg/SmbiosGenDxe/SmbiosGen.inf
deleted file mode 100644 (file)
index c8568da..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-## @file\r
-#\r
-# Copyright (c) 2009 - 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
-#    SmbiosGen.inf\r
-#\r
-#  Abstract:\r
-#\r
-#    Component description file for SmbiosGen module.\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = SmbiosGenDxe\r
-  FILE_GUID                      = A17F4A89-5F19-444f-B7BE-48195E0575DB\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = SmbiosGenEntrypoint\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-\r
-[LibraryClasses]\r
-  UefiLib\r
-  HobLib\r
-  UefiBootServicesTableLib\r
-  BaseMemoryLib\r
-  MemoryAllocationLib\r
-  UefiDriverEntryPoint\r
-  BaseLib\r
-  HiiLib\r
-  UefiHiiServicesLib\r
-  \r
-[Sources]\r
-  SmbiosGen.c\r
-  SmbiosGen.h\r
-  SmbiosGenStrings.uni\r
-\r
-[Guids]\r
-  gEfiSmbiosTableGuid\r
-\r
-[Protocols]\r
-  gEfiHiiDatabaseProtocolGuid\r
-  gEfiSmbiosProtocolGuid\r
-  gEfiHiiProtocolGuid\r
-  \r
-[Depex]\r
-  gEfiSmbiosProtocolGuid AND gEfiHiiDatabaseProtocolGuid\r
-\r