X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseSafeIntLib%2FBaseSafeIntLib.inf;fp=MdePkg%2FLibrary%2FBaseSafeIntLib%2FBaseSafeIntLib.inf;h=40017ec88bd779c4016582ebf276f0c700f50453;hp=68ade962d63f06e2d2136835ee7f2e7714082998;hb=4e74764245c4d92d51ed0ed67147e16ad8f8296c;hpb=8c43227c64236f2762d1bbe5d18ae8d203649492 diff --git a/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf b/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf index 68ade962d6..40017ec88b 100644 --- a/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf +++ b/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf @@ -6,6 +6,8 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# Copyright (c) 2017, Microsoft Corporation +# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.
+ # # All rights reserved. # SPDX-License-Identifier: BSD-2-Clause-Patent @@ -23,7 +25,7 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 +# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64 # [Sources] @@ -32,7 +34,7 @@ [Sources.Ia32, Sources.ARM] SafeIntLib32.c -[Sources.X64, Sources.AARCH64] +[Sources.X64, Sources.AARCH64, Sources.RISCV64] SafeIntLib64.c [Sources.EBC]