]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
PcAtChipsetPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / PcAtChipsetPkg / PcatRealTimeClockRuntimeDxe / PcatRealTimeClockRuntimeDxe.inf
index 161d708d1945f96eb42be6b37289ddd294f2ae7b..da4a9f53b502e3dc89996001d0f70fe294adc821 100644 (file)
@@ -5,7 +5,7 @@
 #  This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.\r
 #  It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\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
@@ -19,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PcRtc\r
+  MODULE_UNI_FILE                = PcRtc.uni\r
   FILE_GUID                      = 378D7B65-8DA9-4773-B6E4-A47826A833E1\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -51,6 +52,7 @@
   DebugLib\r
   BaseLib\r
   PcdLib\r
+  ReportStatusCodeLib\r
 \r
 [Protocols]\r
   gEfiRealTimeClockArchProtocolGuid             ## PRODUCES\r
@@ -59,4 +61,6 @@
   gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
   \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout         ## CONSUMES
\ No newline at end of file
+  gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout  ## CONSUMES\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  PcRtcExtra.uni\r