Last change
on this file since 108793 was 89983, checked in by vboxsync, 4 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.2 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Standalone MM driver instance of SmiHandlerProfile Library.
|
---|
3 | #
|
---|
4 | # This library instance provides real functionality for SmmChildDispatcher module.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
|
---|
7 | # Copyright (c) Microsoft Corporation.
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | #
|
---|
11 | #
|
---|
12 | ##
|
---|
13 |
|
---|
14 | [Defines]
|
---|
15 | INF_VERSION = 0x00010005
|
---|
16 | BASE_NAME = StandaloneMmSmiHandlerProfileLib
|
---|
17 | FILE_GUID = 1F2ED27B-A01D-4867-B993-9B710E5926C5
|
---|
18 | MODULE_TYPE = MM_STANDALONE
|
---|
19 | VERSION_STRING = 1.0
|
---|
20 | PI_SPECIFICATION_VERSION = 0x10000032
|
---|
21 | LIBRARY_CLASS = SmiHandlerProfileLib|MM_STANDALONE
|
---|
22 | CONSTRUCTOR = StandaloneMmSmiHandlerProfileLibConstructor
|
---|
23 |
|
---|
24 | #
|
---|
25 | # The following information is for reference only and not required by the build tools.
|
---|
26 | #
|
---|
27 | # VALID_ARCHITECTURES = IA32 X64
|
---|
28 | #
|
---|
29 |
|
---|
30 | [Sources]
|
---|
31 | MmSmiHandlerProfileLib.c
|
---|
32 | MmSmiHandlerProfileLib.h
|
---|
33 | StandaloneMmSmiHandlerProfileLib.c
|
---|
34 |
|
---|
35 | [Packages]
|
---|
36 | MdePkg/MdePkg.dec
|
---|
37 | MdeModulePkg/MdeModulePkg.dec
|
---|
38 |
|
---|
39 | [LibraryClasses]
|
---|
40 | MmServicesTableLib
|
---|
41 |
|
---|
42 | [Guids]
|
---|
43 | gSmiHandlerProfileGuid ## CONSUMES ## GUID # Locate protocol
|
---|
44 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.