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