diff options
Diffstat (limited to 'Nt32Pkg/MetronomeDxe')
-rw-r--r-- | Nt32Pkg/MetronomeDxe/MetronomeDxe.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf b/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf index 9d9f4713f3..3bd02dd4df 100644 --- a/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf +++ b/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf @@ -2,7 +2,7 @@ # NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
#
# This metronome module simulates metronome by Sleep WinAPI.
-# Copyright (c) 2006 - 2007, Intel Corporation
+# Copyright (c) 2006 - 2009, 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
@@ -48,6 +48,6 @@ [Protocols]
gEfiMetronomeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
-[depex]
+[Depex]
TRUE
|