1 | #!/bin/sh
|
---|
2 | # $Id$
|
---|
3 | ## @file
|
---|
4 | # Oracle VirtualBox - linux default files list.
|
---|
5 | #
|
---|
6 |
|
---|
7 | #
|
---|
8 | # Copyright (C) 2007-2024 Oracle and/or its affiliates.
|
---|
9 | #
|
---|
10 | # This file is part of VirtualBox base platform packages, as
|
---|
11 | # available from https://www.virtualbox.org.
|
---|
12 | #
|
---|
13 | # This program is free software; you can redistribute it and/or
|
---|
14 | # modify it under the terms of the GNU General Public License
|
---|
15 | # as published by the Free Software Foundation, in version 3 of the
|
---|
16 | # License.
|
---|
17 | #
|
---|
18 | # This program is distributed in the hope that it will be useful, but
|
---|
19 | # WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
21 | # General Public License for more details.
|
---|
22 | #
|
---|
23 | # You should have received a copy of the GNU General Public License
|
---|
24 | # along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
25 | #
|
---|
26 | # SPDX-License-Identifier: GPL-3.0-only
|
---|
27 | #
|
---|
28 |
|
---|
29 | # No entries should ever be removed from this file, as it is used
|
---|
30 | # for uninstalling old installations of VirtualBox which did not
|
---|
31 | # keep track of the names of their files. Similarly it should not
|
---|
32 | # be necessary to add new entries to the list (in fact all of the
|
---|
33 | # entries added after the file was first created are probably
|
---|
34 | # redundant). Actually though it can't hurt, in case something goes
|
---|
35 | # wrong with an installation...
|
---|
36 |
|
---|
37 | DEFAULT_FILE_NAMES=" \
|
---|
38 | VBoxDD.so \
|
---|
39 | VBoxDD2.so \
|
---|
40 | VBoxDTrace \
|
---|
41 | VBoxKeyboard.so \
|
---|
42 | VBoxManage \
|
---|
43 | VBoxNetDHCP \
|
---|
44 | VBoxNetDHCP.so \
|
---|
45 | VBoxRT.so \
|
---|
46 | VBoxSDL \
|
---|
47 | VBoxSDL.so \
|
---|
48 | VBoxSVC \
|
---|
49 | VBoxSVCM.so \
|
---|
50 | VBoxDDU.so \
|
---|
51 | VBoxVMM.so \
|
---|
52 | VBoxXPCOM.so \
|
---|
53 | VBoxXPCOMC.so \
|
---|
54 | VBoxXPCOMIPCD \
|
---|
55 | VirtualBox \
|
---|
56 | VirtualBoxVM \
|
---|
57 | VirtualBox.so \
|
---|
58 | VBoxSettings.so \
|
---|
59 | VBoxSharedFolders.so \
|
---|
60 | VBoxSharedClipboard.so \
|
---|
61 | VBoxGuestPropSvc.so \
|
---|
62 | VBoxGuestControlSvc.so \
|
---|
63 | VBoxHostChannel.so \
|
---|
64 | VBoxDragAndDropSvc.so \
|
---|
65 | VBoxAuth.so \
|
---|
66 | VBoxAuthSimple.so \
|
---|
67 | VBoxDbg.so \
|
---|
68 | VBoxDbg3.so \
|
---|
69 | DbgPlugInDiggers.so \
|
---|
70 | DBGCPlugInDiggers.so \
|
---|
71 | VBoxHeadless \
|
---|
72 | VBoxHeadless.so \
|
---|
73 | VBoxDD2RC.rc \
|
---|
74 | VBoxDD2R0.r0 \
|
---|
75 | VBoxDD2GC.gc \
|
---|
76 | VBoxDDRC.rc \
|
---|
77 | VBoxDDR0.r0 \
|
---|
78 | VBoxDDGC.gc \
|
---|
79 | VMMRC.rc \
|
---|
80 | VMMR0.r0 \
|
---|
81 | VMMGC.gc \
|
---|
82 | vboxefi.fv \
|
---|
83 | vboxefi64.fv \
|
---|
84 | vboxwebsrv \
|
---|
85 | vbox-img \
|
---|
86 | vboximg-mount \
|
---|
87 | components/comreg.dat \
|
---|
88 | components/xpti.dat \
|
---|
89 | components/VBoxC.so \
|
---|
90 | components/VBoxDDU.so \
|
---|
91 | components/VBoxRT.so \
|
---|
92 | components/VBoxVMM.so \
|
---|
93 | components/VBoxXPCOM.so \
|
---|
94 | components/VBoxXPCOMBase.xpt \
|
---|
95 | components/VBoxXPCOMIPCC.so \
|
---|
96 | components/VirtualBox_XPCOM.xpt \
|
---|
97 | dtrace/lib/amd64/vbox-types.d \
|
---|
98 | dtrace/lib/amd64/vbox-arch-types.d \
|
---|
99 | dtrace/lib/amd64/vm.d \
|
---|
100 | dtrace/lib/amd64/cpumctx.d \
|
---|
101 | dtrace/lib/amd64/CPUMInternal.d \
|
---|
102 | dtrace/lib/amd64/x86.d \
|
---|
103 | dtrace/lib/x86/vbox-types.d \
|
---|
104 | dtrace/lib/x86/vbox-arch-types.d \
|
---|
105 | dtrace/lib/x86/vm.d \
|
---|
106 | dtrace/lib/x86/cpumctx.d \
|
---|
107 | dtrace/lib/x86/CPUMInternal.d \
|
---|
108 | dtrace/lib/x86/x86.d \
|
---|
109 | dtrace/testcase/amd64/vbox-vm-struct-test.d \
|
---|
110 | dtrace/testcase/x86/vbox-vm-struct-test.d \
|
---|
111 | VBox.sh \
|
---|
112 | VBox.png \
|
---|
113 | virtualbox.desktop \
|
---|
114 | virtualboxvm.desktop \
|
---|
115 | src/ \
|
---|
116 | src/include/ \
|
---|
117 | src/include/iprt/ \
|
---|
118 | src/include/iprt/alloc.h \
|
---|
119 | src/include/iprt/asm.h \
|
---|
120 | src/include/iprt/assert.h \
|
---|
121 | src/include/iprt/cdefs.h \
|
---|
122 | src/include/iprt/err.h \
|
---|
123 | src/include/iprt/log.h \
|
---|
124 | src/include/iprt/mem.h \
|
---|
125 | src/include/iprt/param.h \
|
---|
126 | src/include/iprt/semaphore.h \
|
---|
127 | src/include/iprt/spinlock.h \
|
---|
128 | src/include/iprt/stdarg.h \
|
---|
129 | src/include/iprt/stdint.h \
|
---|
130 | src/include/iprt/string.h \
|
---|
131 | src/include/iprt/thread.h \
|
---|
132 | src/include/iprt/types.h \
|
---|
133 | src/include/iprt/uuid.h \
|
---|
134 | src/include/iprt/x86.h \
|
---|
135 | src/include/internal/initterm.h \
|
---|
136 | src/include/internal/magics.h \
|
---|
137 | src/include/internal/thread.h \
|
---|
138 | src/include/VBox/ \
|
---|
139 | src/include/VBox/cdefs.h \
|
---|
140 | src/include/VBox/err.h \
|
---|
141 | src/include/VBox/log.h \
|
---|
142 | src/include/VBox/sup.h \
|
---|
143 | src/include/VBox/hwaccm_svm.h \
|
---|
144 | src/include/VBox/hwaccm_vmx.h \
|
---|
145 | src/include/VBox/x86.h \
|
---|
146 | src/include/VBox/types.h \
|
---|
147 | src/linux/ \
|
---|
148 | src/linux/SUPDrv-linux.c \
|
---|
149 | src/Makefile \
|
---|
150 | src/r0drv/ \
|
---|
151 | src/r0drv/alloc-r0drv.c \
|
---|
152 | src/r0drv/alloc-r0drv.h \
|
---|
153 | src/r0drv/linux/ \
|
---|
154 | src/r0drv/linux/alloc-r0drv-linux.c \
|
---|
155 | src/r0drv/linux/semaphore-r0drv-linux.c \
|
---|
156 | src/r0drv/linux/spinlock-r0drv-linux.c \
|
---|
157 | src/r0drv/linux/string.h \
|
---|
158 | src/r0drv/linux/thread-r0drv-linux.c \
|
---|
159 | src/r0drv/linux/the-linux-kernel.h \
|
---|
160 | src/SUPDRVIOC.h \
|
---|
161 | src/SUPDRVShared.c \
|
---|
162 | src/SUPDrv.c \
|
---|
163 | src/SUPDrvAgnostic.c \
|
---|
164 | src/SUPDrvIDC.h \
|
---|
165 | src/SUPDrvIOC.h \
|
---|
166 | src/SUPDrvInternal.h \
|
---|
167 | src/SUPDrvSem.c \
|
---|
168 | src/Modules.symvers \
|
---|
169 | src/version-generated.h \
|
---|
170 | nls/qt_de.qm \
|
---|
171 | nls/VirtualBox_de.qm \
|
---|
172 | nls/qt_fr.qm \
|
---|
173 | nls/VirtualBox_fr.qm \
|
---|
174 | nls/qt_it.qm \
|
---|
175 | nls/VirtualBox_it.qm \
|
---|
176 | nls/qt_ro.qm \
|
---|
177 | nls/VirtualBox_ro.qm \
|
---|
178 | nls/qt_zh_CN.qm \
|
---|
179 | nls/VirtualBox_zh_CN.qm \
|
---|
180 | nls/qt_ja.qm \
|
---|
181 | nls/VirtualBox_ja.qm \
|
---|
182 | nls/qt_es.ts \
|
---|
183 | nls/VirtualBox_es.ts \
|
---|
184 | nls/qt_ru.ts \
|
---|
185 | nls/VirtualBox_ru.ts \
|
---|
186 | nls/qt_pl.ts \
|
---|
187 | nls/VirtualBox_pl.ts \
|
---|
188 | nls/qt_pt_BR.ts \
|
---|
189 | nls/VirtualBox_pt_BR.ts \
|
---|
190 | nls/qt_ko.ts \
|
---|
191 | nls/VirtualBox_ko.ts \
|
---|
192 | nls/qt_sv.ts \
|
---|
193 | nls/VirtualBox_sv.ts \
|
---|
194 | nls/qt_fi.ts \
|
---|
195 | nls/VirtualBox_fi.ts \
|
---|
196 | nls/qt_hu.ts \
|
---|
197 | nls/VirtualBox_hu.ts \
|
---|
198 | nls/qt_cs.ts \
|
---|
199 | nls/VirtualBox_cs.ts \
|
---|
200 | sdk/ \
|
---|
201 | sdk/include/ \
|
---|
202 | sdk/include/xpcom/ \
|
---|
203 | sdk/include/xpcom/nsprpub/ \
|
---|
204 | sdk/include/xpcom/nsprpub/md/ \
|
---|
205 | sdk/include/xpcom/nsprpub/md/prosdep.h \
|
---|
206 | sdk/include/xpcom/nsprpub/md/_pth.h \
|
---|
207 | sdk/include/xpcom/nsprpub/md/_unix_errors.h \
|
---|
208 | sdk/include/xpcom/nsprpub/md/_unixos.h \
|
---|
209 | sdk/include/xpcom/nsprpub/md/_l4v2.h \
|
---|
210 | sdk/include/xpcom/nsprpub/md/_linux.h \
|
---|
211 | sdk/include/xpcom/nsprpub/obsolete/ \
|
---|
212 | sdk/include/xpcom/nsprpub/obsolete/prsem.h \
|
---|
213 | sdk/include/xpcom/nsprpub/obsolete/protypes.h \
|
---|
214 | sdk/include/xpcom/nsprpub/obsolete/probslet.h \
|
---|
215 | sdk/include/xpcom/nsprpub/obsolete/pralarm.h \
|
---|
216 | sdk/include/xpcom/nsprpub/private/ \
|
---|
217 | sdk/include/xpcom/nsprpub/private/prpriv.h \
|
---|
218 | sdk/include/xpcom/nsprpub/private/pprthred.h \
|
---|
219 | sdk/include/xpcom/nsprpub/private/pprio.h \
|
---|
220 | sdk/include/xpcom/nsprpub/prcpucfg.h \
|
---|
221 | sdk/include/xpcom/nsprpub/_linuxcfg.h \
|
---|
222 | sdk/include/xpcom/nsprpub/_l4v2cfg.h \
|
---|
223 | sdk/include/xpcom/nsprpub/prwin16.h \
|
---|
224 | sdk/include/xpcom/nsprpub/prvrsion.h \
|
---|
225 | sdk/include/xpcom/nsprpub/prtypes.h \
|
---|
226 | sdk/include/xpcom/nsprpub/prtrace.h \
|
---|
227 | sdk/include/xpcom/nsprpub/prtpool.h \
|
---|
228 | sdk/include/xpcom/nsprpub/prtime.h \
|
---|
229 | sdk/include/xpcom/nsprpub/prthread.h \
|
---|
230 | sdk/include/xpcom/nsprpub/prsystem.h \
|
---|
231 | sdk/include/xpcom/nsprpub/prshma.h \
|
---|
232 | sdk/include/xpcom/nsprpub/prshm.h \
|
---|
233 | sdk/include/xpcom/nsprpub/prrwlock.h \
|
---|
234 | sdk/include/xpcom/nsprpub/prrng.h \
|
---|
235 | sdk/include/xpcom/nsprpub/prproces.h \
|
---|
236 | sdk/include/xpcom/nsprpub/prprf.h \
|
---|
237 | sdk/include/xpcom/nsprpub/prpdce.h \
|
---|
238 | sdk/include/xpcom/nsprpub/prolock.h \
|
---|
239 | sdk/include/xpcom/nsprpub/prnetdb.h \
|
---|
240 | sdk/include/xpcom/nsprpub/prmwait.h \
|
---|
241 | sdk/include/xpcom/nsprpub/prmon.h \
|
---|
242 | sdk/include/xpcom/nsprpub/prmem.h \
|
---|
243 | sdk/include/xpcom/nsprpub/prlong.h \
|
---|
244 | sdk/include/xpcom/nsprpub/prlog.h \
|
---|
245 | sdk/include/xpcom/nsprpub/prlock.h \
|
---|
246 | sdk/include/xpcom/nsprpub/prlink.h \
|
---|
247 | sdk/include/xpcom/nsprpub/pripcsem.h \
|
---|
248 | sdk/include/xpcom/nsprpub/prio.h \
|
---|
249 | sdk/include/xpcom/nsprpub/prinrval.h \
|
---|
250 | sdk/include/xpcom/nsprpub/prinit.h \
|
---|
251 | sdk/include/xpcom/nsprpub/prinet.h \
|
---|
252 | sdk/include/xpcom/nsprpub/prerror.h \
|
---|
253 | sdk/include/xpcom/nsprpub/prerr.h \
|
---|
254 | sdk/include/xpcom/nsprpub/prenv.h \
|
---|
255 | sdk/include/xpcom/nsprpub/prdtoa.h \
|
---|
256 | sdk/include/xpcom/nsprpub/prcvar.h \
|
---|
257 | sdk/include/xpcom/nsprpub/prcountr.h \
|
---|
258 | sdk/include/xpcom/nsprpub/prcmon.h \
|
---|
259 | sdk/include/xpcom/nsprpub/prclist.h \
|
---|
260 | sdk/include/xpcom/nsprpub/prbit.h \
|
---|
261 | sdk/include/xpcom/nsprpub/pratom.h \
|
---|
262 | sdk/include/xpcom/nsprpub/plstr.h \
|
---|
263 | sdk/include/xpcom/nsprpub/plresolv.h \
|
---|
264 | sdk/include/xpcom/nsprpub/plhash.h \
|
---|
265 | sdk/include/xpcom/nsprpub/plgetopt.h \
|
---|
266 | sdk/include/xpcom/nsprpub/plerror.h \
|
---|
267 | sdk/include/xpcom/nsprpub/plbase64.h \
|
---|
268 | sdk/include/xpcom/nsprpub/plarenas.h \
|
---|
269 | sdk/include/xpcom/nsprpub/plarena.h \
|
---|
270 | sdk/include/xpcom/nsprpub/nspr.h \
|
---|
271 | sdk/include/xpcom/string/ \
|
---|
272 | sdk/include/xpcom/string/string-template-undef.h \
|
---|
273 | sdk/include/xpcom/string/string-template-def-unichar.h \
|
---|
274 | sdk/include/xpcom/string/string-template-def-char.h \
|
---|
275 | sdk/include/xpcom/string/nsXPIDLString.h \
|
---|
276 | sdk/include/xpcom/string/nsUTF8Utils.h \
|
---|
277 | sdk/include/xpcom/string/nsTSubstringTuple.h \
|
---|
278 | sdk/include/xpcom/string/nsTSubstring.h \
|
---|
279 | sdk/include/xpcom/string/nsTString.h \
|
---|
280 | sdk/include/xpcom/string/nsTPromiseFlatString.h \
|
---|
281 | sdk/include/xpcom/string/nsTObsoleteAString.h \
|
---|
282 | sdk/include/xpcom/string/nsTDependentSubstring.h \
|
---|
283 | sdk/include/xpcom/string/nsTDependentString.h \
|
---|
284 | sdk/include/xpcom/string/nsTAString.h \
|
---|
285 | sdk/include/xpcom/string/nsSubstringTuple.h \
|
---|
286 | sdk/include/xpcom/string/nsSubstring.h \
|
---|
287 | sdk/include/xpcom/string/nsStringIterator.h \
|
---|
288 | sdk/include/xpcom/string/nsStringFwd.h \
|
---|
289 | sdk/include/xpcom/string/nsStringAPI.h \
|
---|
290 | sdk/include/xpcom/string/nsString.h \
|
---|
291 | sdk/include/xpcom/string/nsReadableUtils.h \
|
---|
292 | sdk/include/xpcom/string/nsPromiseFlatString.h \
|
---|
293 | sdk/include/xpcom/string/nsPrintfCString.h \
|
---|
294 | sdk/include/xpcom/string/nsObsoleteAString.h \
|
---|
295 | sdk/include/xpcom/string/nsLiteralString.h \
|
---|
296 | sdk/include/xpcom/string/nsEmbedString.h \
|
---|
297 | sdk/include/xpcom/string/nsDependentSubstring.h \
|
---|
298 | sdk/include/xpcom/string/nsDependentString.h \
|
---|
299 | sdk/include/xpcom/string/nsCharTraits.h \
|
---|
300 | sdk/include/xpcom/string/nsAlgorithm.h \
|
---|
301 | sdk/include/xpcom/string/nsAString.h \
|
---|
302 | sdk/include/xpcom/xpcom/ \
|
---|
303 | sdk/include/xpcom/xpcom/xpcom-config.h \
|
---|
304 | sdk/include/xpcom/xpcom/xptinfo.h \
|
---|
305 | sdk/include/xpcom/xpcom/xptcstubsdef.inc \
|
---|
306 | sdk/include/xpcom/xpcom/xptcstubsdecl.inc \
|
---|
307 | sdk/include/xpcom/xpcom/xptcall.h \
|
---|
308 | sdk/include/xpcom/xpcom/xpt_xdr.h \
|
---|
309 | sdk/include/xpcom/xpcom/xpt_struct.h \
|
---|
310 | sdk/include/xpcom/xpcom/xpt_arena.h \
|
---|
311 | sdk/include/xpcom/xpcom/xcDll.h \
|
---|
312 | sdk/include/xpcom/xpcom/plevent.h \
|
---|
313 | sdk/include/xpcom/xpcom/pldhash.h \
|
---|
314 | sdk/include/xpcom/xpcom/nscore.h \
|
---|
315 | sdk/include/xpcom/xpcom/nsXPCOMGlue.h \
|
---|
316 | sdk/include/xpcom/xpcom/nsXPCOMCID.h \
|
---|
317 | sdk/include/xpcom/xpcom/nsXPCOM.h \
|
---|
318 | sdk/include/xpcom/xpcom/nsWeakReference.h \
|
---|
319 | sdk/include/xpcom/xpcom/nsWeakPtr.h \
|
---|
320 | sdk/include/xpcom/xpcom/nsVoidArray.h \
|
---|
321 | sdk/include/xpcom/xpcom/nsVariant.h \
|
---|
322 | sdk/include/xpcom/xpcom/nsValueArray.h \
|
---|
323 | sdk/include/xpcom/xpcom/nsUnitConversion.h \
|
---|
324 | sdk/include/xpcom/xpcom/nsTraceRefcntImpl.h \
|
---|
325 | sdk/include/xpcom/xpcom/nsTraceRefcnt.h \
|
---|
326 | sdk/include/xpcom/xpcom/nsTime.h \
|
---|
327 | sdk/include/xpcom/xpcom/nsTextFormatter.h \
|
---|
328 | sdk/include/xpcom/xpcom/nsTHashtable.h \
|
---|
329 | sdk/include/xpcom/xpcom/nsSupportsPrimitives.h \
|
---|
330 | sdk/include/xpcom/xpcom/nsSupportsArray.h \
|
---|
331 | sdk/include/xpcom/xpcom/nsStringStream.h \
|
---|
332 | sdk/include/xpcom/xpcom/nsStringIO.h \
|
---|
333 | sdk/include/xpcom/xpcom/nsStringEnumerator.h \
|
---|
334 | sdk/include/xpcom/xpcom/nsStreamUtils.h \
|
---|
335 | sdk/include/xpcom/xpcom/nsStorageStream.h \
|
---|
336 | sdk/include/xpcom/xpcom/nsStaticNameTable.h \
|
---|
337 | sdk/include/xpcom/xpcom/nsStaticComponent.h \
|
---|
338 | sdk/include/xpcom/xpcom/nsStaticAtom.h \
|
---|
339 | sdk/include/xpcom/xpcom/nsScriptableInputStream.h \
|
---|
340 | sdk/include/xpcom/xpcom/nsRefPtrHashtable.h \
|
---|
341 | sdk/include/xpcom/xpcom/nsRecyclingAllocator.h \
|
---|
342 | sdk/include/xpcom/xpcom/nsQuickSort.h \
|
---|
343 | sdk/include/xpcom/xpcom/nsProxyRelease.h \
|
---|
344 | sdk/include/xpcom/xpcom/nsProxyEvent.h \
|
---|
345 | sdk/include/xpcom/xpcom/nsProxiedService.h \
|
---|
346 | sdk/include/xpcom/xpcom/nsProcess.h \
|
---|
347 | sdk/include/xpcom/xpcom/nsObsoleteModuleLoading.h \
|
---|
348 | sdk/include/xpcom/xpcom/nsObserverService.h \
|
---|
349 | sdk/include/xpcom/xpcom/nsNativeComponentLoader.h \
|
---|
350 | sdk/include/xpcom/xpcom/nsNativeCharsetUtils.h \
|
---|
351 | sdk/include/xpcom/xpcom/nsMultiplexInputStream.h \
|
---|
352 | sdk/include/xpcom/xpcom/nsModule.h \
|
---|
353 | sdk/include/xpcom/xpcom/nsMemory.h \
|
---|
354 | sdk/include/xpcom/xpcom/nsLocalFileUnix.h \
|
---|
355 | sdk/include/xpcom/xpcom/nsLocalFile.h \
|
---|
356 | sdk/include/xpcom/xpcom/nsLinebreakConverter.h \
|
---|
357 | sdk/include/xpcom/xpcom/nsInterfaceHashtable.h \
|
---|
358 | sdk/include/xpcom/xpcom/nsInt64.h \
|
---|
359 | sdk/include/xpcom/xpcom/nsIWeakReferenceUtils.h \
|
---|
360 | sdk/include/xpcom/xpcom/nsIUnicharInputStream.h \
|
---|
361 | sdk/include/xpcom/xpcom/nsIUnicharBuffer.h \
|
---|
362 | sdk/include/xpcom/xpcom/nsISupportsUtils.h \
|
---|
363 | sdk/include/xpcom/xpcom/nsISupportsObsolete.h \
|
---|
364 | sdk/include/xpcom/xpcom/nsISupportsImpl.h \
|
---|
365 | sdk/include/xpcom/xpcom/nsISupportsBase.h \
|
---|
366 | sdk/include/xpcom/xpcom/nsIServiceManagerUtils.h \
|
---|
367 | sdk/include/xpcom/xpcom/nsIServiceManagerObsolete.h \
|
---|
368 | sdk/include/xpcom/xpcom/nsIInterfaceRequestorUtils.h \
|
---|
369 | sdk/include/xpcom/xpcom/nsIID.h \
|
---|
370 | sdk/include/xpcom/xpcom/nsIGenericFactory.h \
|
---|
371 | sdk/include/xpcom/xpcom/nsID.h \
|
---|
372 | sdk/include/xpcom/xpcom/nsIByteBuffer.h \
|
---|
373 | sdk/include/xpcom/xpcom/nsIAllocator.h \
|
---|
374 | sdk/include/xpcom/xpcom/nsHashtable.h \
|
---|
375 | sdk/include/xpcom/xpcom/nsHashSets.h \
|
---|
376 | sdk/include/xpcom/xpcom/nsHashKeys.h \
|
---|
377 | sdk/include/xpcom/xpcom/nsGenericFactory.h \
|
---|
378 | sdk/include/xpcom/xpcom/nsFixedSizeAllocator.h \
|
---|
379 | sdk/include/xpcom/xpcom/nsFastLoadService.h \
|
---|
380 | sdk/include/xpcom/xpcom/nsFastLoadPtr.h \
|
---|
381 | sdk/include/xpcom/xpcom/nsEventQueueUtils.h \
|
---|
382 | sdk/include/xpcom/xpcom/nsEscape.h \
|
---|
383 | sdk/include/xpcom/xpcom/nsError.h \
|
---|
384 | sdk/include/xpcom/xpcom/nsEnumeratorUtils.h \
|
---|
385 | sdk/include/xpcom/xpcom/nsDoubleHashtable.h \
|
---|
386 | sdk/include/xpcom/xpcom/nsDirectoryServiceUtils.h \
|
---|
387 | sdk/include/xpcom/xpcom/nsDirectoryServiceDefs.h \
|
---|
388 | sdk/include/xpcom/xpcom/nsDirectoryService.h \
|
---|
389 | sdk/include/xpcom/xpcom/nsDeque.h \
|
---|
390 | sdk/include/xpcom/xpcom/nsDebugImpl.h \
|
---|
391 | sdk/include/xpcom/xpcom/nsDebug.h \
|
---|
392 | sdk/include/xpcom/xpcom/nsDataHashtable.h \
|
---|
393 | sdk/include/xpcom/xpcom/nsCppSharedAllocator.h \
|
---|
394 | sdk/include/xpcom/xpcom/nsComponentManagerUtils.h \
|
---|
395 | sdk/include/xpcom/xpcom/nsComponentManagerObsolete.h \
|
---|
396 | sdk/include/xpcom/xpcom/nsCom.h \
|
---|
397 | sdk/include/xpcom/xpcom/nsClassHashtable.h \
|
---|
398 | sdk/include/xpcom/xpcom/nsCheapSets.h \
|
---|
399 | sdk/include/xpcom/xpcom/nsCategoryManagerUtils.h \
|
---|
400 | sdk/include/xpcom/xpcom/nsCRT.h \
|
---|
401 | sdk/include/xpcom/xpcom/nsCOMPtr.h \
|
---|
402 | sdk/include/xpcom/xpcom/nsCOMArray.h \
|
---|
403 | sdk/include/xpcom/xpcom/nsBaseHashtable.h \
|
---|
404 | sdk/include/xpcom/xpcom/nsAutoPtr.h \
|
---|
405 | sdk/include/xpcom/xpcom/nsAutoLock.h \
|
---|
406 | sdk/include/xpcom/xpcom/nsAutoBuffer.h \
|
---|
407 | sdk/include/xpcom/xpcom/nsAtomService.h \
|
---|
408 | sdk/include/xpcom/xpcom/nsArrayEnumerator.h \
|
---|
409 | sdk/include/xpcom/xpcom/nsArray.h \
|
---|
410 | sdk/include/xpcom/xpcom/nsAppDirectoryServiceDefs.h \
|
---|
411 | sdk/include/xpcom/xpcom/nsAgg.h \
|
---|
412 | sdk/include/xpcom/ipcd/ \
|
---|
413 | sdk/include/xpcom/ipcd/ipcdclient.h \
|
---|
414 | sdk/include/xpcom/ipcd/ipcModuleUtil.h \
|
---|
415 | sdk/include/xpcom/ipcd/ipcModule.h \
|
---|
416 | sdk/include/xpcom/ipcd/ipcMessageWriter.h \
|
---|
417 | sdk/include/xpcom/ipcd/ipcMessageReader.h \
|
---|
418 | sdk/include/xpcom/ipcd/ipcLockCID.h \
|
---|
419 | sdk/include/xpcom/ipcd/ipcCID.h \
|
---|
420 | sdk/include/xpcom/.keep \
|
---|
421 | sdk/include/nsIDebug.h \
|
---|
422 | sdk/include/nsIInterfaceRequestor.h \
|
---|
423 | sdk/include/nsIMemory.h \
|
---|
424 | sdk/include/nsIProgrammingLanguage.h \
|
---|
425 | sdk/include/nsISupports.h \
|
---|
426 | sdk/include/nsITraceRefcnt.h \
|
---|
427 | sdk/include/nsIWeakReference.h \
|
---|
428 | sdk/include/nsIConsoleMessage.h \
|
---|
429 | sdk/include/nsIConsoleService.h \
|
---|
430 | sdk/include/nsIConsoleListener.h \
|
---|
431 | sdk/include/nsIErrorService.h \
|
---|
432 | sdk/include/nsIException.h \
|
---|
433 | sdk/include/nsIExceptionService.h \
|
---|
434 | sdk/include/nsrootidl.h \
|
---|
435 | sdk/include/nsIClassInfo.h \
|
---|
436 | sdk/include/nsIComponentRegistrar.h \
|
---|
437 | sdk/include/nsIFactory.h \
|
---|
438 | sdk/include/nsIModule.h \
|
---|
439 | sdk/include/nsIServiceManager.h \
|
---|
440 | sdk/include/nsIComponentManager.h \
|
---|
441 | sdk/include/nsICategoryManager.h \
|
---|
442 | sdk/include/nsIComponentLoader.h \
|
---|
443 | sdk/include/nsINativeComponentLoader.h \
|
---|
444 | sdk/include/nsIComponentManagerObsolete.h \
|
---|
445 | sdk/include/nsIComponentLoaderManager.h \
|
---|
446 | sdk/include/nsISupportsArray.h \
|
---|
447 | sdk/include/nsICollection.h \
|
---|
448 | sdk/include/nsISerializable.h \
|
---|
449 | sdk/include/nsIEnumerator.h \
|
---|
450 | sdk/include/nsISimpleEnumerator.h \
|
---|
451 | sdk/include/nsIObserverService.h \
|
---|
452 | sdk/include/nsIObserver.h \
|
---|
453 | sdk/include/nsIAtom.h \
|
---|
454 | sdk/include/nsIAtomService.h \
|
---|
455 | sdk/include/nsIProperties.h \
|
---|
456 | sdk/include/nsIPersistentProperties2.h \
|
---|
457 | sdk/include/nsIRecyclingAllocator.h \
|
---|
458 | sdk/include/nsIStringEnumerator.h \
|
---|
459 | sdk/include/nsISupportsPrimitives.h \
|
---|
460 | sdk/include/nsISupportsIterators.h \
|
---|
461 | sdk/include/nsIVariant.h \
|
---|
462 | sdk/include/nsITimelineService.h \
|
---|
463 | sdk/include/nsIArray.h \
|
---|
464 | sdk/include/nsIPropertyBag.h \
|
---|
465 | sdk/include/nsIDirectoryService.h \
|
---|
466 | sdk/include/nsIFile.h \
|
---|
467 | sdk/include/nsILocalFile.h \
|
---|
468 | sdk/include/nsIInputStream.h \
|
---|
469 | sdk/include/nsIObjectInputStream.h \
|
---|
470 | sdk/include/nsIBinaryInputStream.h \
|
---|
471 | sdk/include/nsIObjectOutputStream.h \
|
---|
472 | sdk/include/nsIBinaryOutputStream.h \
|
---|
473 | sdk/include/nsIOutputStream.h \
|
---|
474 | sdk/include/nsIStreamBufferAccess.h \
|
---|
475 | sdk/include/nsIByteArrayInputStream.h \
|
---|
476 | sdk/include/nsISeekableStream.h \
|
---|
477 | sdk/include/nsIFastLoadFileControl.h \
|
---|
478 | sdk/include/nsIFastLoadService.h \
|
---|
479 | sdk/include/nsIInputStreamTee.h \
|
---|
480 | sdk/include/nsIMultiplexInputStream.h \
|
---|
481 | sdk/include/nsIPipe.h \
|
---|
482 | sdk/include/nsIAsyncInputStream.h \
|
---|
483 | sdk/include/nsIAsyncOutputStream.h \
|
---|
484 | sdk/include/nsIScriptableInputStream.h \
|
---|
485 | sdk/include/nsIStorageStream.h \
|
---|
486 | sdk/include/nsIStringStream.h \
|
---|
487 | sdk/include/nsILineInputStream.h \
|
---|
488 | sdk/include/nsIProxyObjectManager.h \
|
---|
489 | sdk/include/nsIEventQueueService.h \
|
---|
490 | sdk/include/nsIEventQueue.h \
|
---|
491 | sdk/include/nsIEventTarget.h \
|
---|
492 | sdk/include/nsIRunnable.h \
|
---|
493 | sdk/include/nsIThread.h \
|
---|
494 | sdk/include/nsITimer.h \
|
---|
495 | sdk/include/nsIEnvironment.h \
|
---|
496 | sdk/include/nsITimerInternal.h \
|
---|
497 | sdk/include/nsITimerManager.h \
|
---|
498 | sdk/include/nsIProcess.h \
|
---|
499 | sdk/include/nsIInterfaceInfo.h \
|
---|
500 | sdk/include/nsIInterfaceInfoManager.h \
|
---|
501 | sdk/include/nsIXPTLoader.h \
|
---|
502 | sdk/include/ipcIService.h \
|
---|
503 | sdk/include/ipcIMessageObserver.h \
|
---|
504 | sdk/include/ipcIClientObserver.h \
|
---|
505 | sdk/include/ipcILockService.h \
|
---|
506 | sdk/include/ipcITransactionService.h \
|
---|
507 | sdk/include/ipcIDConnectService.h \
|
---|
508 | sdk/include/ipcITransactionObserver.h \
|
---|
509 | sdk/include/VirtualBox_XPCOM.h \
|
---|
510 | sdk/include/VBoxAuth.h \
|
---|
511 | sdk/installer/build/lib/vboxapi/VirtualBox_constants.py
|
---|
512 | sdk/installer/build/lib/vboxapi/__init__.py
|
---|
513 | sdk/installer/python/build/lib/vboxapi/VirtualBox_constants.py
|
---|
514 | sdk/installer/python/build/lib/vboxapi/__init__.py
|
---|
515 | sdk/idl/ \
|
---|
516 | sdk/idl/nsIDebug.idl \
|
---|
517 | sdk/idl/nsIInterfaceRequestor.idl \
|
---|
518 | sdk/idl/nsIMemory.idl \
|
---|
519 | sdk/idl/nsIProgrammingLanguage.idl \
|
---|
520 | sdk/idl/nsISupports.idl \
|
---|
521 | sdk/idl/nsITraceRefcnt.idl \
|
---|
522 | sdk/idl/nsIWeakReference.idl \
|
---|
523 | sdk/idl/nsIConsoleMessage.idl \
|
---|
524 | sdk/idl/nsIConsoleService.idl \
|
---|
525 | sdk/idl/nsIConsoleListener.idl \
|
---|
526 | sdk/idl/nsIErrorService.idl \
|
---|
527 | sdk/idl/nsIException.idl \
|
---|
528 | sdk/idl/nsIExceptionService.idl \
|
---|
529 | sdk/idl/nsrootidl.idl \
|
---|
530 | sdk/idl/nsIClassInfo.idl \
|
---|
531 | sdk/idl/nsIComponentRegistrar.idl \
|
---|
532 | sdk/idl/nsIFactory.idl \
|
---|
533 | sdk/idl/nsIModule.idl \
|
---|
534 | sdk/idl/nsIServiceManager.idl \
|
---|
535 | sdk/idl/nsIComponentManager.idl \
|
---|
536 | sdk/idl/nsICategoryManager.idl \
|
---|
537 | sdk/idl/nsIComponentLoader.idl \
|
---|
538 | sdk/idl/nsINativeComponentLoader.idl \
|
---|
539 | sdk/idl/nsIComponentManagerObsolete.idl \
|
---|
540 | sdk/idl/nsIComponentLoaderManager.idl \
|
---|
541 | sdk/idl/nsISupportsArray.idl \
|
---|
542 | sdk/idl/nsICollection.idl \
|
---|
543 | sdk/idl/nsISerializable.idl \
|
---|
544 | sdk/idl/nsIEnumerator.idl \
|
---|
545 | sdk/idl/nsISimpleEnumerator.idl \
|
---|
546 | sdk/idl/nsIObserverService.idl \
|
---|
547 | sdk/idl/nsIObserver.idl \
|
---|
548 | sdk/idl/nsIAtom.idl \
|
---|
549 | sdk/idl/nsIAtomService.idl \
|
---|
550 | sdk/idl/nsIProperties.idl \
|
---|
551 | sdk/idl/nsIPersistentProperties2.idl \
|
---|
552 | sdk/idl/nsIRecyclingAllocator.idl \
|
---|
553 | sdk/idl/nsIStringEnumerator.idl \
|
---|
554 | sdk/idl/nsISupportsPrimitives.idl \
|
---|
555 | sdk/idl/nsISupportsIterators.idl \
|
---|
556 | sdk/idl/nsIVariant.idl \
|
---|
557 | sdk/idl/nsITimelineService.idl \
|
---|
558 | sdk/idl/nsIArray.idl \
|
---|
559 | sdk/idl/nsIPropertyBag.idl \
|
---|
560 | sdk/idl/nsIDirectoryService.idl \
|
---|
561 | sdk/idl/nsIFile.idl \
|
---|
562 | sdk/idl/nsILocalFile.idl \
|
---|
563 | sdk/idl/nsIInputStream.idl \
|
---|
564 | sdk/idl/nsIObjectInputStream.idl \
|
---|
565 | sdk/idl/nsIBinaryInputStream.idl \
|
---|
566 | sdk/idl/nsIObjectOutputStream.idl \
|
---|
567 | sdk/idl/nsIBinaryOutputStream.idl \
|
---|
568 | sdk/idl/nsIOutputStream.idl \
|
---|
569 | sdk/idl/nsIStreamBufferAccess.idl \
|
---|
570 | sdk/idl/nsIByteArrayInputStream.idl \
|
---|
571 | sdk/idl/nsISeekableStream.idl \
|
---|
572 | sdk/idl/nsIFastLoadFileControl.idl \
|
---|
573 | sdk/idl/nsIFastLoadService.idl \
|
---|
574 | sdk/idl/nsIInputStreamTee.idl \
|
---|
575 | sdk/idl/nsIMultiplexInputStream.idl \
|
---|
576 | sdk/idl/nsIPipe.idl \
|
---|
577 | sdk/idl/nsIAsyncInputStream.idl \
|
---|
578 | sdk/idl/nsIAsyncOutputStream.idl \
|
---|
579 | sdk/idl/nsIScriptableInputStream.idl \
|
---|
580 | sdk/idl/nsIStorageStream.idl \
|
---|
581 | sdk/idl/nsIStringStream.idl \
|
---|
582 | sdk/idl/nsILineInputStream.idl \
|
---|
583 | sdk/idl/nsIProxyObjectManager.idl \
|
---|
584 | sdk/idl/nsIEventQueueService.idl \
|
---|
585 | sdk/idl/nsIEventQueue.idl \
|
---|
586 | sdk/idl/nsIEventTarget.idl \
|
---|
587 | sdk/idl/nsIRunnable.idl \
|
---|
588 | sdk/idl/nsIThread.idl \
|
---|
589 | sdk/idl/nsITimer.idl \
|
---|
590 | sdk/idl/nsIEnvironment.idl \
|
---|
591 | sdk/idl/nsITimerInternal.idl \
|
---|
592 | sdk/idl/nsITimerManager.idl \
|
---|
593 | sdk/idl/nsIProcess.idl \
|
---|
594 | sdk/idl/nsIInterfaceInfo.idl \
|
---|
595 | sdk/idl/nsIInterfaceInfoManager.idl \
|
---|
596 | sdk/idl/nsIXPTLoader.idl \
|
---|
597 | sdk/idl/ipcIService.idl \
|
---|
598 | sdk/idl/ipcIMessageObserver.idl \
|
---|
599 | sdk/idl/ipcIClientObserver.idl \
|
---|
600 | sdk/idl/ipcILockService.idl \
|
---|
601 | sdk/idl/ipcITransactionService.idl \
|
---|
602 | sdk/idl/ipcIDConnectService.idl \
|
---|
603 | sdk/idl/ipcITransactionObserver.idl \
|
---|
604 | sdk/idl/VirtualBox_XPCOM.idl \
|
---|
605 | sdk/lib/ \
|
---|
606 | sdk/lib/VBoxXPCOMGlue.a \
|
---|
607 | sdk/webservice/vboxweb.wsdl \
|
---|
608 | sdk/webservice/vboxwebService.wsdl \
|
---|
609 | sdk/samples/ \
|
---|
610 | sdk/samples/auth/ \
|
---|
611 | sdk/samples/auth/pam.cpp \
|
---|
612 | sdk/samples/API/ \
|
---|
613 | sdk/samples/API/tstVBoxAPILinux.cpp \
|
---|
614 | sdk/samples/API/makefile.tstVBoxAPILinux \
|
---|
615 | sdk/samples/API/tstVBoxAPILinux \
|
---|
616 | additions/VBoxGuestAdditions.iso \
|
---|
617 | UserManual.pdf "
|
---|