2 # Framework SMM driver entry point library.
\r
4 # Register driver in SMRAM and wrapper driver's library constructors and entry point.
\r
6 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
\r
8 # This program and the accompanying materials
\r
9 # are licensed and made available under the terms and conditions of the BSD License
\r
10 # which accompanies this distribution. The full text of the license may be found at
\r
11 # http://opensource.org/licenses/bsd-license.php
\r
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
\r
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
\r
19 INF_VERSION = 0x00010005
\r
20 BASE_NAME = DxeSmmDriverEntryPoint
\r
21 MODULE_UNI_FILE = DxeSmmDriverEntryPoint.uni
\r
22 FILE_GUID = 79C5C7B7-1083-42a6-AD15-2A4E7C4274D7
\r
23 MODULE_TYPE = DXE_SMM_DRIVER
\r
24 VERSION_STRING = 1.0
\r
25 LIBRARY_CLASS = UefiDriverEntryPoint|DXE_SMM_DRIVER
\r
29 # The following information is for reference only and not required by the build tools.
\r
31 # VALID_ARCHITECTURES = IA32 X64
\r
40 IntelFrameworkPkg/IntelFrameworkPkg.dec
\r
45 UefiBootServicesTableLib
\r
49 gEfiLoadedImageProtocolGuid ## CONSUMES
\r
50 gEfiSmmBaseProtocolGuid ## CONSUMES
\r
51 gEfiDevicePathProtocolGuid ## CONSUMES
\r
54 gEfiSmmBaseProtocolGuid
\r