]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
MdePkg/BaseSafeIntLib: Add RISCV64 arch for BaseSafeIntLib.
[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
3cb0a311 7# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
d7a09cb8 8# Copyright (c) 2017, Microsoft Corporation\r
4e747642
AC
9# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
10\r
d7a09cb8
SB
11#\r
12# All rights reserved.\r
9344f092 13# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d7a09cb8
SB
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = BaseSafeIntLib\r
20 FILE_GUID = 4EA91BFA-3482-4930-B136-70679C6CE489\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = SafeIntLib\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
4e747642 28# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64\r
d7a09cb8
SB
29#\r
30\r
31[Sources]\r
32 SafeIntLib.c\r
33\r
34[Sources.Ia32, Sources.ARM]\r
35 SafeIntLib32.c\r
36\r
4e747642 37[Sources.X64, Sources.AARCH64, Sources.RISCV64]\r
d7a09cb8
SB
38 SafeIntLib64.c\r
39\r
40[Sources.EBC]\r
41 SafeIntLibEbc.c\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
dc9b2a57
DB
45\r
46[LibraryClasses]\r
47 BaseLib\r