Last change
on this file was 108794, checked in by vboxsync, 4 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
948 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # This module provides GoogleTest Library implementation.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010018
|
---|
11 | BASE_NAME = GoogleTestLib
|
---|
12 | MODULE_UNI_FILE = GoogleTestLib.uni
|
---|
13 | FILE_GUID = A90E4751-AD30-43CC-980B-01E356B49ADF
|
---|
14 | MODULE_TYPE = HOST_APPLICATION
|
---|
15 | VERSION_STRING = 0.1
|
---|
16 | LIBRARY_CLASS = GoogleTestLib
|
---|
17 |
|
---|
18 | #
|
---|
19 | # VALID_ARCHITECTURES = IA32 X64
|
---|
20 | #
|
---|
21 |
|
---|
22 | [Sources]
|
---|
23 | googletest/googletest/src/gtest-all.cc
|
---|
24 | googletest/googlemock/src/gmock-all.cc
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | MdePkg/MdePkg.dec
|
---|
28 | UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
|
---|
29 |
|
---|
30 | [BuildOptions]
|
---|
31 | MSFT:*_*_*_CC_FLAGS == /c /EHs /Zi /Od /MTd
|
---|
32 | GCC:*_*_IA32_CC_FLAGS == -g -c -fshort-wchar -fexceptions -O0 -m32 -malign-double -fno-pie
|
---|
33 | GCC:*_*_X64_CC_FLAGS == -g -c -fshort-wchar -fexceptions -O0 -m64 -fno-pie "-DEFIAPI=__attribute__((ms_abi))"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.