diff options
Diffstat (limited to 'MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.msa')
-rw-r--r-- | MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.msa | 6 |
1 files changed, 4 insertions, 2 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 |