]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
63e67880fa4a68bba43936231626a792a6a47a87
[mirror_edk2.git] / IntelFrameworkPkg / Library / DxeSmmDriverEntryPoint / DxeSmmDriverEntryPoint.inf
1 ## @file
2 # Framework SMM driver entry point library.
3 #
4 # Register driver in SMRAM and wrapper driver's library constructors and entry point.
5 #
6 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = DxeSmmDriverEntryPoint
16 MODULE_UNI_FILE = DxeSmmDriverEntryPoint.uni
17 FILE_GUID = 79C5C7B7-1083-42a6-AD15-2A4E7C4274D7
18 MODULE_TYPE = DXE_SMM_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = UefiDriverEntryPoint|DXE_SMM_DRIVER
21
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64
27 #
28
29 [Sources]
30 DriverEntryPoint.c
31
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 IntelFrameworkPkg/IntelFrameworkPkg.dec
36
37
38 [LibraryClasses]
39 DebugLib
40 UefiBootServicesTableLib
41 DevicePathLib
42
43 [Protocols]
44 gEfiLoadedImageProtocolGuid ## CONSUMES
45 gEfiSmmBaseProtocolGuid ## CONSUMES
46 gEfiDevicePathProtocolGuid ## CONSUMES
47
48 [Depex]
49 gEfiSmmBaseProtocolGuid
50