X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FTimerDxe%2FTimerDxe.inf;fp=Nt32Pkg%2FTimerDxe%2FTimerDxe.inf;h=96b69cad708fa680e6ab3953ed97d30e00340968;hp=12edfde81fc6f95b776b0ccc887318175ec54401;hb=7b202cb0f917fde1d84f77b000063d56e2c11530;hpb=ec0ae8ff4ea6ec1bc0ed7981d1be7fec526f9f4b diff --git a/Nt32Pkg/TimerDxe/TimerDxe.inf b/Nt32Pkg/TimerDxe/TimerDxe.inf index 12edfde81f..96b69cad70 100644 --- a/Nt32Pkg/TimerDxe/TimerDxe.inf +++ b/Nt32Pkg/TimerDxe/TimerDxe.inf @@ -1,10 +1,10 @@ -#/** @file +## @file # NT Emulation Timer Architectural Protocol Driver as defined in DXE CIS # # This Timer module uses an NT Thread to simulate the timer-tick driven # timer service. In the future, the Thread creation should possibly be # abstracted by the CPU architectural protocol -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -33,7 +33,7 @@ # VALID_ARCHITECTURES = IA32 # -[Sources.common] +[Sources] Timer.c Timer.h