VirtualBox

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

Last change on this file since 106636 was 106636, checked in by vboxsync, 5 weeks ago

SUPDrv: Making it build on win.arm64... jiraref:VBP-1253

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 37.2 KB
Line 
1# $Id: Makefile.kmk 106636 2024-10-23 21:59:56Z 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_LDFLAGS.win.arm64 = -Entry:DllMainEntrypoint
563VBoxSupLib_DEFS = \
564 $(if $(VBOX_WITHOUT_DEBUGGER_CHECKS),VBOX_WITHOUT_DEBUGGER_CHECKS,)
565VBoxSupLib_SOURCES = \
566 $(KBUILD_TARGET)/VBoxSupLib-$(KBUILD_TARGET).cpp
567VBoxSupLib_SOURCES.win.amd64 = \
568 $(VBOX_PATH_RUNTIME_SRC)/common/compiler/vcc/stack-probe-vcc.asm
569VBoxSupLib_SOURCES.win.x86 = \
570 $(VBOX_PATH_RUNTIME_SRC)/common/compiler/vcc/stack-probe-vcc.asm
571VBoxSupLib_SOURCES.win = \
572 win/VBoxSupLib.rc
573ifndef VBOX_WITH_NOCRT_STATIC
574 ifdef VBOX_WITH_HARDENING # for /guard:cf stuff
575 VBoxSupLib_LIBS.win.x86 = \
576 $(PATH_TOOL_$(TEMPLATE_VBoxR3StaticNoCrt_TOOL.win.x86)_LIB)/libcmt.lib
577 VBoxSupLib_LIBS.win.amd64 = \
578 $(PATH_TOOL_$(TEMPLATE_VBoxR3StaticNoCrt_TOOL.win.amd64)_LIB)/libcmt.lib
579 endif
580endif
581VBoxSupLib_VBOX_IMPORT_CHECKER.win.x86 = xp
582VBoxSupLib_VBOX_IMPORT_CHECKER.win.amd64 = xp64
583
584
585#
586# VBoxSupSvc - The system wide service/daemon.
587#
588VBoxSupSvc_TEMPLATE = VBoxR3Exe
589VBoxSupSvc_SOURCES = \
590 SUPSvc.cpp \
591 SUPSvcGlobal.cpp \
592 $(KBUILD_TARGET)/SUPSvc-$(KBUILD_TARGET).cpp
593if1of ($(KBUILD_TARGET), win)
594 VBoxSupSvc_SOURCES += \
595 SUPSvcGrant.cpp
596endif
597ifn1of ($(KBUILD_TARGET), win)
598 VBoxSupSvc_SOURCES += \
599 SUPSvcMain-posix.cpp
600endif
601VBoxSupSvc_LIBS = \
602 $(LIB_RUNTIME)
603
604
605#
606# SUPR0 - The Ring-0 Import library.
607#
608SUPR0_TEMPLATE = VBoxR0
609if1of ($(VBOX_LDR_FMT), pe lx)
610 SUPR0_SOURCES = $(SUPR0_0_OUTDIR)/SUPR0.def
611 SUPR0_CLEAN = $(SUPR0_0_OUTDIR)/SUPR0.def
612 $$(SUPR0_0_OUTDIR)/SUPR0.def: \
613 $(PATH_SUB_CURRENT)/SUPDrv.cpp \
614 $(PATH_SUB_CURRENT)/SUPR0-def-$(VBOX_LDR_FMT).sed \
615 | $$(dir $$@)
616 $(SED) \
617 -e '/not-arch-$(KBUILD_TARGET_ARCH)/d' \
618 -f $(dir $<)/SUPR0-def-$(VBOX_LDR_FMT).sed \
619 --output $@ \
620 $<
621 # Experiment: Let's see how blunt the ones messing our NULL_THUNK_DATA entries on W10 are.
622 ifeq ($(KBUILD_TARGET),win)
623 ifdef KLIBTWEAKER_EXT
624 SUPR0_POST_CMDS = $(KLIBTWEAKER_EXT) --clear-timestamps --fill-null_thunk_data $(out)
625 endif
626 endif
627endif
628
629
630#
631# SUPRC - The raw-mode context library.
632#
633SUPRC_TEMPLATE := VBoxRc
634SUPRC_DEFS := IN_SUP_RC IN_RT_RC IN_VMM_RC
635SUPRC_SOURCES := SUPLibAll.cpp
636
637
638#
639# SUPR0IdcClient - The Ring-0 IDC client driver library.
640#
641SUPR0IdcClient_TEMPLATE = VBoxR0DrvLib
642SUPR0IdcClient_DEFS = IN_RT_R0 IN_SUP_R0 IN_SUP_STATIC
643SUPR0IdcClient_SDKS.win = ReorderCompilerIncs $(VBOX_WINDDK) $(VBOX_WINPSDK_INCS)
644SUPR0IdcClient_SOURCES.$(KBUILD_TARGET) = \
645 $(KBUILD_TARGET)/SUPR0IdcClient-$(KBUILD_TARGET).c
646SUPR0IdcClient_SOURCES = \
647 SUPR0IdcClient.c \
648 SUPR0IdcClientComponent.c \
649 SUPR0IdcClientStubs.c
650
651
652
653if !defined(VBOX_ONLY_DOCS) \
654 && !defined(VBOX_ONLY_EXTPACKS) \
655 && !defined(VBOX_ONLY_VALIDATIONKIT)
656
657 ifeq ($(KBUILD_TARGET),os2)
658
659 #
660 # VBoxDrv.sys - The OS/2 driver.
661 #
662 VBoxDrv_TEMPLATE = VBoxR0Drv
663 VBoxDrv_DEFS = IN_RT_R0 IN_SUP_R0
664 VBoxDrv_INCS := $(PATH_SUB_CURRENT)
665 #VBoxDrv_LDFLAGS = -s -t -v
666 VBoxDrv_SOURCES = \
667 os2/SUPDrvA-os2.asm \
668 os2/SUPDrv-os2.def
669 VBoxDrv_LIBS = \
670 $(VBoxDrvLib_1_TARGET) \
671 $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) \
672 $(VBOX_GCC_LIBGCC) \
673 end
674
675 # temp hack to ensure that SUPDrvA-os2.asm is first in the link.
676 LIBRARIES += VBoxDrvLib
677 VBoxDrvLib_TEMPLATE = VBoxR0Drv
678 VBoxDrvLib_INSTTYPE = none
679 VBoxDrvLib_DEFS = IN_RT_R0 IN_SUP_R0
680 VBoxDrvLib_INCS := \
681 . \
682 $(PATH_ROOT)/src/VBox/Runtime/include
683 VBoxDrvLib_SOURCES = \
684 os2/SUPDrv-os2.cpp \
685 SUPDrv.cpp \
686 SUPDrvGip.cpp \
687 SUPDrvSem.cpp \
688 SUPLibAll.cpp
689
690 endif # os2
691
692
693 #
694 # New VBoxDrv target. TODO: Convert all the above to use this!
695 #
696 if1of ($(KBUILD_TARGET), darwin freebsd solaris win)
697 ifdef VBOX_WITH_VBOXDRV
698 SYSMODS += VBoxDrv
699 endif
700 VBoxDrv_TEMPLATE = VBoxR0Drv
701 VBoxDrv_NAME.freebsd = vboxdrv
702 VBoxDrv_NAME.solaris = vboxdrv
703 VBoxDrv_NAME.win = VBoxSup
704 ifdef VBOX_SIGNING_MODE
705 VBoxDrv_INSTTYPE.win = none
706 VBoxDrv_DEBUG_INSTTYPE.win = both
707 endif
708 VBoxDrv_INST.darwin = $(INST_VBOXDRV)Contents/MacOS/
709 VBoxDrv_DEBUG_INST.darwin = $(patsubst %/,%,$(INST_VBOXDRV))
710 VBoxDrv_SDKS.win = ReorderCompilerIncs $(VBOX_WINDDK) $(VBOX_WINPSDK_INCS)
711
712 VBoxDrv_DEFS := IN_RT_R0 IN_SUP_R0 SUPDRV_WITH_RELEASE_LOGGER VBOX_SVN_REV=$(VBOX_SVN_REV)
713 ifdef VBOX_WITH_DTRACE_R0DRV
714 VBoxDrv_DEFS += VBOX_WITH_DTRACE VBOX_WITH_DTRACE_R0DRV
715 endif
716 ifdef VBOX_WITHOUT_DEBUGGER_CHECKS
717 VBoxDrv_DEFS += VBOX_WITHOUT_DEBUGGER_CHECKS
718 endif
719 ifdef VBOX_PERMIT_VISUAL_STUDIO_PROFILING
720 VBoxDrv_DEFS += VBOX_PERMIT_VISUAL_STUDIO_PROFILING
721 endif
722 VBoxDrv_DEFS += VBOX_PERMIT_MORE VBOX_PERMIT_EVEN_MORE
723 #VBoxDrv_DEFS.debug += DEBUG_DARWIN_GIP
724 VBoxDrv_DEFS.darwin := VBOX_WITH_HOST_VMX
725 ifdef VBOX_WITH_RAW_MODE
726 VBoxDrv_DEFS.darwin += VBOX_WITH_RAW_MODE
727 endif
728 if defined(VBOX_WITH_DARWIN_R0_DARWIN_IMAGE_VERIFICATION) && defined(VBOX_SIGNING_MODE)
729 VBoxDrv_DEFS.darwin += VBOX_WITH_DARWIN_R0_DARWIN_IMAGE_VERIFICATION
730 ifeq ($(VBOX_SIGNING_MODE),test)
731 VBoxDrv_DEFS.darwin += VBOX_WITH_DARWIN_R0_TEST_SIGN
732 endif
733 endif
734 ifdef VBOX_WITH_NETFLT
735 VBoxDrv_DEFS.solaris += VBOX_WITH_NETFLT
736 endif
737 ifdef VBOX_WITH_NATIVE_SOLARIS_LOADING
738 VBoxDrv_DEFS.solaris += VBOX_WITH_NATIVE_SOLARIS_LOADING
739 endif
740 ifdef VBOX_WITHOUT_NATIVE_R0_LOADER
741 VBoxDrv_DEFS.win += VBOX_WITHOUT_NATIVE_R0_LOADER
742 endif
743 ifdef VBOX_WITH_VISTA_NO_SP
744 VBoxDrv_DEFS.win += VBOX_WITH_VISTA_NO_SP
745 endif
746 ifdef VBOX_WITH_HARDENING
747 VBoxDrv_ASDEFS += VBOX_WITH_HARDENING
748 endif
749 ifdef VBOX_WITH_RAM_IN_KERNEL
750 VBoxDrv_DEFS += VBOX_WITHOUT_EFLAGS_AC_SET_IN_VBOXDRV IPRT_WITHOUT_EFLAGS_AC_PRESERVING
751 else if ($(VBOX_VERSION_BUILD) % 2) == 1
752 VBoxDrv_DEFS += VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV IPRT_WITH_EFLAGS_AC_PRESERVING
753 endif
754
755 VBoxDrv_INCS = . $(VBoxDrv_0_OUTDIR)
756 VBoxDrv_INCS.darwin = ./darwin
757
758 VBoxDrv_LIBS = $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB)
759 VBoxDrv_LIBS.win = \
760 $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) \
761 $(PATH_SDK_$(VBOX_WINDDK)_LIB)/ntoskrnl.lib \
762 $(PATH_SDK_$(VBOX_WINDDK)_LIB)/hal.lib
763 ifn1of ($(VBOX_WINDDK), WINDDK80 WINDDK71)
764 VBoxDrv_LIBS.win.x86 = \
765 $(PATH_SDK_$(VBOX_WINDDK)_LIB)/BufferOverflowK.lib
766 endif
767 VBoxDrv_LIBS.win.arm64 = \
768 $(PATH_SDK_$(VBOX_WINDDK)_LIB)/BufferOverflowFastFailK.lib
769
770 #VBoxDrv_LDFLAGS.darwin = -Wl,-sectcreate,__TEXT,__info_plist,$(VBoxDrv.kext_0_OUTDIR)/Info.plist
771 #VBoxDrv_LDFLAGS.darwin = -v -Wl,-whyload -Wl,-v -Wl,-whatsloaded
772 VBoxDrv_LDFLAGS.solaris += -N misc/ctf
773 ifdef VBOX_WITH_NATIVE_DTRACE
774 VBoxDrv_LDFLAGS.solaris += -N drv/dtrace
775 endif
776 VBoxDrv_LDFLAGS.win.x86 = -Entry:DriverEntry@8
777 VBoxDrv_LDFLAGS.win.amd64 = -Entry:DriverEntry
778 VBoxDrv_LDFLAGS.win.arm64 = -Entry:DriverEntry
779
780 VBoxDrv_SOURCES.darwin = \
781 darwin/SUPDrv-darwin.cpp
782 ifdef VBOX_WITH_DARWIN_R0_DARWIN_IMAGE_VERIFICATION
783 VBoxDrv_SOURCES.darwin += \
784 $(VBOX_SUP_WIN_CERTS_FILE)
785 endif
786 VBoxDrv_SOURCES.solaris = \
787 solaris/SUPDrv-solaris.c
788 VBoxDrv_SOURCES.win = \
789 win/SUPDrv-win.cpp \
790 win/VBoxDrv.rc
791 VBoxDrv_SOURCES.win.x86 = \
792 win/SUPDrvA-win.asm
793 VBoxDrv_SOURCES.win.amd64 = \
794 win/SUPDrvA-win.asm
795 ifdef VBOX_WITH_HARDENING
796 VBoxDrv_SOURCES.win += \
797 win/SUPHardenedVerifyImage-win.cpp \
798 win/SUPHardenedVerifyProcess-win.cpp \
799 $(VBOX_SUP_WIN_CERTS_FILE)
800 ifdef VBOX_WITHOUT_WINDOWS_KERNEL_CODE_SIGNING_CERT
801 VBoxDrv_DEFS.win += VBOX_WITHOUT_WINDOWS_KERNEL_CODE_SIGNING_CERT
802 endif
803 endif
804 VBoxDrv_SOURCES = \
805 SUPDrv.d \
806 SUPDrv.cpp \
807 SUPDrvGip.cpp \
808 SUPDrvSem.cpp \
809 SUPDrvTracer.cpp \
810 SUPLibAll.cpp
811 ifdef VBOX_WITH_NATIVE_DTRACE
812 VBoxDrv_SOURCES += \
813 SUPDrv-dtrace.cpp
814 SUPDrv-dtrace.cpp_DEFS.darwin += VBOX_PATH_MACOSX_DTRACE_H=\"$(VBOX_PATH_MACOSX_SDK)/usr/include/sys/dtrace.h\"
815 endif
816 ifn1of ($(KBUILD_TARGET), linux freebsd)
817 VBoxDrv_SOURCES.x86 += \
818 SUPDrvTracerA.asm
819 VBoxDrv_SOURCES.amd64 += \
820 SUPDrvTracerA.asm
821 VBoxDrv_SOURCES.arm64 += \
822 SUPDrvTracerA-arm64.S
823 endif
824
825 linux/SUPDrv-linux.c_DEPS = $(VBOX_SVN_REV_HEADER)
826
827 endif
828
829
830
831 if defined(VBOX_WITH_VBOXDRV) && "$(KBUILD_TARGET)" == "darwin"
832 # Files necessary to make a darwin kernel extension bundle.
833 INSTALLS.darwin += VBoxDrv.kext
834 VBoxDrv.kext_INST = $(INST_VBOXDRV)Contents/
835 VBoxDrv.kext_SOURCES = $(VBoxDrv.kext_0_OUTDIR)/Contents/Info.plist
836 VBoxDrv.kext_CLEAN = $(VBoxDrv.kext_0_OUTDIR)/Contents/Info.plist
837 VBoxDrv.kext_BLDDIRS = $(VBoxDrv.kext_0_OUTDIR)/Contents/
838
839 $$(VBoxDrv.kext_0_OUTDIR)/Contents/Info.plist: \
840 $(PATH_SUB_CURRENT)/darwin/Info.plist \
841 $(VBOX_VERSION_MK) | $$(dir $$@)
842 $(call MSG_GENERATE,VBoxDrv,$@,$<)
843 $(QUIET)$(RM) -f $@
844 $(QUIET)$(SED) \
845 -e 's+@VBOX_VERSION_STRING@+$(if !defined(VBOX_MAVERICS_CODE_SIGNING_HACK),$(VBOX_VERSION_STRING),4.2.51)+g' \
846 -e 's+@VBOX_VERSION_MAJOR@+$(if !defined(VBOX_MAVERICS_CODE_SIGNING_HACK),$(VBOX_VERSION_MAJOR),4)+g' \
847 -e 's+@VBOX_VERSION_MINOR@+$(if !defined(VBOX_MAVERICS_CODE_SIGNING_HACK),$(VBOX_VERSION_MINOR),2)+g' \
848 -e 's+@VBOX_VERSION_BUILD@+$(if !defined(VBOX_MAVERICS_CODE_SIGNING_HACK),$(VBOX_VERSION_BUILD),51)+g' \
849 -e 's+@VBOX_VENDOR@+$(VBOX_VENDOR)+g' \
850 -e 's+@VBOX_PRODUCT@+$(VBOX_PRODUCT)+g' \
851 -e 's+@VBOX_C_YEAR@+$(VBOX_C_YEAR)+g' \
852 --output $@ \
853 $<
854
855 $(evalcall2 VBOX_TEST_SIGN_KEXT,VBoxDrv)
856 endif
857
858
859 if1of ($(KBUILD_TARGET), darwin solaris)
860 ifdef VBOX_WITH_VBOXDRV
861 # Common manual loader script.
862 INSTALLS += SUPDrvScripts
863 SUPDrvScripts_INST = $(INST_DIST)
864 SUPDrvScripts_EXEC_SOURCES = \
865 $(KBUILD_TARGET)/load.sh
866 endif
867 endif
868
869
870 if1of ($(KBUILD_TARGET), linux freebsd)
871 if1of ($(KBUILD_TARGET_ARCH), $(VBOX_SUPPORTED_HOST_ARCHS))
872 #
873 # Targets for installing the linux sources.
874 #
875 vboxdrv-src_INST = bin/src/vboxdrv/
876 vboxdrv-src_SOURCES = \
877 $(subst $(DQUOTE),,$(FILES_VBOXDRV_NOBIN)) \
878 $(vboxdrv-src_0_OUTDIR)/Makefile
879 vboxdrv-src_EXEC_SOURCES = \
880 $(subst $(DQUOTE),,$(FILES_VBOXDRV_BIN))
881 vboxdrv-src_CLEAN = \
882 $(vboxdrv-src_0_OUTDIR)/Makefile \
883 $(PATH_TARGET)/vboxdrv-src-1.dep
884
885 # Scripts needed for building the kernel modules
886 includedep $(PATH_TARGET)/vboxdrv-src-1.dep
887 $$(vboxdrv-src_0_OUTDIR)/Makefile: \
888 $(PATH_SUB_CURRENT)/$(KBUILD_TARGET)/Makefile \
889 $$(if $$(eq $$(Support/$(KBUILD_TARGET)/Makefile_VBOX_HARDENED),$$(VBOX_WITH_HARDENING)),,FORCE) \
890 $$(if $$(eq $$(Support/$(KBUILD_TARGET)/Makefile_VBOX_RAM_IN_KERNEL),$$(VBOX_WITH_RAM_IN_KERNEL)),,FORCE) \
891 | $$(dir $$@)
892 $(call MSG_TOOL,Creating,,$@)
893 $(QUIET)$(SED) -e "" \
894 $(if-expr !defined(VBOX_WITH_HARDENING),-e "s;VBOX_WITH_HARDENING;;g",) \
895 --output $@ $<
896 %$(QUIET2)$(APPEND) -t -n '$(PATH_TARGET)/vboxdrv-src-1.dep' \
897 'Support/$(KBUILD_TARGET)/Makefile_VBOX_HARDENED=$(VBOX_WITH_HARDENING)' \
898 'Support/$(KBUILD_TARGET)/Makefile_VBOX_RAM_IN_KERNEL=$(VBOX_WITH_RAM_IN_KERNEL)'
899
900 #
901 # Build test for the linux host kernel modules.
902 #
903 $(evalcall2 VBOX_LINUX_KMOD_TEST_BUILD_RULE_FN,vboxdrv-src,,save_symvers)
904
905 ifdef VBOX_WITH_KMOD_WRAPPED_R0_MODS
906 #
907 # Common wrapper module files.
908 #
909 INSTALLS.linux += vboxwrappermod-common-src
910 vboxwrappermod-common-src_INST = bin/src/common/
911 vboxwrappermod-common-src_SOURCES = \
912 linux/SUPWrapperMod-linux.c=>SUPWrapperMod-linux.c \
913 linux/Makefile-wrapper.gmk=>Makefile-wrapper.gmk \
914 $(PATH_ROOT)/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \
915 $(PATH_ROOT)/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk
916 endif
917
918 endif # supported host arch
919 endif # linux freebsd
920
921
922 ifdef VBOX_WITH_VBOXDRV
923 ifeq ($(KBUILD_TARGET),win)
924 INSTALLS.win += VBoxSup-inf
925 VBoxSup-inf_TEMPLATE = VBoxR0DrvInfCat
926 VBoxSup-inf_SOURCES = \
927 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.inf
928 VBoxSup-inf_CLEAN = $(VBoxSup-inf_SOURCES)
929 VBoxSup-inf_BLDDIRS = $(PATH_TARGET)/VBoxSupCat.dir
930
931 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.inf: $(PATH_SUB_CURRENT)/win/VBoxSup.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
932 $(call MSG_GENERATE,VBoxSup-inf,$@,$<)
933 $(call VBOX_EDIT_INF_FN,$<,$@)
934
935 ifdef VBOX_SIGNING_MODE
936 VBoxSup-inf_SOURCES += \
937 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.sys \
938 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.cat \
939 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.cat=>VBoxSup-PreW10.cat
940
941 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.sys: $$(VBoxDrv_1_TARGET) | $$(dir $$@)
942 $(INSTALL) -m 644 -- "$<" "$(@D)"
943
944 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.cat: \
945 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.inf \
946 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.sys
947 $(call MSG_TOOL,Inf2Cat,VBoxSup-inf,$@,$<)
948 $(call VBOX_MAKE_CAT_FN, $(@D),$@)
949 endif # signing
950 endif # win
951 endif # VBOX_WITH_VBOXDRV
952
953 #
954 # Linux only.
955 #
956 PROGRAMS.linux += LnxPerfHack
957 LnxPerfHack_TEMPLATE = VBoxR3Tool
958 LnxPerfHack_SOURCES = linux/LnxPerfHack.cpp
959
960
961
962endif # !VBOX_ONLY_DOCS && !VBOX_ONLY_EXTPACKS && !VBOX_ONLY_VALIDATIONKIT
963include $(FILE_KBUILD_SUB_FOOTER)
964
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