]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / BaseSafeIntLib / BaseSafeIntLib.inf
CommitLineData
d7a09cb8
SB
1## @file\r
2# Safe Integer Library\r
3#\r
4# This library provides helper functions to prevent integer overflow during\r
5# type conversion, addition, subtraction, and multiplication.\r
6#\r
ced203c3 7# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
d7a09cb8 8# Copyright (c) 2017, Microsoft Corporation\r
ced203c3
CL
9# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
10# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>\r
4e747642 11\r
d7a09cb8
SB
12#\r
13# All rights reserved.\r
9344f092 14# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d7a09cb8
SB
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = BaseSafeIntLib\r
21 FILE_GUID = 4EA91BFA-3482-4930-B136-70679C6CE489\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = SafeIntLib\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
ced203c3 29# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64 LOONGARCH64\r
d7a09cb8
SB
30#\r
31\r
32[Sources]\r
33 SafeIntLib.c\r
34\r
35[Sources.Ia32, Sources.ARM]\r
36 SafeIntLib32.c\r
37\r
ced203c3 38[Sources.X64, Sources.AARCH64, Sources.RISCV64, Sources.LOONGARCH64]\r
d7a09cb8
SB
39 SafeIntLib64.c\r
40\r
41[Sources.EBC]\r
42 SafeIntLibEbc.c\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
dc9b2a57
DB
46\r
47[LibraryClasses]\r
48 BaseLib\r