]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
removed [includes] section from MdePkg and MdeModulePkg .inf files. The includes...
[mirror_edk2.git] / MdePkg / Library / BaseCacheMaintenanceLib / BaseCacheMaintenanceLib.inf
1 #/** @file
2 # Component description file for Base Cache Maintenance Library
3 #
4 # Cache Maintenance Library that uses Base Library services to maintain caches.
5 # This library assumes there are no chipset dependencies required to maintain caches.
6 # Copyright (c) 2007 - 2007, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23 [Defines]
24 INF_VERSION = 0x00010005
25 BASE_NAME = BaseCacheMaintenanceLib
26 FILE_GUID = 123dd843-57c9-4158-8418-ce68b3944ce7
27 MODULE_TYPE = BASE
28 VERSION_STRING = 1.0
29 LIBRARY_CLASS = CacheMaintenanceLib
30 EDK_RELEASE_VERSION = 0x00020000
31 EFI_SPECIFICATION_VERSION = 0x00020000
32
33
34 #
35 # The following information is for reference only and not required by the build tools.
36 #
37 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
38 #
39
40 ################################################################################
41 #
42 # Sources Section - list of files that are required for the build to succeed.
43 #
44 ################################################################################
45
46 [Sources.common]
47 CommonHeader.h
48
49 [Sources.Ia32]
50 x86Cache.c
51
52 [Sources.X64]
53 x86Cache.c
54
55 [Sources.IPF]
56 IpfCache.c
57
58 [Sources.EBC]
59 EbcCache.c
60
61
62 ################################################################################
63 #
64 # Package Dependency Section - list of Package files that are required for
65 # this module.
66 #
67 ################################################################################
68
69 [Packages]
70 MdePkg/MdePkg.dec
71
72
73 ################################################################################
74 #
75 # Library Class Section - list of Library Classes that are required for
76 # this module.
77 #
78 ################################################################################
79
80 [LibraryClasses]
81 DebugLib
82
83 [LibraryClasses.IA32]
84 BaseLib
85
86 [LibraryClasses.X64]
87 BaseLib
88
89 [LibraryClasses.IPF]
90 BaseLib
91