]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
388c3d4428864c96c81dfb33affa820aaec1624f
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
1 #/** @file
2 # Component description file for Intrinsic Base Io Library
3 #
4 # I/O Library that uses compiler intrinsics to perform IN and OUT instructions
5 # for IA-32 and x64. It also performs direct memory access for MMIO services.
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 = BaseIoLibIntrinsic
26 FILE_GUID = 926c9cd0-4bb8-479b-9ac4-8a2a23f85307
27 MODULE_TYPE = BASE
28 VERSION_STRING = 1.0
29 LIBRARY_CLASS = IoLib
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
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 IoLibMmioBuffer.c
48 BaseIoLibIntrinsicInternal.h
49
50 [Sources.Ia32]
51 IoHighLevel.c
52 IoLibGcc.c || GCC |||
53 IoLibMsc.c || MSFT |||
54 IoLib.c
55
56 [Sources.X64]
57 IoHighLevel.c
58 IoLibGcc.c || GCC |||
59 IoLibMsc.c || MSFT |||
60 IoLib.c
61
62 [Sources.IPF]
63 IoHighLevel.c
64 IoLibIpf.c
65
66
67 ################################################################################
68 #
69 # Package Dependency Section - list of Package files that are required for
70 # this module.
71 #
72 ################################################################################
73
74 [Packages]
75 MdePkg/MdePkg.dec
76
77
78 ################################################################################
79 #
80 # Library Class Section - list of Library Classes that are required for
81 # this module.
82 #
83 ################################################################################
84
85 [LibraryClasses]
86 DebugLib
87 BaseLib
88
89 [LibraryClasses.IPF]
90 PcdLib
91
92
93 ################################################################################
94 #
95 # Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for.
96 #
97 ################################################################################
98
99 [PcdsFixedAtBuild.IPF]
100 PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid
101