]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Updated to support compiler intrinsics properly. I had to comment out some of the...
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
CommitLineData
e1f414b6 1#/** @file\r
2# Component description file for Intrinsic Base Io Library\r
3#\r
4# I/O Library that uses compiler intrinsics to perform IN and OUT instructions\r
5# for IA-32 and x64. It also performs direct memory access for MMIO services.\r
6# Copyright (c) 2007 - 2007, Intel Corporation.\r
7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 INF_VERSION = 0x00010005\r
25 BASE_NAME = BaseIoLibIntrinsic\r
26 FILE_GUID = 926c9cd0-4bb8-479b-9ac4-8a2a23f85307\r
27 MODULE_TYPE = BASE\r
28 VERSION_STRING = 1.0\r
29 LIBRARY_CLASS = IoLib \r
30 EDK_RELEASE_VERSION = 0x00020000\r
31 EFI_SPECIFICATION_VERSION = 0x00020000\r
32\r
33\r
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64 IPF\r
38#\r
39\r
40################################################################################\r
41#\r
42# Sources Section - list of files that are required for the build to succeed.\r
43#\r
44################################################################################\r
45\r
46[Sources.common]\r
47 IoLibMmioBuffer.c\r
48 CommonHeader.h\r
49\r
50[Sources.Ia32]\r
51 IoHighLevel.c\r
479b520d
A
52# IoLibGcc.c || GCC \r
53 IoLibMsc.c #|| MSFT\r
e1f414b6 54 IoLib.c\r
55\r
56[Sources.X64]\r
57 IoHighLevel.c\r
479b520d
A
58# IoLibGcc.c || GCC \r
59 IoLibMsc.c #|| MSFT\r
e1f414b6 60 IoLib.c\r
61\r
62[Sources.IPF]\r
63 IoHighLevel.c\r
64 IoLibIpf.c\r
65\r
66\r
67################################################################################\r
68#\r
69# Includes Section - list of Include locations that are required for\r
70# this module.\r
71#\r
72################################################################################\r
73\r
74[Includes]\r
75 $(WORKSPACE)/MdePkg\Include/Library\r
76\r
77################################################################################\r
78#\r
79# Package Dependency Section - list of Package files that are required for\r
80# this module.\r
81#\r
82################################################################################\r
83\r
84[Packages]\r
85 MdePkg/MdePkg.dec\r
86\r
87\r
88################################################################################\r
89#\r
90# Library Class Section - list of Library Classes that are required for\r
91# this module.\r
92#\r
93################################################################################\r
94\r
95[LibraryClasses]\r
96 DebugLib\r
97 BaseLib\r
98\r
99[LibraryClasses.IPF]\r
100 PcdLib\r
101\r
102\r
103################################################################################\r
104#\r
105# Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for.\r
106#\r
107################################################################################\r
108\r
109[PcdsFixedAtBuild.IPF]\r
110 PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid\r
111\r