]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
MdePkg: Clean up source files
[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 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php.
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = BaseIoLibIntrinsicSev
23 MODULE_UNI_FILE = BaseIoLibIntrinsic.uni
24 FILE_GUID = 93742f95-6e71-4581-b600-8e1da443f95a
25 MODULE_TYPE = BASE
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = IoLib
28
29
30 #
31 # VALID_ARCHITECTURES = IA32 X64
32 #
33
34 [Sources]
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 Ia32/IoFifoSev.nasm
45
46 [Sources.X64]
47 IoLibGcc.c | GCC
48 IoLibMsc.c | MSFT
49 IoLibIcc.c | INTEL
50 IoLib.c
51 X64/IoFifoSev.nasm
52
53 [Packages]
54 MdePkg/MdePkg.dec
55
56 [LibraryClasses]
57 DebugLib
58 BaseLib
59