summaryrefslogtreecommitdiff
path: root/DuetPkg/SmbiosGenDxe/SmbiosGen.inf
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-12-22 18:17:10 +0800
committerGuo Mang <mang.guo@intel.com>2016-12-26 19:14:56 +0800
commitd0deab742dccc1c658956123d0f105042de3ea1b (patch)
treee143632835ef900af7b1d2f75186030720ce86ec /DuetPkg/SmbiosGenDxe/SmbiosGen.inf
parent8feaa8cc72bcae5637f088d16fcd40b7fed89e24 (diff)
downloadedk2-platforms-d0deab742dccc1c658956123d0f105042de3ea1b.tar.xz
DuetPkg: Remove unused Package
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'DuetPkg/SmbiosGenDxe/SmbiosGen.inf')
-rw-r--r--DuetPkg/SmbiosGenDxe/SmbiosGen.inf61
1 files changed, 0 insertions, 61 deletions
diff --git a/DuetPkg/SmbiosGenDxe/SmbiosGen.inf b/DuetPkg/SmbiosGenDxe/SmbiosGen.inf
deleted file mode 100644
index c8568dabe4..0000000000
--- a/DuetPkg/SmbiosGenDxe/SmbiosGen.inf
+++ /dev/null
@@ -1,61 +0,0 @@
-## @file
-#
-# Copyright (c) 2009 - 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.
-#
-# Module Name:
-#
-# SmbiosGen.inf
-#
-# Abstract:
-#
-# Component description file for SmbiosGen module.
-#
-##
-
-[Defines]
- INF_VERSION = 0x00010005
- BASE_NAME = SmbiosGenDxe
- FILE_GUID = A17F4A89-5F19-444f-B7BE-48195E0575DB
- MODULE_TYPE = DXE_DRIVER
- VERSION_STRING = 1.0
- ENTRY_POINT = SmbiosGenEntrypoint
-
-[Packages]
- MdePkg/MdePkg.dec
- MdeModulePkg/MdeModulePkg.dec
- IntelFrameworkPkg/IntelFrameworkPkg.dec
-
-[LibraryClasses]
- UefiLib
- HobLib
- UefiBootServicesTableLib
- BaseMemoryLib
- MemoryAllocationLib
- UefiDriverEntryPoint
- BaseLib
- HiiLib
- UefiHiiServicesLib
-
-[Sources]
- SmbiosGen.c
- SmbiosGen.h
- SmbiosGenStrings.uni
-
-[Guids]
- gEfiSmbiosTableGuid
-
-[Protocols]
- gEfiHiiDatabaseProtocolGuid
- gEfiSmbiosProtocolGuid
- gEfiHiiProtocolGuid
-
-[Depex]
- gEfiSmbiosProtocolGuid AND gEfiHiiDatabaseProtocolGuid
-