VirtualBox

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

Last change on this file was 101291, checked in by vboxsync, 19 months ago

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • Property svn:eol-style set to native
File size: 745 bytes
Line 
1## @file
2# This module provides Subhook 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 = SubhookLib
12 MODULE_UNI_FILE = SubhookLib.uni
13 FILE_GUID = 70E03378-E140-46A8-8E65-7719DA14A240
14 MODULE_TYPE = HOST_APPLICATION
15 VERSION_STRING = 0.1
16 LIBRARY_CLASS = SubhookLib
17
18#
19# VALID_ARCHITECTURES = IA32 X64
20#
21
22[Sources]
23 subhook/subhook.c
24
25[Packages]
26 UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
27
28[BuildOptions]
29 MSFT:*_*_*_CC_FLAGS == /c /EHsc /Zi /DSUBHOOK_STATIC /Od
30 GCC:*_*_IA32_CC_FLAGS == -g -c -O0 -m32
31 GCC:*_*_X64_CC_FLAGS == -g -c -O0 -m64
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