]> 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 d8549f9fa372775d9164ef13e3cd035e6f9fb651..d7c98f67c04aadfaaf6bf037f757eb879863422e 100644 (file)
@@ -1,23 +1,20 @@
-#/** @file\r
-# Component description file for CPU I/O SMM Driver.\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.\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
-#  All rights reserved.\r
-#  This software and associated documentation (if any) is furnished\r
-#  under a license and may only be used or copied in accordance\r
-#  with the terms of the license. Except as permitted by such\r
-#  license, no part of this software or documentation may be\r
-#  reproduced, stored in a retrieval system, or transmitted in any\r
-#  form or by any means without the express written consent of\r
-#  Intel Corporation.\r
-#\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
@@ -32,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