]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / UefiCpuPkg / CpuIo2Smm / CpuIo2Smm.inf
index b897500ff0222794a11a42e2408c590a0dc08570..4e230fc490bb8be1f5fec750700f40fe9653d893 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
-#  Module that produces the SMM CPU I/O 2 Protocol using the services of the I/O Library\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 - 2018, 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
@@ -14,6 +14,7 @@
 [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
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 \r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
   CpuIo2Smm.c\r
-  \r
+  CpuIo2Smm.h\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
   IoLib\r
   SmmServicesTableLib\r
   BaseMemoryLib\r
-  \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