]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
BaseTools: FdfParser and FdfParserLite share reg exp
[mirror_edk2.git] / UefiCpuPkg / CpuIo2Dxe / CpuIo2Dxe.inf
index be9c21f6c1e03b007677a8d2c87d1b0aabbd2a36..55036622ca7bdf482f6cc7339fe76562d92984c3 100644 (file)
@@ -1,10 +1,10 @@
-#/** @file\r
-#  Produces the CPU I/O 2 Protocol.\r
+## @file\r
+#  Produces the CPU I/O 2 Protocol by using the services of the I/O Library.\r
 #\r
-#  This DXE driver produces of the CPU I/O 2 Protocol, as introduced by PI 1.2.\r
+# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\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                      = CpuIo2Dxe\r
+  MODULE_UNI_FILE                = CpuIo2Dxe.uni\r
   FILE_GUID                      = A19B1FE7-C1BC-49F8-875F-54A5D542443F\r
   MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0  \r
   ENTRY_POINT                    = CpuIo2Initialize\r
 \r
 #\r
@@ -29,6 +31,7 @@
 \r
 [Sources]\r
   CpuIo2Dxe.c\r
+  CpuIo2Dxe.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -45,3 +48,6 @@
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CpuIo2DxeExtra.uni\r