]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
ShellPkg/Mm: Fix build warnings
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
... / ...
CommitLineData
1## @file\r
2# Instance of I/O Library using compiler intrinsics.\r
3#\r
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
7#\r
8# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
9# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
10#\r
11# This program and the accompanying materials\r
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
14# http://opensource.org/licenses/bsd-license.php.\r
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
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = BaseIoLibIntrinsic\r
24 MODULE_UNI_FILE = BaseIoLibIntrinsic.uni\r
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
29\r
30\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64\r
33#\r
34\r
35[Sources]\r
36 IoLibMmioBuffer.c\r
37 BaseIoLibIntrinsicInternal.h\r
38 IoHighLevel.c\r
39\r
40[Sources.IA32]\r
41 IoLibGcc.c | GCC\r
42 IoLibMsc.c | MSFT\r
43 IoLibIcc.c | INTEL\r
44 IoLib.c\r
45\r
46[Sources.X64]\r
47 IoLibGcc.c | GCC\r
48 IoLibMsc.c | MSFT\r
49 IoLibIcc.c | INTEL\r
50 IoLib.c\r
51\r
52[Sources.IPF]\r
53 IoLibIpf.c\r
54\r
55[Sources.ARM]\r
56 IoLibArm.c\r
57\r
58[Sources.AARCH64]\r
59 IoLibArm.c\r
60\r
61[Packages]\r
62 MdePkg/MdePkg.dec\r
63\r
64[LibraryClasses]\r
65 DebugLib\r
66 BaseLib\r
67\r
68[LibraryClasses.IPF]\r
69 PcdLib\r
70\r
71[Pcd.IPF]\r
72 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf ## SOMETIMES_CONSUMES\r
73\r