]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
9dc33a750134a4788655b617b4ca89f4be13d146
[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 CommonHeader.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 # Includes Section - list of Include locations that are required for
70 # this module.
71 #
72 ################################################################################
73
74 [Includes]
75 $(WORKSPACE)/MdePkg\Include/Library
76
77 ################################################################################
78 #
79 # Package Dependency Section - list of Package files that are required for
80 # this module.
81 #
82 ################################################################################
83
84 [Packages]
85 MdePkg/MdePkg.dec
86
87
88 ################################################################################
89 #
90 # Library Class Section - list of Library Classes that are required for
91 # this module.
92 #
93 ################################################################################
94
95 [LibraryClasses]
96 DebugLib
97 BaseLib
98
99 [LibraryClasses.IPF]
100 PcdLib
101
102
103 ################################################################################
104 #
105 # Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for.
106 #
107 ################################################################################
108
109 [PcdsFixedAtBuild.IPF]
110 PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid
111