]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in INF 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 - 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 EDK_RELEASE_VERSION = 0x00020000
28
29
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF
32 #
33
34 [Sources.common]
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 [Packages]
55 MdePkg/MdePkg.dec
56
57 [LibraryClasses]
58 DebugLib
59 BaseLib
60
61 [LibraryClasses.IPF]
62 PcdLib
63
64 [Pcd.IPF]
65 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf
66