]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/DataHubGenDxe/DataHubGen.inf
Retire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid,
[mirror_edk2.git] / DuetPkg / DataHubGenDxe / DataHubGen.inf
CommitLineData
ca162103 1#/*++\r
2#\r
3# Copyright (c) 2006 - 2007, Intel Corporation \r
4# All rights reserved. This program and the accompanying materials \r
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# DataHubGen.inf\r
15#\r
16# Abstract:\r
17#\r
18# Component description file for DataHubGen module.\r
19#\r
bbef2ffb 20#--*/\r
ca162103 21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = DataHubGenDxe\r
25 FILE_GUID = 0021001C-3CE3-41f8-99C6-ECF5DA754731\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30 ENTRY_POINT = DataHubGenEntrypoint\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
f5f96570 34 MdeModulePkg/MdeModulePkg.dec\r
ca162103 35 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
36 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 UefiLib\r
40 HobLib\r
41 UefiBootServicesTableLib\r
42 BaseMemoryLib\r
43 MemoryAllocationLib\r
44 UefiDriverEntryPoint\r
45 BaseLib\r
91aac0e4 46 HiiLib\r
ca162103 47 \r
48[Sources.common]\r
49 DataHubGen.c\r
50 DataHubGen.h\r
51 DataHubGenStrings.uni\r
52\r
53[Guids.common]\r
54 gEfiProcessorSubClassGuid\r
ca162103 55 gEfiMiscSubClassGuid\r
ca162103 56 gEfiSmbiosTableGuid\r
ca162103 57 gEfiMemorySubClassGuid\r
ca162103 58\r
9aa08808 59[Protocols]\r
60 gEfiHiiDatabaseProtocolGuid\r
bbef2ffb 61 gEfiDataHubProtocolGuid\r
62 gEfiHiiProtocolGuid\r
63 \r
ca162103 64[Depex]\r
3eb90413 65 gEfiDataHubProtocolGuid AND gEfiHiiDatabaseProtocolGuid\r
66\r