files_vboxvfs revision c98fb3e16fcd571a790eab772c0c66173d225205
363N/A#!/bin/sh
363N/A#
363N/A# Shared file between Makefile.kmk and export_modules
363N/A#
363N/A# Copyright (C) 2007 innotek GmbH
363N/A#
363N/A# This file is part of VirtualBox Open Source Edition (OSE), as
363N/A# available from http://www.virtualbox.org. This file is free software;
363N/A# you can redistribute it and/or modify it under the terms of the GNU
363N/A# General Public License as published by the Free Software Foundation,
363N/A# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
363N/A# distribution. VirtualBox OSE is distributed in the hope that it will
363N/A# be useful, but WITHOUT ANY WARRANTY of any kind.
363N/A
363N/AFILES_VBOXVFS_NOBIN=" \
363N/A ${PATH_ROOT}/include/iprt/alloc.h=>include/iprt/alloc.h \
363N/A ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \
363N/A ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \
363N/A ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \
363N/A ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \
5680N/A ${PATH_ROOT}/include/iprt/fs.h=>include/iprt/fs.h \
5680N/A ${PATH_ROOT}/include/iprt/log.h=>include/iprt/log.h \
5371N/A ${PATH_ROOT}/include/iprt/mem.h=>include/iprt/mem.h \
363N/A ${PATH_ROOT}/include/iprt/param.h=>include/iprt/param.h \
364N/A ${PATH_ROOT}/include/iprt/path.h=>include/iprt/path.h \
363N/A ${PATH_ROOT}/include/iprt/semaphore.h=>include/iprt/semaphore.h \
797N/A ${PATH_ROOT}/include/iprt/stdarg.h=>include/iprt/stdarg.h \
797N/A ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \
797N/A ${PATH_ROOT}/include/iprt/string.h=>include/iprt/string.h \
797N/A ${PATH_ROOT}/include/iprt/time.h=>include/iprt/time.h \
797N/A ${PATH_ROOT}/include/iprt/types.h=>include/iprt/types.h \
797N/A ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \
5912N/A ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \
797N/A ${PATH_ROOT}/include/VBox/hgcmsvc.h=>include/VBox/hgcmsvc.h \
797N/A ${PATH_ROOT}/include/VBox/log.h=>include/VBox/log.h \
5912N/A ${PATH_ROOT}/include/VBox/ostypes.h=>include/VBox/ostypes.h \
797N/A ${PATH_ROOT}/include/VBox/shflsvc.h=>include/VBox/shflsvc.h \
797N/A ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \
797N/A ${PATH_ROOT}/include/VBox/VBoxGuest.h=>include/VBox/VBoxGuest.h \
827N/A ${PATH_ROOT}/include/VBox/VBoxGuestLib.h=>include/VBox/VBoxGuestLib.h \
5912N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp=>GenericRequest.c \
797N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp=>HGCM.c \
2931N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/Init.cpp=>Init.c \
363N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp=>PhysHeap.c \
5912N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp=>SysHlp.c \
2899N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h=>SysHlp.h \
4368N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h=>VBGLInternal.h \
4368N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c=>VBoxCalls.c \
4368N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h=>VBoxCalls.h \
4368N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h=>VBoxGuestLog.h \
4368N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp=>VMMDev.c \
4368N/A ${PATH_ROOT}/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \
4368N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.cpp=>r0drv/alloc-r0drv.c \
3817N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.h=>r0drv/alloc-r0drv.h \
3817N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c=>r0drv/linux/alloc-r0drv-linux.c \
3817N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/semaphore-r0drv-linux.c=>r0drv/linux/semaphore-r0drv-linux.c \
3817N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/string.h=>r0drv/linux/string.h \
363N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \
364N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/Makefile.module=>Makefile \
1845N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/dirops.c=>dirops.c \
1845N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/regops.c=>regops.c \
1845N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/utils.c=>utils.c \
364N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/vfs-utils.c=>vfs-utils.c \
797N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/vbsfmount.h=>vbsfmount.h \
797N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/vfsmod.c=>vfsmod.c \
797N/A ${PATH_ROOT}/src/VBox/Additions/linux/sharedfolders/vfsmod.h=>vfsmod.h \
363N/A ${PATH_OUT}/version-generated.h=>version-generated.h \
363N/A"
363N/A
5123N/AFILES_VBOXVFS_BIN=" \
5123N/A ${PATH_ROOT}/src/VBox/HostDrivers/Support/linux/build_in_tmp=>build_in_tmp \
5123N/A"
5123N/A