mirror of https://github.com/acidanthera/audk.git
BaseLib is only used by IA32, X64 & IPF
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2383 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7f0bd7967e
commit
2e5d68b74a
|
@ -8,7 +8,7 @@
|
||||||
<Abstract>Component description file for Base Cache Maintenance Library</Abstract>
|
<Abstract>Component description file for Base Cache Maintenance Library</Abstract>
|
||||||
<Description>Cache Maintenance Library that uses Base Library services to maintain caches.
|
<Description>Cache Maintenance Library that uses Base Library services to maintain caches.
|
||||||
This library assumes there are no chipset dependencies required to maintain caches.</Description>
|
This library assumes there are no chipset dependencies required to maintain caches.</Description>
|
||||||
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
|
<Copyright>Copyright (c) 2006 - 2007, 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
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<LibraryClass Usage="ALWAYS_PRODUCED">
|
<LibraryClass Usage="ALWAYS_PRODUCED">
|
||||||
<Keyword>CacheMaintenanceLib</Keyword>
|
<Keyword>CacheMaintenanceLib</Keyword>
|
||||||
</LibraryClass>
|
</LibraryClass>
|
||||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
<LibraryClass Usage="ALWAYS_CONSUMED" SupArchList="IA32 X64 IPF">
|
||||||
<Keyword>BaseLib</Keyword>
|
<Keyword>BaseLib</Keyword>
|
||||||
</LibraryClass>
|
</LibraryClass>
|
||||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
||||||
|
|
Loading…
Reference in New Issue