X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FCpuIo2Smm%2FCpuIo2Smm.inf;h=d7c98f67c04aadfaaf6bf037f757eb879863422e;hp=d8549f9fa372775d9164ef13e3cd035e6f9fb651;hb=147fd35c3e389ecd025dbfd243312bf5b22da7c9;hpb=173eeac9eb8f1e22cd1d5b714ae03abf59e85a94 diff --git a/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf b/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf index d8549f9fa3..d7c98f67c0 100644 --- a/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf +++ b/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf @@ -1,23 +1,20 @@ -#/** @file -# Component description file for CPU I/O SMM Driver. +## @file +# Produces the SMM CPU I/O 2 Protocol by using the services of the I/O Library. # -# Copyright (c) 2009 - 2010, Intel Corporation. +# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
+# This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -# All rights reserved. -# This software and associated documentation (if any) is furnished -# under a license and may only be used or copied in accordance -# with the terms of the license. Except as permitted by such -# license, no part of this software or documentation may be -# reproduced, stored in a retrieval system, or transmitted in any -# form or by any means without the express written consent of -# Intel Corporation. -# -# -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = CpuIo2Smm + MODULE_UNI_FILE = CpuIo2Smm.uni FILE_GUID = A47EE2D8-F60E-42fd-8E58-7BD65EE4C29B MODULE_TYPE = DXE_SMM_DRIVER VERSION_STRING = 1.0 @@ -32,6 +29,7 @@ [Sources] CpuIo2Smm.c + CpuIo2Smm.h [Packages] MdePkg/MdePkg.dec @@ -45,7 +43,10 @@ BaseMemoryLib [Protocols] - gEfiSmmCpuIo2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiSmmCpuIo2ProtocolGuid ## PRODUCES [Depex] TRUE + +[UserExtensions.TianoCore."ExtraFiles"] + CpuIo2SmmExtra.uni