VirtualBox

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

Last change on this file since 78046 was 77816, checked in by vboxsync, 6 years ago

SupHardNt: Made RTNtPathExpand8dot3Path() work correctly in kernel context (needs IPRT_NT_MAP_TO_ZW) and expand 8.3 names when comparing the executable image we found in the memory map with what NT returns for the process.

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