VirtualBox

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

Last change on this file since 91521 was 89018, checked in by vboxsync, 4 years ago

SUPDev,IPRT: On darwin allow Mac dev certs as long as it is a build using test signing. bugref:10004

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