]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.msa
0d4cfc108cd15a3b56245de27c3548c9a4a96dbe
[mirror_edk2.git] / MdePkg / Library / BaseCacheMaintenanceLib / BaseCacheMaintenanceLib.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2006, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 -->
12 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
13 <MsaHeader>
14 <ModuleName>BaseCacheMaintenanceLib</ModuleName>
15 <ModuleType>BASE</ModuleType>
16 <GuidValue>123dd843-57c9-4158-8418-ce68b3944ce7</GuidValue>
17 <Version>1.0</Version>
18 <Abstract>Component description file for Base Cache Maintenance Library</Abstract>
19 <Description>Cache Maintenance Library that uses Base Library services to maintain caches.
20 This library assumes there are no chipset dependencies required to maintain caches.</Description>
21 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
22 <License>All rights reserved. This program and the accompanying materials
23 are licensed and made available under the terms and conditions of the BSD License
24 which accompanies this distribution. The full text of the license may be found at
25 http://opensource.org/licenses/bsd-license.php
26 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
27 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
28 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
29 </MsaHeader>
30 <ModuleDefinitions>
31 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
32 <BinaryModule>false</BinaryModule>
33 <OutputFileBasename>BaseCacheMaintenanceLib</OutputFileBasename>
34 </ModuleDefinitions>
35 <LibraryClassDefinitions>
36 <LibraryClass Usage="ALWAYS_PRODUCED">
37 <Keyword>CacheMaintenanceLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>BaseLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>DebugLib</Keyword>
44 </LibraryClass>
45 </LibraryClassDefinitions>
46 <SourceFiles>
47 <Filename SupArchList="IA32">x86Cache.c</Filename>
48 <Filename SupArchList="X64">x86Cache.c</Filename>
49 <Filename SupArchList="EBC">EbcCache.c</Filename>
50 <Filename SupArchList="IPF">IpfCache.c</Filename>
51 <Filename SupArchList="IPF">Ipf/Cpu.s</Filename>
52 <Filename SupArchList="IPF">Ipf/PalCallStatic.s</Filename>
53 </SourceFiles>
54 <PackageDependencies>
55 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
56 </PackageDependencies>
57 <Externs>
58 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
59 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
60 </Externs>
61 </ModuleSurfaceArea>