]> 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 e9cdf48fd69fb49b16881d975db281229eb8e1c4..da4a9f53b502e3dc89996001d0f70fe294adc821 100644 (file)
@@ -1,12 +1,12 @@
-#/** @file\r
+## @file\r
 #\r
 #  PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.\r
 #\r
 #  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 - 2008 Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\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
 #  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                      = 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
@@ -30,7 +31,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PcRtcEntry.c\r
   PcRtc.c\r
   PcRtc.h\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