]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/KbcResetDxe/Reset.inf
KbcResetDxe: DuetPkg => PcAtChipsetPkg
[mirror_edk2.git] / PcAtChipsetPkg / KbcResetDxe / Reset.inf
diff --git a/PcAtChipsetPkg/KbcResetDxe/Reset.inf b/PcAtChipsetPkg/KbcResetDxe/Reset.inf
new file mode 100644 (file)
index 0000000..a1bcaeb
--- /dev/null
@@ -0,0 +1,51 @@
+#/*++\r
+# \r
+# Copyright (c) 2006 - 2008, 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
+#  Module Name:\r
+#    Reset.inf\r
+#\r
+#  Abstract:\r
+#\r
+#--*/\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = KbcReset\r
+  FILE_GUID                      = 6F0198AA-1F1D-426D-AE3E-39AB633FCC28\r
+  MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  EDK_RELEASE_VERSION            = 0x00020000\r
+  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+\r
+  ENTRY_POINT                    = InitializeReset\r
+\r
+[Packages]\r
+  DuetPkg/DuetPkg.dec\r
+  MdePkg/MdePkg.dec\r
+  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+\r
+[LibraryClasses]\r
+  DebugLib\r
+  UefiBootServicesTableLib\r
+  UefiDriverEntryPoint\r
+  IoLib\r
+\r
+[Sources.common]\r
+  Reset.c\r
+  Reset.h\r
+  ResetEntry.c\r
+\r
+[Protocols]\r
+  gEfiResetArchProtocolGuid\r
+\r
+[Depex]\r
+  gEfiCpuIoProtocolGuid\r
+\r
+\r