files_vboxadd revision 3bf4bd3347c2bc3bc7c6b24672096f514235ad76
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#!/bin/sh
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Shared file between Makefile.kmk and export_modules
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Copyright (C) 2007 InnoTek Systemberatung GmbH
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# available from http://www.virtualbox.org. This file is free software;
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# you can redistribute it and/or modify it under the terms of the GNU
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# General Public License as published by the Free Software Foundation,
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# distribution. VirtualBox OSE is distributed in the hope that it will
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# be useful, but WITHOUT ANY WARRANTY of any kind.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# If you received this file as part of a commercial VirtualBox
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# distribution, then only the terms of your commercial VirtualBox
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# license agreement apply instead of the previous paragraph.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncFILES_VBOXADD_NOBIN=" \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/alloc.h=>include/iprt/alloc.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/log.h=>include/iprt/log.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/mem.h=>include/iprt/mem.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/param.h=>include/iprt/param.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/semaphore.h=>include/iprt/semaphore.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/stdarg.h=>include/iprt/stdarg.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/string.h=>include/iprt/string.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/iprt/types.h=>include/iprt/types.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/VBox/log.h=>include/VBox/log.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/VBox/ostypes.h=>include/VBox/ostypes.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/VBox/VBoxGuest.h=>include/VBox/VBoxGuest.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/include/VBox/VBoxGuestLib.h=>include/VBox/VBoxGuestLib.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp=>GenericRequest.c \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp=>HGCMInternal.c \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/Init.cpp=>Init.c \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp=>PhysHeap.c \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h=>SysHlp.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h=>VBGLInternal.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h=>VBoxGuestLog.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp=>VMMDev.c \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.cpp=>r0drv/alloc-r0drv.c \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.h=>r0drv/alloc-r0drv.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c=>r0drv/linux/alloc-r0drv-linux.c \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/semaphore-r0drv-linux.c=>r0drv/linux/semaphore-r0drv-linux.c \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/string.h=>r0drv/linux/string.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/linux/module/vboxmod.c=>vboxmod.c \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/linux/module/cmc.c=>cmc.c \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/linux/module/hgcmcall.c=>hgcmcall.c \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/linux/module/vboxmod.h=>vboxmod.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/linux/module/waitcompat.h=>waitcompat.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/Additions/linux/module/Makefile.module=>Makefile \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_OUT}/version-generated.h=>version-generated.h \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync"
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncFILES_VBOXADD_BIN=" \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync ${PATH_ROOT}/src/VBox/HostDrivers/Support/linux/build_in_tmp \
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync"
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync