]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.inf
EdkCompatibilityPkg: Fix some typos of "according"
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / DxeSmmReadyToLockOnExitPmAuthThunk / DxeSmmReadyToLockOnExitPmAuthThunk.inf
1 ## @file
2 # Component description file for DxeSmmReadyToLock Protocol on
3 # ExitPmAuth Protocol Thunk driver.
4 #
5 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions
9 # of the BSD License which accompanies this distribution. The
10 # full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = DxeSmmReadyToLockOnExitPmAuthThunk
21 FILE_GUID = 82ECEE48-9571-4427-8485-85A5A45A0F39
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = DxeSmmReadyToLockMain
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64
30 #
31
32 [Sources]
33 DxeSmmReadyToLockOnExitPmAuthThunk.c
34 DxeSmmReadyToLockOnExitPmAuthThunk.h
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 EdkCompatibilityPkg/EdkCompatibilityPkg.dec
39 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
40
41 [LibraryClasses]
42 UefiDriverEntryPoint
43 UefiBootServicesTableLib
44 DebugLib
45 UefiLib
46
47 [Protocols]
48 gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_PRODUCED
49 gExitPmAuthProtocolGuid # PROTOCOL ALWAYS_CONSUMED
50
51 [Depex]
52 TRUE