]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf
IntelFrameworkModulePkg FwVolDxe: Get FV auth status propagated from PEI
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / CpuIoDxe / CpuIoDxe.inf
index 93d63ca755d54833c91081931aa30f16b7a28b20..368fa75bbb14e9a51f53556c886cebf9901c46ed 100644 (file)
@@ -1,19 +1,20 @@
-#/** @file\r
+## @file\r
 #  Module that produces the Framework CPU I/O Protocol using the services of the I/O Library\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation.  <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 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                      = CpuIoDxe\r
+  MODULE_UNI_FILE                = CpuIoDxe.uni\r
   FILE_GUID                      = BAE7599F-3C6B-43b7-BDF0-9CE07AA91AA6\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -27,6 +28,7 @@
 \r
 [Sources]\r
   CpuIo.c\r
+  CpuIo.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   UefiBootServicesTableLib\r
 \r
 [Protocols]\r
-  gEfiCpuIoProtocolGuid                         # PROTOCOL SOMETIMES_PRODUCED\r
+  gEfiCpuIoProtocolGuid                         ## PRODUCES\r
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CpuIoDxeExtra.uni\r