Code scrub for Monotonic Counter Driver.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6554 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24
2008-11-17 03:33:42 +00:00
parent 0bcd913074
commit 636578d333
3 changed files with 47 additions and 88 deletions

View File

@@ -1,8 +1,8 @@
#/** @file
# Component description file for MonotonicCounter module.
# This module produces the UEFI boot service GetNextMonotonicCount()
# and runtime service GetNextHighMonotonicCount().
#
# This module produces UEFI Monotonic Counter Boot and Runtime Services.
# Copyright (c) 2006 - 2007, Intel Corporation
# Copyright (c) 2006 - 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
@@ -32,7 +32,6 @@
#
[Sources.common]
MonotonicCounter.h
MonotonicCounter.c