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