]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
1c43bd51430cceadb69bb99b9a61a8f5cf311376
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
1 #/** @file
2 # Component description file for Intrinsic Base Io Library
3 #
4 # I/O Library that uses compiler intrinsics to perform IN and OUT instructions
5 # for IA-32 and x64. It also performs direct memory access for MMIO services.
6 # Copyright (c) 2007, Intel Corporation.
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = BaseIoLibIntrinsic
21 FILE_GUID = 926c9cd0-4bb8-479b-9ac4-8a2a23f85307
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = IoLib
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF
31 #
32
33 [Sources.common]
34 IoLibMmioBuffer.c
35 BaseIoLibIntrinsicInternal.h
36
37 [Sources.Ia32]
38 IoHighLevel.c
39 IoLibGcc.c | GCC
40 IoLibMsc.c | MSFT
41 IoLib.c
42
43 [Sources.X64]
44 IoHighLevel.c
45 IoLibGcc.c | GCC
46 IoLibMsc.c | MSFT
47 IoLib.c
48
49 [Sources.IPF]
50 IoHighLevel.c
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 [PcdsFixedAtBuild.IPF]
64 PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid
65