]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsicSev.inf
CommitLineData
b6d11d7c
LD
1## @file\r
2# Instance of I/O Library using compiler intrinsics.\r
3#\r
4# I/O Library that uses compiler intrinsics to perform IN and OUT instructions\r
5# for IA-32 and x64.\r
6#\r
9095d37b 7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
b6d11d7c
LD
8# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
9# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
10#\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php.\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BaseIoLibIntrinsicSev\r
23 MODULE_UNI_FILE = BaseIoLibIntrinsic.uni\r
24 FILE_GUID = 93742f95-6e71-4581-b600-8e1da443f95a\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
9095d37b 27 LIBRARY_CLASS = IoLib\r
b6d11d7c
LD
28\r
29\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources]\r
35 IoLibMmioBuffer.c\r
36 BaseIoLibIntrinsicInternal.h\r
37 IoHighLevel.c\r
38\r
39[Sources.IA32]\r
40 IoLibGcc.c | GCC\r
41 IoLibMsc.c | MSFT\r
42 IoLibIcc.c | INTEL\r
43 IoLib.c\r
44 Ia32/IoFifoSev.nasm\r
45\r
46[Sources.X64]\r
47 IoLibGcc.c | GCC\r
48 IoLibMsc.c | MSFT\r
49 IoLibIcc.c | INTEL\r
50 IoLib.c\r
51 X64/IoFifoSev.nasm\r
52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
55\r
56[LibraryClasses]\r
57 DebugLib\r
58 BaseLib\r
59\r