]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
UefiCpuPkg/CpuDxe: Enable protection for newly added page table
[mirror_edk2.git] / UefiCpuPkg / CpuIo2Smm / CpuIo2Smm.inf
index b0d83ec16c1e692754db2d85bf07c0f4643ac6d4..d7c98f67c04aadfaaf6bf037f757eb879863422e 100644 (file)
@@ -1,19 +1,20 @@
-#/** @file\r
-#  Module that produces the SMM CPU I/O 2 Protocol using the services of the I/O Library\r
+## @file\r
+#  Produces the SMM CPU I/O 2 Protocol by using the services of the I/O Library.  \r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation.  <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = CpuIo2Smm\r
+  MODULE_UNI_FILE                = CpuIo2Smm.uni\r
   FILE_GUID                      = A47EE2D8-F60E-42fd-8E58-7BD65EE4C29B\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -28,6 +29,7 @@
 \r
 [Sources]\r
   CpuIo2Smm.c\r
+  CpuIo2Smm.h\r
   \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   BaseMemoryLib\r
   \r
 [Protocols]\r
-  gEfiSmmCpuIo2ProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSmmCpuIo2ProtocolGuid                   ## PRODUCES\r
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CpuIo2SmmExtra.uni\r