7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync## @file
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# Linux DKMS config script for the VirtualBox guest kernel modules
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync#
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync#
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# Copyright (C) 2006-2010 Oracle Corporation
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync#
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# available from http://www.virtualbox.org. This file is free software;
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# you can redistribute it and/or modify it under the terms of the GNU
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# General Public License (GPL) as published by the Free Software
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync#
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsyncPACKAGE_NAME="vboxguest"
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncPACKAGE_VERSION=_VERSION_
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncAUTOINSTALL=yes
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsyncBUILT_MODULE_NAME[0]="vboxguest"
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsyncBUILT_MODULE_LOCATION[0]="vboxguest"
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsyncDEST_MODULE_LOCATION[0]="/kernel/misc"
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsyncBUILT_MODULE_NAME[1]="vboxsf"
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsyncBUILT_MODULE_LOCATION[1]="vboxsf"
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsyncDEST_MODULE_LOCATION[1]="/kernel/misc"
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsyncBUILT_MODULE_NAME[2]="vboxvideo"
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsyncBUILT_MODULE_LOCATION[2]="vboxvideo"
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsyncDEST_MODULE_LOCATION[2]="/kernel/misc"