]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Test/GoogleTest/Library/BaseSafeIntLib/GoogleTestBaseSafeIntLib.inf
f609bfa57f7bf06cd73f7fc49c831898e7bc0405
[mirror_edk2.git] / MdePkg / Test / GoogleTest / Library / BaseSafeIntLib / GoogleTestBaseSafeIntLib.inf
1 ## @file
2 # Host OS based Application that Unit Tests the SafeIntLib using Google Test
3 #
4 # Copyright (c) 2022, Intel Corporation. All rights reserved.
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7
8 [Defines]
9 INF_VERSION = 0x00010005
10 BASE_NAME = GoogleTestBaseSafeIntLib
11 MODULE_UNI_FILE = GoogleTestBaseSafeIntLib.uni
12 FILE_GUID = 2D9C1796-B0D2-4DA7-9529-1F8D9CCC11D3
13 MODULE_TYPE = HOST_APPLICATION
14 VERSION_STRING = 1.0
15
16 #
17 # The following information is for reference only and not required by the build tools.
18 #
19 # VALID_ARCHITECTURES = IA32 X64
20 #
21
22 [Sources]
23 TestBaseSafeIntLib.cpp
24
25 [Sources.IA32]
26 SafeIntLibUintnIntnUnitTests32.cpp
27
28 [Sources.X64]
29 SafeIntLibUintnIntnUnitTests64.cpp
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
34
35 [LibraryClasses]
36 GoogleTestLib
37 SafeIntLib