]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPECIFICATI...
[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 - 2008, Intel Corporation.
9 #
10 # All rights reserved. This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 #**/
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = BaseIoLibIntrinsic
23 FILE_GUID = 926c9cd0-4bb8-479b-9ac4-8a2a23f85307
24 MODULE_TYPE = BASE
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = IoLib
27
28
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF
31 #
32
33 [Sources.common]
34 IoLibMmioBuffer.c
35 BaseIoLibIntrinsicInternal.h
36 IoHighLevel.c
37
38 [Sources.Ia32]
39 IoLibGcc.c | GCC
40 IoLibMsc.c | MSFT
41 IoLibIcc.c | INTEL
42 IoLib.c
43
44 [Sources.X64]
45 IoLibGcc.c | GCC
46 IoLibMsc.c | MSFT
47 IoLibIcc.c | INTEL
48 IoLib.c
49
50 [Sources.IPF]
51 IoLibIpf.c
52
53 [Packages]
54 MdePkg/MdePkg.dec
55
56 [LibraryClasses]
57 DebugLib
58 BaseLib
59
60 [LibraryClasses.IPF]
61 PcdLib
62
63 [Pcd.IPF]
64 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf
65