]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/SmbiosGenDxe/SmbiosGen.inf
DuetPkg: Fix GCC error to avoid the duplicated global variable in SmbiosGenDxe
[mirror_edk2.git] / DuetPkg / SmbiosGenDxe / SmbiosGen.inf
CommitLineData
6bfbb5f0 1## @file\r
21020c7c 2#\r
b1f700a8
HT
3# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials \r
21020c7c 5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11# \r
12# Module Name:\r
13#\r
14# SmbiosGen.inf\r
15#\r
16# Abstract:\r
17#\r
18# Component description file for SmbiosGen module.\r
19#\r
6bfbb5f0 20##\r
21020c7c 21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = SmbiosGenDxe\r
5009ddf9 25 FILE_GUID = A17F4A89-5F19-444f-B7BE-48195E0575DB\r
21020c7c 26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
21020c7c 28 ENTRY_POINT = SmbiosGenEntrypoint\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
21020c7c 34\r
35[LibraryClasses]\r
36 UefiLib\r
37 HobLib\r
38 UefiBootServicesTableLib\r
39 BaseMemoryLib\r
40 MemoryAllocationLib\r
41 UefiDriverEntryPoint\r
42 BaseLib\r
43 HiiLib\r
bd6bb560 44 UefiHiiServicesLib\r
21020c7c 45 \r
6bfbb5f0 46[Sources]\r
21020c7c 47 SmbiosGen.c\r
48 SmbiosGen.h\r
49 SmbiosGenStrings.uni\r
50\r
6bfbb5f0 51[Guids]\r
21020c7c 52 gEfiSmbiosTableGuid\r
53\r
54[Protocols]\r
55 gEfiHiiDatabaseProtocolGuid\r
56 gEfiSmbiosProtocolGuid\r
57 gEfiHiiProtocolGuid\r
58 \r
59[Depex]\r
60 gEfiSmbiosProtocolGuid AND gEfiHiiDatabaseProtocolGuid\r
61\r