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