]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Refine file header for INF files of MDE library instances.
[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 EFI_SPECIFICATION_VERSION = 0x00020000
29
30
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF
33 #
34
35 [Sources.common]
36 IoLibMmioBuffer.c
37 BaseIoLibIntrinsicInternal.h
38 IoHighLevel.c
39
40 [Sources.Ia32]
41 IoLibGcc.c | GCC
42 IoLibMsc.c | MSFT
43 IoLibIcc.c | INTEL
44 IoLib.c
45
46 [Sources.X64]
47 IoLibGcc.c | GCC
48 IoLibMsc.c | MSFT
49 IoLibIcc.c | INTEL
50 IoLib.c
51
52 [Sources.IPF]
53 IoLibIpf.c
54
55 [Packages]
56 MdePkg/MdePkg.dec
57
58 [LibraryClasses]
59 DebugLib
60 BaseLib
61
62 [LibraryClasses.IPF]
63 PcdLib
64
65 [Pcd.IPF]
66 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf
67