VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/UnitTestFrameworkPkg/Library/UnitTestDebugAssertLib/UnitTestDebugAssertLibHost.inf

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: 1.1 KB
Line 
1## @file
2# Unit Test Debug Assert Library for host-based environments
3#
4# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7##
8
9[Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = UnitTestDebugAssertLibHost
12 MODULE_UNI_FILE = UnitTestDebugAssertLibHost.uni
13 FILE_GUID = F097D67C-0340-49C8-AB30-ABC1B7D1C8D2
14 MODULE_TYPE = HOST_APPLICATION
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = NULL
17
18#
19# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
20#
21
22[Sources]
23 UnitTestDebugAssertLibHost.cpp
24
25[Packages]
26 MdePkg/MdePkg.dec
27 UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
28
29[LibraryClasses]
30 BaseLib
31 UnitTestLib
32
33[BuildOptions]
34 MSFT:*_*_*_CC_FLAGS == /c /EHs /Zi /Od /MTd
35 GCC:*_*_IA32_CC_FLAGS == -g -c -fshort-wchar -fexceptions -O0 -m32 -malign-double -fno-pie
36 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette