add Metronome.inf into MdeModulePkg.dsc.

updated doxgen format file header for Metronome module.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6280 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2008-10-29 01:00:34 +00:00
parent 6296e67c85
commit 045c8b9a4d
3 changed files with 24 additions and 24 deletions

View File

@ -309,6 +309,7 @@
MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
MdeModulePkg/Universal/Metronome/Metronome.inf
MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf

View File

@ -1,19 +1,5 @@
/*++ /** @file
Produces the Metronome Architectural Protocol on top of Timer Library.
Copyright (c) 2008, 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
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name:
Metronome.c
Abstract:
This is a generic implementation of the Metronome Architectural Protocol that This is a generic implementation of the Metronome Architectural Protocol that
layers on top of an instance of the Timer Library. The Timer Library provides layers on top of an instance of the Timer Library. The Timer Library provides
@ -25,7 +11,16 @@ Abstract:
overflows that could occur for long delays if only nanoseconds were used and also overflows that could occur for long delays if only nanoseconds were used and also
provides the greatest accuracy for small delays. provides the greatest accuracy for small delays.
--*/ Copyright (c) 2008, 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
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include <PiDxe.h> #include <PiDxe.h>
#include <Protocol/Metronome.h> #include <Protocol/Metronome.h>

View File

@ -1,4 +1,6 @@
#/*++ #/** @file
# This module produces the Metronome Architectural Protocol on top of an instance
# of the Timer Library defined in the MdePkg.
# #
# Copyright (c) 2008, Intel Corporation # Copyright (c) 2008, Intel Corporation
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
@ -9,11 +11,7 @@
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
# #
# Module Name: #**/
#
# Abstract:
#
#--*/
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
@ -25,6 +23,12 @@
EFI_SPECIFICATION_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000
ENTRY_POINT = InstallMetronome ENTRY_POINT = InstallMetronome
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
[Packages] [Packages]
MdePkg/MdePkg.dec MdePkg/MdePkg.dec