]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
ShellPkg/Mm: Fix build warnings
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
CommitLineData
6bfbb5f0 1## @file\r
34b0820e 2# Instance of I/O Library using compiler intrinsics.\r
e1f414b6 3#\r
34b0820e 4# I/O Library that uses compiler intrinsics to perform IN and OUT instructions\r
5# for IA-32 and x64. On IPF, I/O port requests are translated into MMIO requests.\r
6# MMIO requests are forwarded directly to memory.\r
85ea851e 7#\r
c92c1790 8# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
4dd6f840 9# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
e1f414b6 10#\r
4dd6f840 11# This program and the accompanying materials\r
e1f414b6 12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
35a17154 14# http://opensource.org/licenses/bsd-license.php.\r
e1f414b6 15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
6bfbb5f0 19##\r
e1f414b6 20\r
e1f414b6 21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = BaseIoLibIntrinsic\r
c92c1790 24 MODULE_UNI_FILE = BaseIoLibIntrinsic.uni\r
e1f414b6 25 FILE_GUID = 926c9cd0-4bb8-479b-9ac4-8a2a23f85307\r
26 MODULE_TYPE = BASE\r
27 VERSION_STRING = 1.0\r
28 LIBRARY_CLASS = IoLib \r
e1f414b6 29\r
30\r
e1f414b6 31#\r
b4319afb 32# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64\r
e1f414b6 33#\r
34\r
6bfbb5f0 35[Sources]\r
e1f414b6 36 IoLibMmioBuffer.c\r
f734a10a 37 BaseIoLibIntrinsicInternal.h\r
5dedabbb 38 IoHighLevel.c\r
e1f414b6 39\r
9314970a 40[Sources.IA32]\r
13e54995 41 IoLibGcc.c | GCC\r
42 IoLibMsc.c | MSFT\r
d074a8e1 43 IoLibIcc.c | INTEL\r
e1f414b6 44 IoLib.c\r
45\r
46[Sources.X64]\r
13e54995 47 IoLibGcc.c | GCC\r
48 IoLibMsc.c | MSFT\r
d074a8e1 49 IoLibIcc.c | INTEL\r
e1f414b6 50 IoLib.c\r
51\r
52[Sources.IPF]\r
e1f414b6 53 IoLibIpf.c\r
54\r
4b5f371b 55[Sources.ARM]\r
56 IoLibArm.c\r
57\r
b4319afb
HL
58[Sources.AARCH64]\r
59 IoLibArm.c\r
60\r
e1f414b6 61[Packages]\r
62 MdePkg/MdePkg.dec\r
63\r
e1f414b6 64[LibraryClasses]\r
65 DebugLib\r
66 BaseLib\r
67\r
68[LibraryClasses.IPF]\r
69 PcdLib\r
70\r
bba9ad98 71[Pcd.IPF]\r
c92c1790 72 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf ## SOMETIMES_CONSUMES\r
e1f414b6 73\r