Last change
on this file was 89983, checked in by vboxsync, 3 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Produces the SMM CPU I/O 2 Protocol by using the services of the I/O Library.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010005
|
---|
11 | BASE_NAME = CpuIo2Smm
|
---|
12 | MODULE_UNI_FILE = CpuIo2Smm.uni
|
---|
13 | FILE_GUID = A47EE2D8-F60E-42fd-8E58-7BD65EE4C29B
|
---|
14 | MODULE_TYPE = DXE_SMM_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | PI_SPECIFICATION_VERSION = 0x0001000A
|
---|
17 | ENTRY_POINT = SmmCpuIo2Initialize
|
---|
18 |
|
---|
19 | #
|
---|
20 | # The following information is for reference only and not required by the build tools.
|
---|
21 | #
|
---|
22 | # VALID_ARCHITECTURES = IA32 X64
|
---|
23 | #
|
---|
24 |
|
---|
25 | [Sources]
|
---|
26 | CpuIo2Smm.c
|
---|
27 | CpuIo2Mm.c
|
---|
28 | CpuIo2Mm.h
|
---|
29 |
|
---|
30 | [Packages]
|
---|
31 | MdePkg/MdePkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | UefiDriverEntryPoint
|
---|
35 | BaseLib
|
---|
36 | DebugLib
|
---|
37 | IoLib
|
---|
38 | MmServicesTableLib
|
---|
39 | BaseMemoryLib
|
---|
40 |
|
---|
41 | [Protocols]
|
---|
42 | gEfiSmmCpuIo2ProtocolGuid ## PRODUCES
|
---|
43 |
|
---|
44 | [Depex]
|
---|
45 | TRUE
|
---|
46 |
|
---|
47 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
48 | CpuIo2SmmExtra.uni
|
---|
Note:
See
TracBrowser
for help on using the repository browser.