VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/Makefile.kmk@ 106558

Last change on this file since 106558 was 106061, checked in by vboxsync, 5 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 36.8 KB
Line 
1# $Id: Makefile.kmk 106061 2024-09-16 14:03:52Z vboxsync $
2## @file
3# Sub-Makefile for the support library and the drivers/modules/kexts it uses.
4#
5
6#
7# Copyright (C) 2006-2024 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# The contents of this file may alternatively be used under the terms
26# of the Common Development and Distribution License Version 1.0
27# (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
28# in the VirtualBox distribution, in which case the provisions of the
29# CDDL are applicable instead of those of the GPL.
30#
31# You may elect to license modified versions of this file under the
32# terms and conditions of either the GPL or the CDDL or both.
33#
34# SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
35#
36
37SUB_DEPTH = ../../../..
38include $(KBUILD_PATH)/subheader.kmk
39
40#
41# Globals.
42#
43VBOX_PATH_SUP_SRC := $(PATH_SUB_CURRENT)
44VBOX_PATH_SUPR3_CERTIFICATES := $(PATH_SUB_CURRENT)/Certificates
45VBOX_PATH_RUNTIME_SRC ?= $(PATH_ROOT)/src/VBox/Runtime
46
47
48#
49# Targets
50#
51if "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" != "linux.arm64" || defined(VBOX_WITH_STATIC_ARM64_PAGE_SHIFT) # @todo Required by LoadGenerator in the validationkit but uses PAGE_SIZE++
52 LIBRARIES += SUPR3 SUPR3Static
53endif
54if defined(VBOX_WITH_HARDENING) \
55 && !defined(VBOX_ONLY_VALIDATIONKIT)
56 LIBRARIES += SUPR3HardenedStatic
57endif
58ifndef VBOX_ONLY_BUILD
59 ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), win.arm64)
60 DLLS.win += VBoxSupLib
61 endif
62endif
63ifdef VBOX_WITH_32_ON_64_MAIN_API
64 LIBRARIES += SUPR3-x86
65endif
66if !defined(VBOX_ONLY_DOCS)
67 if1of ($(VBOX_LDR_FMT), pe lx)
68 LIBRARIES += SUPR0
69 endif
70endif
71if !defined(VBOX_ONLY_BUILD) && defined(VBOX_WITH_RAW_MODE)
72 LIBRARIES += SUPRC
73endif
74if !defined(VBOX_ONLY_DOCS) \
75 && !defined(VBOX_ONLY_EXTPACKS) \
76 && !defined(VBOX_ONLY_VALIDATIONKIT) \
77 && "$(intersects $(KBUILD_TARGET_ARCH),$(VBOX_SUPPORTED_HOST_ARCHS))" != ""
78 ifdef VBOX_WITH_SUPSVC
79 PROGRAMS += VBoxSupSvc
80 endif
81 ifdef VBOX_WITH_VBOXDRV
82 LIBRARIES += SUPR0IdcClient
83 SYSMODS.os2 += VBoxDrv
84 endif
85 INSTALLS.linux += vboxdrv-src
86 INSTALLS.freebsd += vboxdrv-src
87
88 #
89 # Include sub-makefile(s).
90 #
91 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
92
93 #
94 # Populate FILES_VBOXDRV_NOBIN and FILES_VBOXDRV_BIN
95 #
96 ifeq ($(KBUILD_TARGET),linux)
97 include $(PATH_SUB_CURRENT)/linux/files_vboxdrv
98 endif
99 ifeq ($(KBUILD_TARGET),freebsd)
100 include $(PATH_SUB_CURRENT)/freebsd/files_vboxdrv
101 endif
102endif # !VBOX_ONLY_DOCS && !VBOX_ONLY_EXTPACKS && !VBOX_ONLY_VALIDATIONKIT
103
104#
105# Authenticode related trust anchors and certificates -> .cpp
106#
107VBOX_SUP_WIN_CERTS_FILE = $(SUPR3_0_OUTDIR)/TrustAnchorsAndCerts.cpp
108VBOX_SUP_WIN_CERTS := \
109 SpcRootMicrosoft0=SpcRoot-MicrosoftAuthenticodeTmRootAuthority-01.taf \
110 SpcRootMicrosoft1=SpcRoot-MicrosoftRootAuthority-00c1008b3c3c8811d13ef663ecdf40.taf \
111 SpcRootMicrosoft2=SpcRoot-MicrosoftRootCertificateAuthority-79ad16a14aa0a5ad4c7358f407132e65.taf \
112 SpcRootMicrosoft3=SpcRoot-MicrosoftRootCertificateAuthority2010-28cc3a25bfba44ac449a9b586b4339aa.taf \
113 SpcRootMicrosoft4=SpcRoot-MicrosoftRootCertificateAuthority2011-3f8bc8b5fc9fb29643b569d66c42e144.taf \
114 SpcRootMicrosoft5=SpcRoot-MicrosoftDigitalMediaAuthority2005-6eff330eb6e7569740680870104baaba.taf \
115 SpcRootMicrosoft6=SpcRoot-MicrosoftDevelopmentRootCertificateAuthority2014-078f0a9d03df119e434e4fec1bf0235a.taf \
116 SpcRootMicrosoft7=SpcRoot-MicrosoftTestingRootCertificateAuthority2010-8a334aa8052dd244a647306a76b8178fa215f344.taf \
117 NtRootMicrosoft8=NtRoot-MicrosoftCodeVerificationRoot-729404101f3e0ca347837fca175a8438.taf \
118 TimeRootMicrosoft0=Timestamp-CopyrightC1997MicrosoftCorp-01.taf \
119 TimeRootOracle0=Timestamp-VBoxLegacyWinCA.taf \
120 TimeRootOracle1=Timestamp-VBoxLegacyWinSha1CA.taf \
121 TrustedCertVBox0=Trusted-OracleCorporationVirtualBox-05308b76ac2e15b29720fb4395f65f38.taf \
122 AppleRoot0=AppleRoot-2bd06947947609fef46b8d2e40a6f7474d7f085e.taf \
123 AppleRoot1=AppleRoot-G2-c499136c1803c27bc0a3a00d7f72807a1c77268d.taf
124# Hack Alert! Because the DigiCert cross signing certificate we use expired 2020-04-15, we add it as a trusted NT kernel
125# signing root instead, so we can bypass the expiry check in IPRT. NtRootMicrosoft8 is the one found in the
126# 6.1.20 extpack, NtRootMicrosoft9 is the one bird uses at home.
127VBOX_SUP_WIN_CERTS += NtRootDigiCert8=NtRoot-CrossSign-DigiCertAssuredIDRootCA-589567a6c1944d68f11ff3d86576092b.taf
128VBOX_SUP_WIN_CERTS += NtRootDigiCert9=NtRoot-CrossSign-DigiCertHighAssuranceEVRootCA-f4a38dbe86386c554d25f1ce2557a4fe.taf
129
130VBOX_SUP_WIN_CERT_NAMES := $(foreach cert,$(VBOX_SUP_WIN_CERTS),$(firstword $(subst =,$(SPACE) ,$(cert))))
131
132# 1=name, 2=filter, 3=buildcert?.
133if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING)
134 VBOX_SUP_GEN_CERT_MACRO = 'SUPTAENTRY const g_aSUP$(1)TAs[] =' '{' \
135 $(if-expr "$(3)" == "",,' SUPTAENTRY_GEN(g_abSUPBuildCert),') \
136 $(foreach certnm,$(filter $(2),$(VBOX_SUP_WIN_CERT_NAMES)), ' SUPTAENTRY_GEN(g_abSUP$(certnm)),') \
137 '};' 'unsigned const g_cSUP$(1)TAs = RT_ELEMENTS(g_aSUP$(1)TAs);' '' ''
138else
139 VBOX_SUP_GEN_CERT_MACRO = 'SUPTAENTRY const g_aSUP$(1)TAs[] =' '{' \
140 $(foreach certnm,$(filter $(2),$(VBOX_SUP_WIN_CERT_NAMES)), ' SUPTAENTRY_GEN(g_abSUP$(certnm)),') \
141 '};' 'unsigned const g_cSUP$(1)TAs = RT_ELEMENTS(g_aSUP$(1)TAs);' '' ''
142endif
143
144if ("$(KBUILD_TARGET)" == "win" && defined(VBOX_SIGNING_MODE)) \
145 || ("$(KBUILD_TARGET)" == "darwin" && defined(VBOX_WITH_DARWIN_R0_DARWIN_IMAGE_VERIFICATION) && defined(VBOX_SIGNING_MODE))
146 BLDPROGS += bldSUPSignedDummy
147 bldSUPSignedDummy_TEMPLATE = VBoxBldProg
148 bldSUPSignedDummy_SOURCES = bldSUPSignedDummy.cpp
149 bldSUPSignedDummy_ORDERDEPS.win = $(VBOX_SIGN_IMAGE_ORDERDEPS)
150 bldSUPSignedDummy_POST_CMDS.win = $(call VBOX_SIGN_IMAGE_FN,$(out),,2)
151 bldSUPSignedDummy_POST_CMDS.darwin = $(call VBOX_SIGN_MACHO_FN,$(out),org.virtualbox.org.bldtool.$(target))
152endif
153
154$$(VBOX_SUP_WIN_CERTS_FILE): $(MAKEFILE_CURRENT) \
155 $(foreach cert,$(VBOX_SUP_WIN_CERTS),$(VBOX_PATH_SUPR3_CERTIFICATES)/$(lastword $(subst =,$(SPACE) ,$(cert)))) \
156 $(VBOX_BIN2C) \
157 $(if-expr defined(bldSUPSignedDummy_SOURCES),$(VBOX_RTSIGNTOOL) $$(bldSUPSignedDummy_1_TARGET),) \
158 | $$(dir $$@)
159 $(QUIET)$(RM) -f -- $@ [email protected]
160 $(QUIET)$(APPEND) -n "$@" \
161 '' \
162 '#include <VBox/sup.h>' \
163 ''
164 $(foreach cert,$(VBOX_SUP_WIN_CERTS), $(NLTAB)$(VBOX_BIN2C) -ascii --append --static --no-size \
165 "SUP$(firstword $(subst =,$(SP) ,$(cert)))" \
166 "$(VBOX_PATH_SUPR3_CERTIFICATES)/$(lastword $(subst =,$(SP) ,$(cert)))" \
167 "$@")
168# The build certificate.
169ifdef bldSUPSignedDummy_SOURCES
170 $(VBOX_RTSIGNTOOL) extract-exe-signer-cert --exe "$(bldSUPSignedDummy_1_TARGET)" --output "[email protected]" --der
171 $(VBOX_BIN2C) -ascii --append SUPBuildCert "[email protected]" $@
172 $(QUIET)$(RM) -f -- [email protected]
173endif
174# Generate certificate lists.
175 $(QUIET)$(APPEND) -n "$@" '' \
176 $(call VBOX_SUP_GEN_CERT_MACRO,All,%,build) \
177 $(call VBOX_SUP_GEN_CERT_MACRO,SpcRoot,SpcRoot%) \
178 $(call VBOX_SUP_GEN_CERT_MACRO,NtKernelRoot,NtRoot%) \
179 $(call VBOX_SUP_GEN_CERT_MACRO,Timestamp,TimeRoot%) \
180 $(call VBOX_SUP_GEN_CERT_MACRO,AppleRoot,AppleRoot%) \
181 $(call VBOX_SUP_GEN_CERT_MACRO,Trusted,TrustedCert%,build)
182
183OTHER_CLEAN += $(VBOX_SUP_WIN_CERTS_FILE)
184
185tst: $(VBOX_SUP_WIN_CERTS_FILE)
186
187
188#
189# The Ring-3 Support Library (this is linked into the IPRT dll, VBoxRT).
190#
191SUPR3_TEMPLATE = VBoxR3Dll
192SUPR3_DEFS = \
193 IN_SUP_R3 IN_RT_R3 \
194 $(if $(VBOX_WITH_SUPSVC),VBOX_WITH_SUPSVC) \
195 $(if $(VBOX_WITH_MAIN),VBOX_WITH_MAIN,) \
196 $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,) \
197 $(if $(VBOX_WITH_DRIVERLESS_NEM_FALLBACK),VBOX_WITH_DRIVERLESS_NEM_FALLBACK,) \
198 VBOX_PERMIT_MORE \
199 VBOX_PERMIT_EVEN_MORE
200SUPR3_INCS := $(PATH_SUB_CURRENT)
201SUPR3_SOURCES = \
202 SUPLib.cpp \
203 SUPLibLdr.cpp \
204 SUPLibSem.cpp \
205 SUPLibAll.cpp \
206 SUPR3HardenedIPRT.cpp \
207 SUPR3HardenedVerify.cpp \
208 $(KBUILD_TARGET)/SUPLib-$(KBUILD_TARGET).cpp \
209 $(VBOX_SUP_WIN_CERTS_FILE)
210SUPR3_SOURCES.amd64 = \
211 SUPLibTracerA.asm
212SUPR3_SOURCES.x86 = \
213 SUPLibTracerA.asm
214ifdef VBOX_WITH_HARDENING
215 SUPR3_SOURCES.win = \
216 win/SUPHardenedVerifyImage-win.cpp
217endif
218
219SUPR3-x86_TEMPLATE = VBoxR3Dll-x86
220SUPR3-x86_EXTENDS = SUPR3
221
222
223#
224# Static version of SUPR3. This is more of a stub than anything else in a
225# hardened build, at least on windows.
226#
227SUPR3Static_TEMPLATE := VBoxR3Static
228SUPR3Static_EXTENDS := SUPR3
229SUPR3Static_DEFS = $(SUPR3_DEFS) IN_SUP_R3_STATIC
230SUPR3Static_SOURCES.win = $(filter-out win/SUPHardenedVerifyImage-win.cpp, $(SUPR3_SOURCES.win))
231
232
233#
234# The static part of the hardened support library (ring-3).
235#
236SUPR3HardenedStatic_TEMPLATE = VBoxR3HardenedLib
237SUPR3HardenedStatic_DEFS = IN_SUP_HARDENED_R3
238SUPR3HardenedStatic_DEFS += \
239 $(if $(VBOX_WITH_SUPSVC),VBOX_WITH_SUPSVC,) \
240 $(if $(VBOX_WITH_MAIN),VBOX_WITH_MAIN,) \
241 $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,) \
242 $(if $(VBOX_WITH_DRIVERLESS_NEM_FALLBACK),VBOX_WITH_DRIVERLESS_NEM_FALLBACK,) \
243 $(if $(VBOX_WITHOUT_DEBUGGER_CHECKS),VBOX_WITHOUT_DEBUGGER_CHECKS,) \
244 $(if $(VBOX_WITHOUT_WINDOWS_KERNEL_CODE_SIGNING_CERT),VBOX_WITHOUT_WINDOWS_KERNEL_CODE_SIGNING_CERT,) \
245 $(if $(VBOX_PERMIT_VISUAL_STUDIO_PROFILING),VBOX_PERMIT_VISUAL_STUDIO_PROFILING,) \
246 VBOX_PERMIT_MORE \
247 VBOX_PERMIT_EVEN_MORE
248ifdef VBOX_WITH_VISTA_NO_SP
249 SUPR3HardenedStatic_DEFS.win += VBOX_WITH_VISTA_NO_SP
250endif
251SUPR3HardenedStatic_INCS = .
252SUPR3HardenedStatic_SOURCES = \
253 SUPR3HardenedMain.cpp \
254 SUPR3HardenedVerify.cpp \
255 SUPR3HardenedNoCrt.cpp \
256 $(KBUILD_TARGET)/SUPLib-$(KBUILD_TARGET).cpp
257SUPR3HardenedStatic_SOURCES.win = \
258 win/SUPR3HardenedMain-win.cpp \
259 win/SUPR3HardenedMainA-win.asm \
260 win/SUPR3HardenedMainImports-win.cpp \
261 win/SUPHardenedVerifyProcess-win.cpp \
262 win/SUPHardenedVerifyImage-win.cpp \
263 $(VBOX_SUP_WIN_CERTS_FILE)
264SUPR3HardenedStatic_SOURCES.x86 += \
265 $(VBOX_PATH_RUNTIME_SRC)/common/asm/ASMMemFirstMismatchingU8.asm
266SUPR3HardenedStatic_SOURCES.amd64 += \
267 $(VBOX_PATH_RUNTIME_SRC)/common/asm/ASMMemFirstMismatchingU8.asm
268
269
270if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) && !defined(VBOX_ONLY_VALIDATIONKIT) ## @todo some of this move up.
271 SUPR3HardenedStatic_DEFS += \
272 IN_RT_R3 \
273 IN_RT_STATIC \
274 IN_DIS \
275 IN_DIS_STATIC \
276 DIS_CORE_ONLY \
277 VBOX_DIS_WITH_X86_AMD64 \
278 IPRT_NO_CRT \
279 RT_WITH_NOCRT_ALIASES \
280 LOG_DISABLED \
281 IPRT_NO_ERROR_DATA \
282 IPRT_WITHOUT_DIGEST_MD4
283 SUPR3HardenedStatic_DEFS.win += LDR_ONLY_PE __STRALIGN_H_
284
285 SUPR3HardenedStatic_INCS += $(PATH_ROOT)/include/iprt/nocrt $(VBOX_PATH_RUNTIME_SRC)/include
286
287 SUPR3HardenedStatic_SOURCES += \
288 $(VBOX_PATH_RUNTIME_SRC)/common/ldr/ldr.cpp \
289 $(VBOX_PATH_RUNTIME_SRC)/common/ldr/ldrEx.cpp \
290 $(VBOX_PATH_RUNTIME_SRC)/common/ldr/ldrPE.cpp \
291 $(VBOX_PATH_RUNTIME_SRC)/common/alloc/heapsimple.cpp \
292 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-basics.cpp \
293 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-cursor.cpp \
294 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-default-allocator.cpp \
295 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-safer-allocator.cpp \
296 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-dump.cpp \
297 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-encode.cpp \
298 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-bitstring.cpp \
299 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-bitstring-decode.cpp \
300 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-boolean.cpp \
301 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-boolean-decode.cpp \
302 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-core.cpp \
303 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-core-decode.cpp \
304 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-dyntype.cpp \
305 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-dyntype-decode.cpp \
306 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-integer.cpp \
307 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-integer-decode.cpp \
308 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-null.cpp \
309 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-null-decode.cpp \
310 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-objid.cpp \
311 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-objid-decode.cpp \
312 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-octetstring.cpp \
313 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-octetstring-decode.cpp \
314 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-string.cpp \
315 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-string-decode.cpp \
316 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-time.cpp \
317 $(VBOX_PATH_RUNTIME_SRC)/common/asn1/asn1-ut-time-decode.cpp \
318 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/digest-core.cpp \
319 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/digest-builtin.cpp \
320 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/key.cpp \
321 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/pkcs7-asn1-decoder.cpp \
322 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/pkcs7-core.cpp \
323 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/pkcs7-init.cpp \
324 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/pkcs7-sanity.cpp \
325 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/pkcs7-verify.cpp \
326 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/pkix-signature-builtin.cpp \
327 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/pkix-signature-core.cpp \
328 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/pkix-signature-rsa.cpp \
329 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/pkix-verify.cpp \
330 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/pkix-util.cpp \
331 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/rsa-asn1-decoder.cpp \
332 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/rsa-core.cpp \
333 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/rsa-init.cpp \
334 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/rsa-sanity.cpp \
335 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/spc-asn1-decoder.cpp \
336 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/spc-core.cpp \
337 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/spc-init.cpp \
338 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/spc-sanity.cpp \
339 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/x509-asn1-decoder.cpp \
340 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/x509-certpaths.cpp \
341 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/x509-core.cpp \
342 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/x509-init.cpp \
343 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/x509-sanity.cpp \
344 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/x509-verify.cpp \
345 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/store.cpp \
346 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/store-inmem.cpp \
347 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/taf-asn1-decoder.cpp \
348 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/taf-core.cpp \
349 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/taf-init.cpp \
350 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/taf-sanity.cpp \
351 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/tsp-asn1-decoder.cpp \
352 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/tsp-core.cpp \
353 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/tsp-init.cpp \
354 $(VBOX_PATH_RUNTIME_SRC)/common/crypto/tsp-sanity.cpp \
355 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/alt-md2.cpp \
356 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/alt-md5.cpp \
357 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/alt-sha1.cpp \
358 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/alt-sha256.cpp \
359 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/alt-sha512.cpp \
360 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/alt-sha3.cpp \
361 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/md2str.cpp \
362 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/md5str.cpp \
363 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/sha1str.cpp \
364 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/sha256str.cpp \
365 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/sha384str.cpp \
366 $(VBOX_PATH_RUNTIME_SRC)/common/checksum/sha512str.cpp \
367 $(VBOX_PATH_RUNTIME_SRC)/common/err/errinfo.cpp \
368 $(VBOX_PATH_RUNTIME_SRC)/common/path/RTPathChangeToUnixSlashes.cpp \
369 $(VBOX_PATH_RUNTIME_SRC)/common/path/RTPathExt.cpp \
370 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTUtf16PrintHexBytes.cpp \
371 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTUtf16ICmpAscii.cpp \
372 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTUtf16NICmpAscii.cpp \
373 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTUtf16CatAscii.cpp \
374 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTUtf16CopyAscii.cpp \
375 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTUtf16End.cpp \
376 $(VBOX_PATH_RUNTIME_SRC)/common/string/strstrip.cpp \
377 \
378 $(VBOX_PATH_RUNTIME_SRC)/common/err/errmsg.cpp \
379 $(VBOX_PATH_RUNTIME_SRC)/common/math/bignum.cpp \
380 $(VBOX_PATH_RUNTIME_SRC)/common/math/bignum-amd64-x86.asm \
381 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg1Weak.cpp \
382 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg2.cpp \
383 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg2Weak.cpp \
384 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg2WeakV.cpp \
385 $(VBOX_PATH_RUNTIME_SRC)/common/misc/zero.asm \
386 $(VBOX_PATH_RUNTIME_SRC)/common/path/RTPathAbsEx.cpp \
387 $(VBOX_PATH_RUNTIME_SRC)/common/path/RTPathFilename.cpp \
388 $(VBOX_PATH_RUNTIME_SRC)/common/path/RTPathParse.cpp \
389 $(VBOX_PATH_RUNTIME_SRC)/common/path/RTPathParsedReassemble.cpp \
390 $(VBOX_PATH_RUNTIME_SRC)/common/string/memchr.asm \
391 $(VBOX_PATH_RUNTIME_SRC)/common/string/memcmp.asm \
392 $(VBOX_PATH_RUNTIME_SRC)/common/string/memcpy.asm \
393 $(VBOX_PATH_RUNTIME_SRC)/common/string/memmove.asm \
394 $(VBOX_PATH_RUNTIME_SRC)/common/string/mempcpy.asm \
395 $(VBOX_PATH_RUNTIME_SRC)/common/string/memset.asm \
396 $(VBOX_PATH_RUNTIME_SRC)/common/string/strversion.cpp \
397 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrPrintHexBytes.cpp \
398 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrCat.cpp \
399 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrCmp.cpp \
400 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrCopy.cpp \
401 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrEnd.asm \
402 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrICmpAscii.cpp \
403 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrNCmp.cpp \
404 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrNLen.cpp \
405 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTUtf16Copy.cpp \
406 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTUtf16NLenEx.cpp \
407 $(VBOX_PATH_RUNTIME_SRC)/common/string/strchr.asm \
408 $(VBOX_PATH_RUNTIME_SRC)/common/string/strcmp.asm \
409 $(VBOX_PATH_RUNTIME_SRC)/common/string/strcpy.asm \
410 $(VBOX_PATH_RUNTIME_SRC)/common/string/strformat.cpp \
411 $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrFormat.cpp \
412 $(VBOX_PATH_RUNTIME_SRC)/common/string/strformatrt.cpp \
413 $(VBOX_PATH_RUNTIME_SRC)/common/string/strformattype.cpp \
414 $(VBOX_PATH_RUNTIME_SRC)/common/string/strformatnum.cpp \
415 $(VBOX_PATH_RUNTIME_SRC)/common/string/stringalloc.cpp \
416 $(VBOX_PATH_RUNTIME_SRC)/common/string/strlen.asm \
417 $(VBOX_PATH_RUNTIME_SRC)/common/string/strncmp.asm \
418 $(VBOX_PATH_RUNTIME_SRC)/common/string/strncpy.asm \
419 $(VBOX_PATH_RUNTIME_SRC)/common/string/strprintf.cpp \
420 $(VBOX_PATH_RUNTIME_SRC)/common/string/strprintf-ellipsis.cpp \
421 $(VBOX_PATH_RUNTIME_SRC)/common/string/strprintf2.cpp \
422 $(VBOX_PATH_RUNTIME_SRC)/common/string/strprintf2-ellipsis.cpp \
423 $(VBOX_PATH_RUNTIME_SRC)/common/string/strtonum.cpp \
424 $(VBOX_PATH_RUNTIME_SRC)/common/string/utf-16.cpp \
425 $(VBOX_PATH_RUNTIME_SRC)/common/string/utf-8.cpp \
426 $(VBOX_PATH_RUNTIME_SRC)/common/string/utf-8-case.cpp \
427 $(VBOX_PATH_RUNTIME_SRC)/common/string/unidata-upper.cpp \
428 $(VBOX_PATH_RUNTIME_SRC)/common/string/unidata-lower.cpp \
429 $(VBOX_PATH_RUNTIME_SRC)/common/time/time.cpp \
430 $(VBOX_PATH_RUNTIME_SRC)/generic/RTAssertShouldPanic-generic.cpp \
431 $(VBOX_PATH_RUNTIME_SRC)/generic/RTPathGetCurrentDrive-generic.cpp \
432 $(VBOX_PATH_RUNTIME_SRC)/generic/RTPathGetCurrentOnDrive-generic.cpp \
433 $(VBOX_PATH_RUNTIME_SRC)/generic/rtStrFormatKernelAddress-generic.cpp \
434 $(VBOX_PATH_RUNTIME_SRC)/generic/memsafer-generic.cpp \
435 $(VBOX_PATH_RUNTIME_SRC)/generic/uuid-generic.cpp \
436 \
437 ../../Disassembler/Disasm.cpp \
438 ../../Disassembler/DisasmCore-x86-amd64.cpp \
439 ../../Disassembler/DisasmTables-x86-amd64.cpp \
440 ../../Disassembler/DisasmTablesX64.cpp \
441 ../../Disassembler/DisasmMisc.cpp
442
443 SUPR3HardenedStatic_SOURCES.amd64 += \
444 $(VBOX_PATH_RUNTIME_SRC)/common/math/RTUInt128MulByU64.asm \
445 $(VBOX_PATH_RUNTIME_SRC)/win/amd64/ASMGetCS.asm \
446 $(VBOX_PATH_RUNTIME_SRC)/win/amd64/ASMGetSS.asm
447
448 SUPR3HardenedStatic_SOURCES.win += \
449 win/SUPR3HardenedNoCrt-win.cpp \
450 $(VBOX_PATH_RUNTIME_SRC)/nt/RTErrConvertFromNtStatus.cpp \
451 $(VBOX_PATH_RUNTIME_SRC)/nt/RTNtPathFindPossible8dot3Name.cpp \
452 $(VBOX_PATH_RUNTIME_SRC)/nt/RTNtPathExpand8dot3Path.cpp \
453 $(VBOX_PATH_RUNTIME_SRC)/nt/RTNtPathExpand8dot3PathA.cpp \
454 $(VBOX_PATH_RUNTIME_SRC)/r3/nt/pathint-nt.cpp \
455 $(VBOX_PATH_RUNTIME_SRC)/win/RTErrConvertFromWin32.cpp \
456 $(VBOX_PATH_RUNTIME_SRC)/win/errmsgwin.cpp
457
458 # Add necessary compiler specific files from the compiler lib dir.
459 ifeq ($(KBUILD_TARGET),win)
460 include $(KBUILD_PATH)/tools/$(VBOX_VCC_TOOL).kmk
461 SUPR3HardenedStatic_SOURCES.win += \
462 $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/chkstk.obj
463
464 # And a few extracted from the static libc to support -guard and cookes.
465 # In 14.2 these files does not import anything from the win32 API and are
466 # mostly tiny bits of code. Needs not initialization that I can spot.
467 ifneq ($(VBOX_VCC_LD_GUARD_CF),)
468 SUPR3HardenedStatic_SOURCES.win += \
469 $(SUPR3HardenedStatic_0_OUTDIR)/loadcfg.obj
470 # These are for the /guard option.
471 SUPR3HardenedStatic_SOURCES.win += \
472 $(SUPR3HardenedStatic_0_OUTDIR)/gs_cookie.obj \
473 $(SUPR3HardenedStatic_0_OUTDIR)/guard_support.obj
474 SUPR3HardenedStatic_SOURCES.win.amd64 += \
475 $(SUPR3HardenedStatic_0_OUTDIR)/guard_dispatch.obj \
476 $(SUPR3HardenedStatic_0_OUTDIR)/guard_xfg_dispatch.obj
477 # These next ones are for supporting the /GS option. We skip gs_report.obj as it
478 # import lots from kernel32 and we're better of reporting the problem ourselves.
479 SUPR3HardenedStatic_SOURCES.win.amd64 += \
480 $(SUPR3HardenedStatic_0_OUTDIR)/amdsecgs.obj \
481 $(SUPR3HardenedStatic_0_OUTDIR)/gshandler.obj
482 SUPR3HardenedStatic_SOURCES.win.x86 += \
483 $(SUPR3HardenedStatic_0_OUTDIR)/secchk.obj \
484 $(SUPR3HardenedStatic_0_OUTDIR)/alloca16.obj
485
486 $$(SUPR3HardenedStatic_0_OUTDIR)/loadcfg.obj \
487 $$(SUPR3HardenedStatic_0_OUTDIR)/gs_cookie.obj \
488 $$(SUPR3HardenedStatic_0_OUTDIR)/guard_support.obj \
489 $$(SUPR3HardenedStatic_0_OUTDIR)/guard_dispatch.obj \
490 $$(SUPR3HardenedStatic_0_OUTDIR)/guard_xfg_dispatch.obj \
491 $$(SUPR3HardenedStatic_0_OUTDIR)/amdsecgs.obj \
492 $$(SUPR3HardenedStatic_0_OUTDIR)/gs_report.obj \
493 $$(SUPR3HardenedStatic_0_OUTDIR)/gshandler.obj \
494 $$(SUPR3HardenedStatic_0_OUTDIR)/secchk.obj \
495 $$(SUPR3HardenedStatic_0_OUTDIR)/alloca16.obj: \
496 $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/libcmt.lib | $$(dir $$@)
497 set -x; $(TOOL_$(VBOX_VCC_TOOL)_AR) "/EXTRACT:$$($(TOOL_$(VBOX_VCC_TOOL)_AR) /LIST "$<" | $(SED_EXT) -e '/$(notdir $@)/!d' )" "/OUT:$@" "$<"
498 endif
499 endif
500endif
501
502# macOS specifics.
503ifeq ($(KBUILD_TARGET),darwin)
504 SUPR3HardenedStatic_DEFS += \
505 LOG_DISABLED
506
507 SUPR3HardenedStatic_INCS += $(VBOX_PATH_RUNTIME_SRC)/include
508
509 SUPR3HardenedStatic_SOURCES += \
510 darwin/SUPR3HardenedMain-darwin.cpp \
511 \
512 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg1Weak.cpp \
513 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg2.cpp \
514 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg2Weak.cpp \
515 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg2WeakV.cpp \
516 $(VBOX_PATH_RUNTIME_SRC)/generic/RTAssertShouldPanic-generic.cpp
517endif
518
519# Things specific to the rest of the posix crowd.
520if1of ($(KBUILD_TARGET), linux solaris)
521 SUPR3HardenedStatic_DEFS += \
522 IN_DIS \
523 IN_DIS_STATIC \
524 DIS_CORE_ONLY \
525 VBOX_DIS_WITH_X86_AMD64 \
526 LOG_DISABLED
527 SUPR3HardenedStatic_DEFS.linux += \
528 SUP_HARDENED_WITH_DLMOPEN
529 SUPR3HardenedStatic_DEFS.solaris += \
530 SUP_HARDENED_WITH_DLMOPEN
531 SUPR3HardenedStatic_DEFS.asan += SUP_HARDENED_WITHOUT_DLOPEN_PATCHING
532
533 SUPR3HardenedStatic_INCS += $(VBOX_PATH_RUNTIME_SRC)/include
534
535 SUPR3HardenedStatic_SOURCES += \
536 posix/SUPR3HardenedMain-posix.cpp \
537 posix/SUPR3HardenedMainA-posix.asm \
538 \
539 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg1Weak.cpp \
540 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg2.cpp \
541 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg2Weak.cpp \
542 $(VBOX_PATH_RUNTIME_SRC)/common/misc/RTAssertMsg2WeakV.cpp \
543 $(VBOX_PATH_RUNTIME_SRC)/generic/RTAssertShouldPanic-generic.cpp \
544 \
545 ../../Disassembler/Disasm.cpp \
546 ../../Disassembler/DisasmCore-x86-amd64.cpp \
547 ../../Disassembler/DisasmTables-x86-amd64.cpp \
548 ../../Disassembler/DisasmTablesX64.cpp \
549 ../../Disassembler/DisasmMisc.cpp
550endif
551
552SUPR3HardenedMain.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV)
553
554
555#
556# VBoxSupLib - Windows DLL for catching thread creation and termination.
557#
558VBoxSupLib_TEMPLATE = VBoxR3StaticNoCrt
559VBoxSupLib_SDKS.win = VBoxNtDll
560VBoxSupLib_LDFLAGS.win.amd64 = -Entry:DllMainEntrypoint
561VBoxSupLib_LDFLAGS.win.x86 = -Entry:DllMainEntrypoint
562VBoxSupLib_DEFS = \
563 $(if $(VBOX_WITHOUT_DEBUGGER_CHECKS),VBOX_WITHOUT_DEBUGGER_CHECKS,)
564VBoxSupLib_SOURCES = \
565 $(KBUILD_TARGET)/VBoxSupLib-$(KBUILD_TARGET).cpp
566VBoxSupLib_SOURCES.win.amd64 = \
567 $(VBOX_PATH_RUNTIME_SRC)/common/compiler/vcc/stack-probe-vcc.asm
568VBoxSupLib_SOURCES.win.x86 = \
569 $(VBOX_PATH_RUNTIME_SRC)/common/compiler/vcc/stack-probe-vcc.asm
570VBoxSupLib_SOURCES.win = \
571 win/VBoxSupLib.rc
572ifndef VBOX_WITH_NOCRT_STATIC
573 ifdef VBOX_WITH_HARDENING # for /guard:cf stuff
574 VBoxSupLib_LIBS.win.x86 = \
575 $(PATH_TOOL_$(TEMPLATE_VBoxR3StaticNoCrt_TOOL.win.x86)_LIB)/libcmt.lib
576 VBoxSupLib_LIBS.win.amd64 = \
577 $(PATH_TOOL_$(TEMPLATE_VBoxR3StaticNoCrt_TOOL.win.amd64)_LIB)/libcmt.lib
578 endif
579endif
580VBoxSupLib_VBOX_IMPORT_CHECKER.win.x86 = xp
581VBoxSupLib_VBOX_IMPORT_CHECKER.win.amd64 = xp64
582
583
584#
585# VBoxSupSvc - The system wide service/daemon.
586#
587VBoxSupSvc_TEMPLATE = VBoxR3Exe
588VBoxSupSvc_SOURCES = \
589 SUPSvc.cpp \
590 SUPSvcGlobal.cpp \
591 $(KBUILD_TARGET)/SUPSvc-$(KBUILD_TARGET).cpp
592if1of ($(KBUILD_TARGET), win)
593 VBoxSupSvc_SOURCES += \
594 SUPSvcGrant.cpp
595endif
596ifn1of ($(KBUILD_TARGET), win)
597 VBoxSupSvc_SOURCES += \
598 SUPSvcMain-posix.cpp
599endif
600VBoxSupSvc_LIBS = \
601 $(LIB_RUNTIME)
602
603
604#
605# SUPR0 - The Ring-0 Import library.
606#
607SUPR0_TEMPLATE = VBoxR0
608if1of ($(VBOX_LDR_FMT), pe lx)
609 SUPR0_SOURCES = $(SUPR0_0_OUTDIR)/SUPR0.def
610 SUPR0_CLEAN = $(SUPR0_0_OUTDIR)/SUPR0.def
611 $$(SUPR0_0_OUTDIR)/SUPR0.def: \
612 $(PATH_SUB_CURRENT)/SUPDrv.cpp \
613 $(PATH_SUB_CURRENT)/SUPR0-def-$(VBOX_LDR_FMT).sed \
614 | $$(dir $$@)
615 $(SED) \
616 -f $(dir $<)/SUPR0-def-$(VBOX_LDR_FMT).sed \
617 --output $@ \
618 $<
619 # Experiment: Let's see how blunt the ones messing our NULL_THUNK_DATA entries on W10 are.
620 ifeq ($(KBUILD_TARGET),win)
621 ifdef KLIBTWEAKER_EXT
622 SUPR0_POST_CMDS = $(KLIBTWEAKER_EXT) --clear-timestamps --fill-null_thunk_data $(out)
623 endif
624 endif
625endif
626
627
628#
629# SUPRC - The raw-mode context library.
630#
631SUPRC_TEMPLATE := VBoxRc
632SUPRC_DEFS := IN_SUP_RC IN_RT_RC IN_VMM_RC
633SUPRC_SOURCES := SUPLibAll.cpp
634
635
636#
637# SUPR0IdcClient - The Ring-0 IDC client driver library.
638#
639SUPR0IdcClient_TEMPLATE = VBoxR0DrvLib
640SUPR0IdcClient_DEFS = IN_RT_R0 IN_SUP_R0 IN_SUP_STATIC
641SUPR0IdcClient_SDKS.win = ReorderCompilerIncs $(VBOX_WINDDK) $(VBOX_WINPSDK_INCS)
642SUPR0IdcClient_SOURCES.$(KBUILD_TARGET) = \
643 $(KBUILD_TARGET)/SUPR0IdcClient-$(KBUILD_TARGET).c
644SUPR0IdcClient_SOURCES = \
645 SUPR0IdcClient.c \
646 SUPR0IdcClientComponent.c \
647 SUPR0IdcClientStubs.c
648
649
650
651if !defined(VBOX_ONLY_DOCS) \
652 && !defined(VBOX_ONLY_EXTPACKS) \
653 && !defined(VBOX_ONLY_VALIDATIONKIT)
654
655 ifeq ($(KBUILD_TARGET),os2)
656
657 #
658 # VBoxDrv.sys - The OS/2 driver.
659 #
660 VBoxDrv_TEMPLATE = VBoxR0Drv
661 VBoxDrv_DEFS = IN_RT_R0 IN_SUP_R0
662 VBoxDrv_INCS := $(PATH_SUB_CURRENT)
663 #VBoxDrv_LDFLAGS = -s -t -v
664 VBoxDrv_SOURCES = \
665 os2/SUPDrvA-os2.asm \
666 os2/SUPDrv-os2.def
667 VBoxDrv_LIBS = \
668 $(VBoxDrvLib_1_TARGET) \
669 $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) \
670 $(VBOX_GCC_LIBGCC) \
671 end
672
673 # temp hack to ensure that SUPDrvA-os2.asm is first in the link.
674 LIBRARIES += VBoxDrvLib
675 VBoxDrvLib_TEMPLATE = VBoxR0Drv
676 VBoxDrvLib_INSTTYPE = none
677 VBoxDrvLib_DEFS = IN_RT_R0 IN_SUP_R0
678 VBoxDrvLib_INCS := \
679 . \
680 $(PATH_ROOT)/src/VBox/Runtime/include
681 VBoxDrvLib_SOURCES = \
682 os2/SUPDrv-os2.cpp \
683 SUPDrv.cpp \
684 SUPDrvGip.cpp \
685 SUPDrvSem.cpp \
686 SUPLibAll.cpp
687
688 endif # os2
689
690
691 #
692 # New VBoxDrv target. TODO: Convert all the above to use this!
693 #
694 if1of ($(KBUILD_TARGET), darwin freebsd solaris win)
695 ifdef VBOX_WITH_VBOXDRV
696 SYSMODS += VBoxDrv
697 endif
698 VBoxDrv_TEMPLATE = VBoxR0Drv
699 VBoxDrv_NAME.freebsd = vboxdrv
700 VBoxDrv_NAME.solaris = vboxdrv
701 VBoxDrv_NAME.win = VBoxSup
702 ifdef VBOX_SIGNING_MODE
703 VBoxDrv_INSTTYPE.win = none
704 VBoxDrv_DEBUG_INSTTYPE.win = both
705 endif
706 VBoxDrv_INST.darwin = $(INST_VBOXDRV)Contents/MacOS/
707 VBoxDrv_DEBUG_INST.darwin = $(patsubst %/,%,$(INST_VBOXDRV))
708 VBoxDrv_SDKS.win = ReorderCompilerIncs $(VBOX_WINDDK) $(VBOX_WINPSDK_INCS)
709
710 VBoxDrv_DEFS := IN_RT_R0 IN_SUP_R0 SUPDRV_WITH_RELEASE_LOGGER VBOX_SVN_REV=$(VBOX_SVN_REV)
711 ifdef VBOX_WITH_DTRACE_R0DRV
712 VBoxDrv_DEFS += VBOX_WITH_DTRACE VBOX_WITH_DTRACE_R0DRV
713 endif
714 ifdef VBOX_WITHOUT_DEBUGGER_CHECKS
715 VBoxDrv_DEFS += VBOX_WITHOUT_DEBUGGER_CHECKS
716 endif
717 ifdef VBOX_PERMIT_VISUAL_STUDIO_PROFILING
718 VBoxDrv_DEFS += VBOX_PERMIT_VISUAL_STUDIO_PROFILING
719 endif
720 VBoxDrv_DEFS += VBOX_PERMIT_MORE VBOX_PERMIT_EVEN_MORE
721 #VBoxDrv_DEFS.debug += DEBUG_DARWIN_GIP
722 VBoxDrv_DEFS.darwin := VBOX_WITH_HOST_VMX
723 ifdef VBOX_WITH_RAW_MODE
724 VBoxDrv_DEFS.darwin += VBOX_WITH_RAW_MODE
725 endif
726 if defined(VBOX_WITH_DARWIN_R0_DARWIN_IMAGE_VERIFICATION) && defined(VBOX_SIGNING_MODE)
727 VBoxDrv_DEFS.darwin += VBOX_WITH_DARWIN_R0_DARWIN_IMAGE_VERIFICATION
728 ifeq ($(VBOX_SIGNING_MODE),test)
729 VBoxDrv_DEFS.darwin += VBOX_WITH_DARWIN_R0_TEST_SIGN
730 endif
731 endif
732 ifdef VBOX_WITH_NETFLT
733 VBoxDrv_DEFS.solaris += VBOX_WITH_NETFLT
734 endif
735 ifdef VBOX_WITH_NATIVE_SOLARIS_LOADING
736 VBoxDrv_DEFS.solaris += VBOX_WITH_NATIVE_SOLARIS_LOADING
737 endif
738 ifdef VBOX_WITHOUT_NATIVE_R0_LOADER
739 VBoxDrv_DEFS.win += VBOX_WITHOUT_NATIVE_R0_LOADER
740 endif
741 ifdef VBOX_WITH_VISTA_NO_SP
742 VBoxDrv_DEFS.win += VBOX_WITH_VISTA_NO_SP
743 endif
744 ifdef VBOX_WITH_HARDENING
745 VBoxDrv_ASDEFS += VBOX_WITH_HARDENING
746 endif
747 ifdef VBOX_WITH_RAM_IN_KERNEL
748 VBoxDrv_DEFS += VBOX_WITHOUT_EFLAGS_AC_SET_IN_VBOXDRV IPRT_WITHOUT_EFLAGS_AC_PRESERVING
749 else if ($(VBOX_VERSION_BUILD) % 2) == 1
750 VBoxDrv_DEFS += VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV IPRT_WITH_EFLAGS_AC_PRESERVING
751 endif
752
753 VBoxDrv_INCS = . $(VBoxDrv_0_OUTDIR)
754 VBoxDrv_INCS.darwin = ./darwin
755
756 VBoxDrv_LIBS = $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB)
757 VBoxDrv_LIBS.win = \
758 $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) \
759 $(PATH_SDK_$(VBOX_WINDDK)_LIB)/ntoskrnl.lib \
760 $(PATH_SDK_$(VBOX_WINDDK)_LIB)/hal.lib
761 ifn1of ($(VBOX_WINDDK), WINDDK80 WINDDK71)
762 VBoxDrv_LIBS.win.x86 = \
763 $(PATH_SDK_$(VBOX_WINDDK)_LIB)/BufferOverflowK.lib
764 endif
765
766 #VBoxDrv_LDFLAGS.darwin = -Wl,-sectcreate,__TEXT,__info_plist,$(VBoxDrv.kext_0_OUTDIR)/Info.plist
767 #VBoxDrv_LDFLAGS.darwin = -v -Wl,-whyload -Wl,-v -Wl,-whatsloaded
768 VBoxDrv_LDFLAGS.solaris += -N misc/ctf
769 ifdef VBOX_WITH_NATIVE_DTRACE
770 VBoxDrv_LDFLAGS.solaris += -N drv/dtrace
771 endif
772 VBoxDrv_LDFLAGS.win.x86 = -Entry:DriverEntry@8
773 VBoxDrv_LDFLAGS.win.amd64 = -Entry:DriverEntry
774
775 VBoxDrv_SOURCES.darwin = \
776 darwin/SUPDrv-darwin.cpp
777 ifdef VBOX_WITH_DARWIN_R0_DARWIN_IMAGE_VERIFICATION
778 VBoxDrv_SOURCES.darwin += \
779 $(VBOX_SUP_WIN_CERTS_FILE)
780 endif
781 VBoxDrv_SOURCES.solaris = \
782 solaris/SUPDrv-solaris.c
783 VBoxDrv_SOURCES.win = \
784 win/SUPDrv-win.cpp \
785 win/SUPDrvA-win.asm \
786 win/VBoxDrv.rc
787 ifdef VBOX_WITH_HARDENING
788 VBoxDrv_SOURCES.win += \
789 win/SUPHardenedVerifyImage-win.cpp \
790 win/SUPHardenedVerifyProcess-win.cpp \
791 $(VBOX_SUP_WIN_CERTS_FILE)
792 ifdef VBOX_WITHOUT_WINDOWS_KERNEL_CODE_SIGNING_CERT
793 VBoxDrv_DEFS.win += VBOX_WITHOUT_WINDOWS_KERNEL_CODE_SIGNING_CERT
794 endif
795 endif
796 VBoxDrv_SOURCES = \
797 SUPDrv.d \
798 SUPDrv.cpp \
799 SUPDrvGip.cpp \
800 SUPDrvSem.cpp \
801 SUPDrvTracer.cpp \
802 SUPLibAll.cpp
803 ifdef VBOX_WITH_NATIVE_DTRACE
804 VBoxDrv_SOURCES += \
805 SUPDrv-dtrace.cpp
806 SUPDrv-dtrace.cpp_DEFS.darwin += VBOX_PATH_MACOSX_DTRACE_H=\"$(VBOX_PATH_MACOSX_SDK)/usr/include/sys/dtrace.h\"
807 endif
808 ifn1of ($(KBUILD_TARGET), linux freebsd)
809 VBoxDrv_SOURCES += \
810 SUPDrvTracerA.asm
811 endif
812
813 linux/SUPDrv-linux.c_DEPS = $(VBOX_SVN_REV_HEADER)
814
815 endif
816
817
818
819 if defined(VBOX_WITH_VBOXDRV) && "$(KBUILD_TARGET)" == "darwin"
820 # Files necessary to make a darwin kernel extension bundle.
821 INSTALLS.darwin += VBoxDrv.kext
822 VBoxDrv.kext_INST = $(INST_VBOXDRV)Contents/
823 VBoxDrv.kext_SOURCES = $(VBoxDrv.kext_0_OUTDIR)/Contents/Info.plist
824 VBoxDrv.kext_CLEAN = $(VBoxDrv.kext_0_OUTDIR)/Contents/Info.plist
825 VBoxDrv.kext_BLDDIRS = $(VBoxDrv.kext_0_OUTDIR)/Contents/
826
827 $$(VBoxDrv.kext_0_OUTDIR)/Contents/Info.plist: \
828 $(PATH_SUB_CURRENT)/darwin/Info.plist \
829 $(VBOX_VERSION_MK) | $$(dir $$@)
830 $(call MSG_GENERATE,VBoxDrv,$@,$<)
831 $(QUIET)$(RM) -f $@
832 $(QUIET)$(SED) \
833 -e 's+@VBOX_VERSION_STRING@+$(if !defined(VBOX_MAVERICS_CODE_SIGNING_HACK),$(VBOX_VERSION_STRING),4.2.51)+g' \
834 -e 's+@VBOX_VERSION_MAJOR@+$(if !defined(VBOX_MAVERICS_CODE_SIGNING_HACK),$(VBOX_VERSION_MAJOR),4)+g' \
835 -e 's+@VBOX_VERSION_MINOR@+$(if !defined(VBOX_MAVERICS_CODE_SIGNING_HACK),$(VBOX_VERSION_MINOR),2)+g' \
836 -e 's+@VBOX_VERSION_BUILD@+$(if !defined(VBOX_MAVERICS_CODE_SIGNING_HACK),$(VBOX_VERSION_BUILD),51)+g' \
837 -e 's+@VBOX_VENDOR@+$(VBOX_VENDOR)+g' \
838 -e 's+@VBOX_PRODUCT@+$(VBOX_PRODUCT)+g' \
839 -e 's+@VBOX_C_YEAR@+$(VBOX_C_YEAR)+g' \
840 --output $@ \
841 $<
842
843 $(evalcall2 VBOX_TEST_SIGN_KEXT,VBoxDrv)
844 endif
845
846
847 if1of ($(KBUILD_TARGET), darwin solaris)
848 ifdef VBOX_WITH_VBOXDRV
849 # Common manual loader script.
850 INSTALLS += SUPDrvScripts
851 SUPDrvScripts_INST = $(INST_DIST)
852 SUPDrvScripts_EXEC_SOURCES = \
853 $(KBUILD_TARGET)/load.sh
854 endif
855 endif
856
857
858 if1of ($(KBUILD_TARGET), linux freebsd)
859 if1of ($(KBUILD_TARGET_ARCH), $(VBOX_SUPPORTED_HOST_ARCHS))
860 #
861 # Targets for installing the linux sources.
862 #
863 vboxdrv-src_INST = bin/src/vboxdrv/
864 vboxdrv-src_SOURCES = \
865 $(subst $(DQUOTE),,$(FILES_VBOXDRV_NOBIN)) \
866 $(vboxdrv-src_0_OUTDIR)/Makefile
867 vboxdrv-src_EXEC_SOURCES = \
868 $(subst $(DQUOTE),,$(FILES_VBOXDRV_BIN))
869 vboxdrv-src_CLEAN = \
870 $(vboxdrv-src_0_OUTDIR)/Makefile \
871 $(PATH_TARGET)/vboxdrv-src-1.dep
872
873 # Scripts needed for building the kernel modules
874 includedep $(PATH_TARGET)/vboxdrv-src-1.dep
875 $$(vboxdrv-src_0_OUTDIR)/Makefile: \
876 $(PATH_SUB_CURRENT)/$(KBUILD_TARGET)/Makefile \
877 $$(if $$(eq $$(Support/$(KBUILD_TARGET)/Makefile_VBOX_HARDENED),$$(VBOX_WITH_HARDENING)),,FORCE) \
878 $$(if $$(eq $$(Support/$(KBUILD_TARGET)/Makefile_VBOX_RAM_IN_KERNEL),$$(VBOX_WITH_RAM_IN_KERNEL)),,FORCE) \
879 | $$(dir $$@)
880 $(call MSG_TOOL,Creating,,$@)
881 $(QUIET)$(SED) -e "" \
882 $(if-expr !defined(VBOX_WITH_HARDENING),-e "s;VBOX_WITH_HARDENING;;g",) \
883 --output $@ $<
884 %$(QUIET2)$(APPEND) -t -n '$(PATH_TARGET)/vboxdrv-src-1.dep' \
885 'Support/$(KBUILD_TARGET)/Makefile_VBOX_HARDENED=$(VBOX_WITH_HARDENING)' \
886 'Support/$(KBUILD_TARGET)/Makefile_VBOX_RAM_IN_KERNEL=$(VBOX_WITH_RAM_IN_KERNEL)'
887
888 #
889 # Build test for the linux host kernel modules.
890 #
891 $(evalcall2 VBOX_LINUX_KMOD_TEST_BUILD_RULE_FN,vboxdrv-src,,save_symvers)
892
893 ifdef VBOX_WITH_KMOD_WRAPPED_R0_MODS
894 #
895 # Common wrapper module files.
896 #
897 INSTALLS.linux += vboxwrappermod-common-src
898 vboxwrappermod-common-src_INST = bin/src/common/
899 vboxwrappermod-common-src_SOURCES = \
900 linux/SUPWrapperMod-linux.c=>SUPWrapperMod-linux.c \
901 linux/Makefile-wrapper.gmk=>Makefile-wrapper.gmk \
902 $(PATH_ROOT)/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \
903 $(PATH_ROOT)/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk
904 endif
905
906 endif # supported host arch
907 endif # linux freebsd
908
909
910 ifdef VBOX_WITH_VBOXDRV
911 ifeq ($(KBUILD_TARGET),win)
912 INSTALLS.win += VBoxSup-inf
913 VBoxSup-inf_TEMPLATE = VBoxR0DrvInfCat
914 VBoxSup-inf_SOURCES = \
915 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.inf
916 VBoxSup-inf_CLEAN = $(VBoxSup-inf_SOURCES)
917 VBoxSup-inf_BLDDIRS = $(PATH_TARGET)/VBoxSupCat.dir
918
919 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.inf: $(PATH_SUB_CURRENT)/win/VBoxSup.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
920 $(call MSG_GENERATE,VBoxSup-inf,$@,$<)
921 $(call VBOX_EDIT_INF_FN,$<,$@)
922
923 ifdef VBOX_SIGNING_MODE
924 VBoxSup-inf_SOURCES += \
925 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.sys \
926 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.cat \
927 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.cat=>VBoxSup-PreW10.cat
928
929 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.sys: $$(VBoxDrv_1_TARGET) | $$(dir $$@)
930 $(INSTALL) -m 644 -- "$<" "$(@D)"
931
932 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.cat: \
933 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.inf \
934 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.sys
935 $(call MSG_TOOL,Inf2Cat,VBoxSup-inf,$@,$<)
936 $(call VBOX_MAKE_CAT_FN, $(@D),$@)
937 endif # signing
938 endif # win
939 endif # VBOX_WITH_VBOXDRV
940
941 #
942 # Linux only.
943 #
944 PROGRAMS.linux += LnxPerfHack
945 LnxPerfHack_TEMPLATE = VBoxR3Tool
946 LnxPerfHack_SOURCES = linux/LnxPerfHack.cpp
947
948
949
950endif # !VBOX_ONLY_DOCS && !VBOX_ONLY_EXTPACKS && !VBOX_ONLY_VALIDATIONKIT
951include $(FILE_KBUILD_SUB_FOOTER)
952
Note: See TracBrowser for help on using the repository browser.

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