]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
Add module that produces the SMM CPU I/O 2 Protocol
[mirror_edk2.git] / UefiCpuPkg / CpuIo2Smm / CpuIo2Smm.inf
CommitLineData
173eeac9 1#/** @file\r
2# Component description file for CPU I/O SMM Driver.\r
3#\r
4# Copyright (c) 2009 - 2010, Intel Corporation.\r
5#\r
6# All rights reserved.\r
7# This software and associated documentation (if any) is furnished\r
8# under a license and may only be used or copied in accordance\r
9# with the terms of the license. Except as permitted by such\r
10# license, no part of this software or documentation may be\r
11# reproduced, stored in a retrieval system, or transmitted in any\r
12# form or by any means without the express written consent of\r
13# Intel Corporation.\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = CpuIo2Smm\r
21 FILE_GUID = A47EE2D8-F60E-42fd-8E58-7BD65EE4C29B\r
22 MODULE_TYPE = DXE_SMM_DRIVER\r
23 VERSION_STRING = 1.0\r
24 PI_SPECIFICATION_VERSION = 0x0001000A\r
25 ENTRY_POINT = SmmCpuIo2Initialize\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 \r
31#\r
32\r
33[Sources]\r
34 CpuIo2Smm.c\r
35 \r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39[LibraryClasses]\r
40 UefiDriverEntryPoint\r
41 BaseLib\r
42 DebugLib\r
43 IoLib\r
44 SmmServicesTableLib\r
45 BaseMemoryLib\r
46 \r
47[Protocols]\r
48 gEfiSmmCpuIo2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
49\r
50[Depex]\r
51 TRUE\r