]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Minor grammatical work--mostly adding periods. Sending separately a list of files...
[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 - 2010, 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 FILE_GUID = 926c9cd0-4bb8-479b-9ac4-8a2a23f85307\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = IoLib \r
28\r
29\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF ARM\r
32#\r
33\r
34[Sources]\r
35 IoLibMmioBuffer.c\r
36 BaseIoLibIntrinsicInternal.h\r
37 IoHighLevel.c\r
38\r
39[Sources.IA32]\r
40 IoLibGcc.c | GCC\r
41 IoLibMsc.c | MSFT\r
42 IoLibIcc.c | INTEL\r
43 IoLib.c\r
44\r
45[Sources.X64]\r
46 IoLibGcc.c | GCC\r
47 IoLibMsc.c | MSFT\r
48 IoLibIcc.c | INTEL\r
49 IoLib.c\r
50\r
51[Sources.IPF]\r
52 IoLibIpf.c\r
53\r
54[Sources.ARM]\r
55 IoLibArm.c\r
56\r
57[Packages]\r
58 MdePkg/MdePkg.dec\r
59\r
60[LibraryClasses]\r
61 DebugLib\r
62 BaseLib\r
63\r
64[LibraryClasses.IPF]\r
65 PcdLib\r
66\r
67[Pcd.IPF]\r
68 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf\r
69\r