git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@902 6f19259b-4bc3-4df7-8a09-765794883524

This commit is contained in:
vanjeff 2006-07-12 09:37:08 +00:00
parent db8f40e294
commit c2a770675d
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0"> <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
<MsaHeader> <MsaHeader>
<ModuleName>PeiPerformanceLib</ModuleName> <ModuleName>PeiPerformanceLib</ModuleName>
@ -6,7 +6,7 @@
<GuidValue>F72DE735-B24F-4ef6-897F-70A85D01A047</GuidValue> <GuidValue>F72DE735-B24F-4ef6-897F-70A85D01A047</GuidValue>
<Version>1.0</Version> <Version>1.0</Version>
<Abstract>Memory-only library functions with no library constructor/destructor</Abstract> <Abstract>Memory-only library functions with no library constructor/destructor</Abstract>
<Description>FIX ME!</Description> <Description>This module provides the performance measurement interfaces in PEI phase, it is one instance of Performance Libarary.</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License>All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2006, Intel Corporation <!--Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<GuidValue>7BB28B99-61BB-11D5-9A5D-0090273FC14D</GuidValue> <GuidValue>7BB28B99-61BB-11D5-9A5D-0090273FC14D</GuidValue>
<Version>1.0</Version> <Version>1.0</Version>
<Abstract>Component description file for creating a Logo file.</Abstract> <Abstract>Component description file for creating a Logo file.</Abstract>
<Description>FIX ME!</Description> <Description>This module provides the logo bitmap picture shown on setup screen.</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License>All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2006, Intel Corporation <!--Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<GuidValue>BE0FEABA-3443-4919-9F3A-2D4216329EA9</GuidValue> <GuidValue>BE0FEABA-3443-4919-9F3A-2D4216329EA9</GuidValue>
<Version>1.0</Version> <Version>1.0</Version>
<Abstract>Component description file for WinNtAutoScan module</Abstract> <Abstract>Component description file for WinNtAutoScan module</Abstract>
<Description>FIX ME!</Description> <Description>This module abstracts memory auto-scan in a Windows NT environment.</Description>
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright> <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License>All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License

View File

@ -13,7 +13,7 @@ Module Name:
WinNtAutoscan.c WinNtAutoscan.c
Abstract: Abstract:
Tiano PEIM to abstract memory auto-scan in a Windows NT environment. This PEIM to abstract memory auto-scan in a Windows NT environment.
Revision History Revision History