]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
MdePkg/BaseIoLibIntrinsic: Remove IoLibIcc.c
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsicSev.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.
6 #
7 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
8 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
9 # Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = BaseIoLibIntrinsicSev
18 MODULE_UNI_FILE = BaseIoLibIntrinsic.uni
19 FILE_GUID = 93742f95-6e71-4581-b600-8e1da443f95a
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = IoLib
23
24
25 #
26 # VALID_ARCHITECTURES = IA32 X64
27 #
28
29 [Sources]
30 IoLibMmioBuffer.c
31 BaseIoLibIntrinsicInternal.h
32 IoHighLevel.c
33
34 [Sources.IA32]
35 IoLibGcc.c | GCC
36 IoLibMsc.c | MSFT
37 IoLib.c
38 Ia32/IoFifoSev.nasm
39
40 [Sources.X64]
41 IoLibGcc.c | GCC
42 IoLibMsc.c | MSFT
43 IoLib.c
44 X64/IoFifoSev.nasm
45
46 [Packages]
47 MdePkg/MdePkg.dec
48
49 [LibraryClasses]
50 DebugLib
51 BaseLib
52