]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[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
79e4f2a5 4# Copyright (c) 2012, Apple Inc. All rights reserved.\r
63f9b9b9 5# Portions copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6#\r
e3ba31da 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
63f9b9b9 8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = PlatformSmbiosDxe\r
15 FILE_GUID = 67FA951E-4FA2-9F4E-A658-4DBD954AC22E\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = PlatfomrSmbiosDriverEntryPoint\r
19\r
20\r
21[Sources]\r
22 SmbiosTable.c\r
23 PlatformSmbiosDxe.c\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 MdeModulePkg/MdeModulePkg.dec\r
28 EmulatorPkg/EmulatorPkg.dec\r
29\r
30[LibraryClasses]\r
31 UefiDriverEntryPoint\r
32 BaseLib\r
33 BaseMemoryLib\r
34 DebugLib\r
35 PcdLib\r
36 MemoryAllocationLib\r
37 UefiBootServicesTableLib\r
38 UefiLib\r
39 HobLib\r
40 SmbiosLib\r
41\r
42[Pcd]\r
43 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString\r
44 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
45 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
46 gEmulatorPkgTokenSpaceGuid.PcdEmuMemorySize\r
47 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareFdSize\r
48\r
49[Depex]\r
79e4f2a5 50 TRUE\r