Last change
on this file since 108793 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | #
|
---|
3 | # A hook-in library for MdeModulePkg/Universal/SmbiosDxe, in order to set
|
---|
4 | # gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion (and possibly other PCDs)
|
---|
5 | # just before SmbiosDxe consumes them.
|
---|
6 | #
|
---|
7 | # Copyright (C) 2013, 2015, Red Hat, Inc.
|
---|
8 | # Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>
|
---|
9 | #
|
---|
10 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
11 | #
|
---|
12 | ##
|
---|
13 |
|
---|
14 | [Defines]
|
---|
15 | INF_VERSION = 0x00010005
|
---|
16 | BASE_NAME = DetectSmbiosVersionLib
|
---|
17 | FILE_GUID = 6c633bb2-ae33-49ae-9f89-b5aa999fe3ae
|
---|
18 | MODULE_TYPE = BASE
|
---|
19 | VERSION_STRING = 1.0
|
---|
20 | LIBRARY_CLASS = SmbiosVersionLib|DXE_DRIVER
|
---|
21 | CONSTRUCTOR = DetectSmbiosVersion
|
---|
22 |
|
---|
23 | #
|
---|
24 | # The following information is for reference only and not required by the build
|
---|
25 | # tools.
|
---|
26 | #
|
---|
27 | # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
|
---|
28 | #
|
---|
29 |
|
---|
30 | [Sources]
|
---|
31 | DetectSmbiosVersionLib.c
|
---|
32 |
|
---|
33 | [Packages]
|
---|
34 | MdePkg/MdePkg.dec
|
---|
35 | MdeModulePkg/MdeModulePkg.dec
|
---|
36 | OvmfPkg/OvmfPkg.dec
|
---|
37 |
|
---|
38 | [LibraryClasses]
|
---|
39 | BaseMemoryLib
|
---|
40 | DebugLib
|
---|
41 | PcdLib
|
---|
42 | QemuFwCfgLib
|
---|
43 |
|
---|
44 | [Pcd]
|
---|
45 | gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion
|
---|
46 | gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev
|
---|
47 | gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated
|
---|
Note:
See
TracBrowser
for help on using the repository browser.