VirtualBox

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

Last change on this file since 82590 was 82590, checked in by vboxsync, 5 years ago

SUPDrv,IPRT: Adding SUPR0HCPhysToVirt to linux & solaris; introducing IPRT_WITHOUT_EFLAGS_AC_PRESERVING and VBOX_WITHOUT_EFLAGS_AC_SET_IN_VBOXDRV config macros for disabling EFLAGS.AC hacks (not active). bugref:9627

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