X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FRealTimeClockRuntimeDxe%2FRealTimeClock.inf;fp=Nt32Pkg%2FRealTimeClockRuntimeDxe%2FRealTimeClock.inf;h=fb53d6c6dff0739bb48642c771b0066800f4fa6b;hp=cb184435a69b8e6aeb15aaf35bc6f7a4f2722b3b;hb=f25695723bfe21bf664589ae086a0c472d7fec80;hpb=859b72fa7e3ff1cf1d7476a3446af4ebbb5fe3e6 diff --git a/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.inf b/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.inf index cb184435a6..fb53d6c6df 100644 --- a/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.inf +++ b/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.inf @@ -14,11 +14,6 @@ # #**/ -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = RealTimeClock @@ -36,52 +31,21 @@ # VALID_ARCHITECTURES = IA32 # -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. -# -################################################################################ - [Sources.common] RealTimeClock.c - CommonHeader.h - - - -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ [Packages] MdePkg/MdePkg.dec - -################################################################################ -# -# Library Class Section - list of Library Classes that are required for -# this module. -# -################################################################################ - [LibraryClasses] UefiBootServicesTableLib WinNtLib UefiDriverEntryPoint DebugLib - -################################################################################ -# -# Protocol C Name Section - list of Protocol and Protocol Notify C Names -# that this module uses or produces. -# -################################################################################ - [Protocols] gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED [depex] - TRUE \ No newline at end of file + TRUE + \ No newline at end of file