diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-02-06 07:36:38 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-02-06 07:36:38 +0000 |
commit | ff242d4066d4c8850e256799fc64e7956c76de24 (patch) | |
tree | df92d8210b7f2de8eb3793b3264d1bfc957f28aa /MdePkg/Library/BaseTimerLibNullTemplate | |
parent | 73f7b9c29ce70f890a9d674abfbb9be21cb7de5c (diff) | |
download | edk2-ff242d4066d4c8850e256799fc64e7956c76de24.tar.gz edk2-ff242d4066d4c8850e256799fc64e7956c76de24.tar.bz2 edk2-ff242d4066d4c8850e256799fc64e7956c76de24.zip |
updated the comment according to latest version of MWG.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2354 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseTimerLibNullTemplate')
-rw-r--r-- | MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.msa | 6 | ||||
-rw-r--r-- | MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.msa b/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.msa index 65ea51dfcf..6861a9faac 100644 --- a/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.msa +++ b/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.msa @@ -6,8 +6,10 @@ <GuidValue>f4731d79-537e-4505-bd52-c03f9b1f6b89</GuidValue>
<Version>1.0</Version>
<Abstract>Timer library NULL template implementaton</Abstract>
- <Description>This NULL Timer library provides one template API of TimerLib library, - this library do not impletement functionality completely.</Description>
+ <Description>A non-functional instance of the Timer Library that can be used as a template
+ for the implementation of a functional timer library instance. This library instance can
+ also be used to test build DXE, Runtime, DXE SAL, and DXE SMM modules that require timer
+ services as well as EBC modules that require timer services</Description>
<Copyright>Copyright (c) 2007, Intel Corporation.</Copyright>
<License>All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License diff --git a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c index 33a9736a24..0d76072776 100644 --- a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c +++ b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c @@ -1,5 +1,5 @@ /** @file
- Timer Library functions for runtime drivers.
+ A non-functional instance of the Timer Library.
Copyright (c) 2007, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
@@ -10,7 +10,7 @@ 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: RuntimeTimerLib.c
+ Module Name: TimerLibNull.c
**/
|