]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
MdeModulePkg-DxeCore: rename CoreGetMemoryMapPropertiesTable
[mirror_edk2.git] / EmulatorPkg / PlatformSmbiosDxe / PlatformSmbiosDxe.inf
CommitLineData
63f9b9b9 1## @file\r
2# Platform SMBIOS driver that fills in SMBIOS table entries.\r
3#\r
4# Copyright (c) 2012, Apple Inc. All rights reserved. \r
5# Portions copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PlatformSmbiosDxe\r
20 FILE_GUID = 67FA951E-4FA2-9F4E-A658-4DBD954AC22E\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = PlatfomrSmbiosDriverEntryPoint\r
24\r
25\r
26[Sources]\r
27 SmbiosTable.c\r
28 PlatformSmbiosDxe.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33 EmulatorPkg/EmulatorPkg.dec\r
34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 BaseLib\r
38 BaseMemoryLib\r
39 DebugLib\r
40 PcdLib\r
41 MemoryAllocationLib\r
42 UefiBootServicesTableLib\r
43 UefiLib\r
44 HobLib\r
45 SmbiosLib\r
46\r
47[Pcd]\r
48 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString\r
49 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
50 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
51 gEmulatorPkgTokenSpaceGuid.PcdEmuMemorySize\r
52 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareFdSize\r
53\r
54[Depex]\r
55 TRUE