]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/KbcResetDxe/Reset.inf
PcAtChipsetPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / PcAtChipsetPkg / KbcResetDxe / Reset.inf
index 944cce7ca8f5e93a187bfd43508e767ada3c4a92..b54b08c192a784b0e7a70d2952a3f389ce2cbc9a 100644 (file)
@@ -1,7 +1,10 @@
 ## @file\r
-# \r
-# Copyright (c) 2006 - 2010, Intel Corporation                                                         \r
-# All rights reserved. This program and the accompanying materials                          \r
+# This driver implements Reset Architectural Protocol.\r
+#\r
+# It should depend on the ResetSystemLib instance that is implemented based on KBC.\r
+#\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
@@ -18,6 +21,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = KbcReset\r
+  MODULE_UNI_FILE                = KbcReset.uni\r
   FILE_GUID                      = 6F0198AA-1F1D-426D-AE3E-39AB633FCC28\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
+  UefiDriverEntryPoint\r
   DebugLib\r
   UefiBootServicesTableLib\r
-  UefiDriverEntryPoint\r
-  IoLib\r
+  ResetSystemLib\r
 \r
 [Sources]\r
-  Reset.c\r
-  Reset.h\r
   ResetEntry.c\r
 \r
 [Protocols]\r
-  gEfiResetArchProtocolGuid\r
+  gEfiResetArchProtocolGuid ## PRODUCES\r
 \r
 [Depex]\r
   TRUE\r
 \r
-\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  KbcResetExtra.uni\r