]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
Check in driver to produce CPU I/O 2 Protocol for IA32 and X64 architecture.
[mirror_edk2.git] / UefiCpuPkg / CpuIo2Dxe / CpuIo2Dxe.inf
diff --git a/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf b/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
new file mode 100644 (file)
index 0000000..c026b6c
--- /dev/null
@@ -0,0 +1,50 @@
+#/** @file\r
+#  Produces the CPU I/O 2 Protocol.\r
+#\r
+#  This DXE driver produces of the CPU I/O 2 Protocol, as introduced by PI 1.2.\r
+#\r
+# Copyright (c) 2009, Intel Corporation\r
+# All rights reserved. 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
+#                                                                                           \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
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = CpuIo2Dxe\r
+  FILE_GUID                      = A19B1FE7-C1BC-49F8-875F-54A5D542443F\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+\r
+  ENTRY_POINT                    = CpuIo2Initialize\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
+#\r
+\r
+[Sources.common]\r
+  CpuIo2Dxe.h\r
+  CpuIo2Dxe.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiBootServicesTableLib\r
+  UefiDriverEntryPoint\r
+  IoLib\r
+  DebugLib\r
+\r
+\r
+[Protocols]\r
+  gEfiCpuIo2ProtocolGuid                         ## PRODUCES\r
+\r
+[Depex]\r
+  TRUE\r
+\r