VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv@ 65992

最後變更 在這個檔案從65992是 65381,由 vboxsync 提交於 8 年 前

bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: move all graphics device-related header files to a separate sub-directory and add that to the include path where they are needed. The intention is too be able to remove the VBox/ include folder in the DRM driver package.

  • 屬性 svn:eol-style 設為 LF
  • 屬性 svn:executable 設為 *
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 3.5 KB
 
1#!/bin/sh
2# $Id: files_vboxvideo_drv 65381 2017-01-20 09:23:53Z vboxsync $
3## @file
4# Shared file between Makefile.kmk and export_modules
5#
6
7#
8# Copyright (C) 2011 Oracle Corporation
9#
10# This file is part of VirtualBox Open Source Edition (OSE), as
11# available from http://www.alldomusa.eu.org. This file is free software;
12# you can redistribute it and/or modify it under the terms of the GNU
13# General Public License (GPL) as published by the Free Software
14# Foundation, in version 2 as it comes in the "COPYING" file of the
15# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
16# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
17#
18
19FILES_VBOXVIDEO_DRM_NOBIN=" \
20 ${PATH_OUT}/version-generated.h=>version-generated.h \
21 ${PATH_OUT}/revision-generated.h=>revision-generated.h \
22 ${PATH_OUT}/product-generated.h=>product-generated.h \
23 ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \
24 ${PATH_ROOT}/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \
25 ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \
26 ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \
27 ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \
28 ${PATH_ROOT}/include/iprt/latin1.h=>include/iprt/latin1.h \
29 ${PATH_ROOT}/include/iprt/list.h=>include/iprt/list.h \
30 ${PATH_ROOT}/include/iprt/stdarg.h=>include/iprt/stdarg.h \
31 ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \
32 ${PATH_ROOT}/include/iprt/string.h=>include/iprt/string.h \
33 ${PATH_ROOT}/include/iprt/types.h=>include/iprt/types.h \
34 ${PATH_ROOT}/include/iprt/utf16.h=>include/iprt/utf16.h \
35 ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \
36 ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \
37 ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \
38 ${PATH_ROOT}/include/VBox/Graphics/VBoxVideo.h=>include/VBoxVideo.h \
39 ${PATH_ROOT}/include/VBox/Graphics/VBoxVideoGuest.h=>include/VBoxVideoGuest.h \
40 ${PATH_ROOT}/include/VBox/Graphics/HGSMI.h=>include/HGSMI.h \
41 ${PATH_ROOT}/include/VBox/Graphics/HGSMIChannels.h=>include/HGSMIChannels.h \
42 ${PATH_ROOT}/include/VBox/Graphics/HGSMIChSetup.h=>include/HGSMIChSetup.h \
43 ${PATH_ROOT}/include/VBox/Graphics/HGSMIDefs.h=>include/HGSMIDefs.h \
44 ${PATH_ROOT}/include/VBox/Graphics/HGSMIMemAlloc.h=>include/HGSMIMemAlloc.h \
45 ${PATH_ROOT}/include/VBox/Graphics/VBoxVideoVBE.h=>include/VBoxVideoVBE.h \
46 ${PATH_ROOT}/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp=>HGSMIBase.c \
47 ${PATH_ROOT}/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp=>Modesetting.c \
48 ${PATH_ROOT}/src/VBox/Additions/common/VBoxVideo/VBVABase.cpp=>VBVABase.c \
49 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_drv.c=>vbox_drv.c \
50 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_drv.h=>vbox_drv.h \
51 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_fb.c=>vbox_fb.c \
52 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_irq.c=>vbox_irq.c \
53 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_main.c=>vbox_main.c \
54 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_mode.c=>vbox_mode.c \
55 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_ttm.c=>vbox_ttm.c \
56 ${PATH_ROOT}/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp=>HGSMICommon.c \
57 ${PATH_ROOT}/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp=>HGSMIMemAlloc.c \
58 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.header=>Makefile.include.header \
59 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.footer=>Makefile.include.footer \
60 ${PATH_ROOT}/src/VBox/Additions/linux/drm/Makefile.module.kms=>Makefile \
61"
62
63FILES_VBOXVIDEO_DRM_BIN=" \
64"
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette