- Timestamp:
- Dec 27, 2010 5:25:52 PM (14 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 1 added
- 75 edited
- 7 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevCodec.cpp
r35346 r35353 24 24 #include <iprt/cpp/utils.h> 25 25 26 #include " ../Builtins.h"26 #include "VBoxDD.h" 27 27 extern "C" { 28 28 #include "audio.h" -
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r35346 r35353 25 25 #include <iprt/string.h> 26 26 27 #include " ../Builtins.h"27 #include "VBoxDD.h" 28 28 29 29 extern "C" { -
trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp
r35346 r35353 28 28 #include <iprt/asm-math.h> 29 29 30 #include " ../Builtins.h"30 #include "VBoxDD.h" 31 31 32 32 extern "C" { -
trunk/src/VBox/Devices/Audio/DevSB16.cpp
r35346 r35353 37 37 #include <iprt/string.h> 38 38 #include <iprt/uuid.h> 39 #include " ../vl_vbox.h"39 #include "vl_vbox.h" 40 40 41 41 extern "C" { -
trunk/src/VBox/Devices/Audio/alsaaudio.c
r34451 r35353 32 32 #include <alsa/asoundlib.h> 33 33 34 #include " Builtins.h"35 #include " ../../vl_vbox.h"34 #include "VBoxDD.h" 35 #include "vl_vbox.h" 36 36 #include "audio.h" 37 37 #ifdef VBOX -
trunk/src/VBox/Devices/Audio/audio.c
r35346 r35353 34 34 #include <iprt/alloc.h> 35 35 36 #include " Builtins.h"37 #include " ../../vl_vbox.h"36 #include "VBoxDD.h" 37 #include "vl_vbox.h" 38 38 39 39 #include <ctype.h> -
trunk/src/VBox/Devices/Audio/audiosniffer.c
r35346 r35353 28 28 #include <iprt/alloc.h> 29 29 30 #include " Builtins.h"31 #include " ../../vl_vbox.h"30 #include "VBoxDD.h" 31 #include "vl_vbox.h" 32 32 33 33 #include "audio.h" -
trunk/src/VBox/Devices/Audio/dsoundaudio.c
r6471 r35353 33 33 #include <dsound.h> 34 34 35 #include " Builtins.h"36 #include " ../../vl_vbox.h"35 #include "VBoxDD.h" 36 #include "vl_vbox.h" 37 37 #include "audio.h" 38 38 #include <iprt/alloc.h> -
trunk/src/VBox/Devices/Audio/mixeng.c
r33540 r35353 24 24 */ 25 25 26 #include " Builtins.h"27 #include " ../../vl_vbox.h"26 #include "VBoxDD.h" 27 #include "vl_vbox.h" 28 28 #include "audio.h" 29 29 #ifdef VBOX -
trunk/src/VBox/Devices/Audio/noaudio.c
r32680 r35353 22 22 * THE SOFTWARE. 23 23 */ 24 #include " Builtins.h"25 #include " ../../vl_vbox.h"24 #include "VBoxDD.h" 25 #include "vl_vbox.h" 26 26 #include "audio.h" 27 27 #include <iprt/alloc.h> -
trunk/src/VBox/Devices/Audio/ossaudio.c
r26008 r35353 35 35 #include <sys/soundcard.h> 36 36 37 #include " Builtins.h"38 #include " ../../vl_vbox.h"37 #include "VBoxDD.h" 38 #include "vl_vbox.h" 39 39 #include "audio.h" 40 40 #include <iprt/alloc.h> -
trunk/src/VBox/Devices/Audio/pulseaudio.c
r33540 r35353 27 27 #include "pulse_stubs.h" 28 28 29 #include " ../../vl_vbox.h"29 #include "vl_vbox.h" 30 30 #include "audio.h" 31 31 #define AUDIO_CAP "pulse" -
trunk/src/VBox/Devices/Audio/solaudio.c
r28800 r35353 32 32 #include <iprt/env.h> 33 33 34 #include " Builtins.h"34 #include "VBoxDD.h" 35 35 #include "vl_vbox.h" 36 36 #include "audio.h" -
trunk/src/VBox/Devices/Audio/winaudio.c
r35346 r35353 30 30 #include <iprt/alloc.h> 31 31 32 #include " Builtins.h"33 #include " ../../vl_vbox.h"32 #include "VBoxDD.h" 33 #include "vl_vbox.h" 34 34 35 35 #include "audio.h" -
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r35346 r35353 53 53 #include <iprt/string.h> 54 54 55 #include " ../Builtins.h"55 #include "VBoxDD.h" 56 56 57 57 -
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r35346 r35353 32 32 #endif 33 33 34 #include " ../Builtins.h"34 #include "VBoxDD.h" 35 35 36 36 #include "MsiCommon.h" -
trunk/src/VBox/Devices/Bus/DevPciRaw.cpp
r35346 r35353 26 26 #include <iprt/string.h> 27 27 28 #include " ../Builtins.h"28 #include "VBoxDD.h" 29 29 30 30 /******************************************************************************* -
trunk/src/VBox/Devices/EFI/DevEFI.cpp
r35346 r35353 44 44 45 45 #include "Firmware2/VBoxPkg/Include/DevEFI.h" 46 #include " ../Builtins.h"47 #include " ../Builtins2.h"46 #include "VBoxDD.h" 47 #include "VBoxDD2.h" 48 48 #include "../PC/DevFwCommon.h" 49 49 -
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r35346 r35353 132 132 133 133 #include "vl_vbox.h" 134 #include " Builtins.h"135 #include " Builtins2.h"134 #include "VBoxDD.h" 135 #include "VBoxDD2.h" 136 136 137 137 -
trunk/src/VBox/Devices/Input/DevPS2.cpp
r35346 r35353 51 51 #include <iprt/uuid.h> 52 52 53 #include " ../Builtins.h"53 #include "VBoxDD.h" 54 54 55 55 #define PCKBD_SAVED_STATE_VERSION 5 -
trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp
r35346 r35353 25 25 #include <iprt/uuid.h> 26 26 27 #include " Builtins.h"27 #include "VBoxDD.h" 28 28 29 29 -
trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp
r35346 r35353 25 25 #include <iprt/uuid.h> 26 26 27 #include " Builtins.h"27 #include "VBoxDD.h" 28 28 29 29 -
trunk/src/VBox/Devices/Input/UsbKbd.cpp
r35346 r35353 29 29 #include <iprt/string.h> 30 30 #include <iprt/uuid.h> 31 #include " ../Builtins.h"31 #include "VBoxDD.h" 32 32 33 33 -
trunk/src/VBox/Devices/Input/UsbMouse.cpp
r35346 r35353 28 28 #include <iprt/string.h> 29 29 #include <iprt/uuid.h> 30 #include " ../Builtins.h"30 #include "VBoxDD.h" 31 31 32 32 -
trunk/src/VBox/Devices/Makefile.kmk
r35345 r35353 74 74 Storage/VSCSI/VSCSISgBuf.cpp \ 75 75 Storage/VSCSI/VSCSIIoReq.cpp \ 76 VBoxDDUDeps.cpp76 build/VBoxDDUDeps.cpp 77 77 ifdef VBOX_WITH_USB 78 78 VBoxDDU_INCS.os2 += \ … … 115 115 VBoxDD_TEMPLATE = VBOXR3 116 116 VBoxDD_SDKS.win = WINPSDK DXSDK W2K3DDK VBOX_NTDLL 117 VBoxDD_INCS = build 117 118 VBoxDD_SOURCES = \ 118 Builtins.cpp119 build/VBoxDD.cpp 119 120 VBoxDD_DEFS = VBOX_ACPI 120 121 ifdef VBOX_WITH_USB … … 225 226 VBoxDD2_DEFS = IN_VBOXDD2 226 227 VBoxDD2_INCS := \ 228 build \ 227 229 $(PATH_SUB_CURRENT) 228 230 VBoxDD2_SOURCES = \ 229 Builtins2.cpp \231 build/VBoxDD2.cpp \ 230 232 PC/DevAPIC.cpp \ 231 233 PC/DevSMC.cpp \ … … 262 264 263 265 DevicesR3_INCS = \ 264 .266 build 265 267 266 268 DevicesR3_SOURCES = \ … … 527 529 endif 528 530 VBoxDDGC_DEFS = VBOX_WITH_HGCM 529 VBoxDDGC_INCS := \ 530 $(PATH_SUB_CURRENT) 531 VBoxDDGC_INCS = build 531 532 VBoxDDGC_SOURCES = \ 532 533 Bus/DevPCI.cpp \ … … 631 632 VBoxDDR0_DEFS.darwin.x86= VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 VBOX_WITH_2X_4GB_ADDR_SPACE 632 633 VBoxDDR0_DEFS = IN_RT_R0 VBOX_WITH_HGCM # - WTF is IN_RT_R0 doing here? 633 VBoxDDR0_INCS := \ 634 $(PATH_SUB_CURRENT) 634 VBoxDDR0_INCS = build 635 635 VBoxDDR0_SOURCES = \ 636 636 Bus/DevPCI.cpp \ … … 665 665 VBoxDDR0_DEFS += VBOX_WITH_VIRTIO 666 666 VBoxDDR0_SOURCES += \ 667 668 Network/DevVirtioNet.cpp667 VirtIO/Virtio.cpp \ 668 Network/DevVirtioNet.cpp 669 669 endif 670 670 … … 738 738 VBoxDD2GC_TEMPLATE = VBoxRc 739 739 VBoxDD2GC_DEFS = 740 VBoxDD2GC_INCS := \ 741 $(PATH_SUB_CURRENT) 740 VBoxDD2GC_INCS = build 742 741 VBoxDD2GC_SOURCES = \ 743 742 PC/DevAPIC.cpp \ … … 755 754 VBoxDD2R0_TEMPLATE = VBoxR0 756 755 VBoxDD2R0_DEFS = IN_RT_R0 757 VBoxDD2R0_INCS := \ 758 $(PATH_SUB_CURRENT) 756 VBoxDD2R0_INCS = build 759 757 VBoxDD2R0_SOURCES = \ 760 758 PC/DevAPIC.cpp \ … … 787 785 788 786 Drivers_INCS := \ 789 $(PATH_SUB_CURRENT)\787 build \ 790 788 Network/slirp 791 789 Drivers_SOURCES = \ -
trunk/src/VBox/Devices/Network/DevE1000.cpp
r35346 r35353 55 55 #include <VBox/vmm/pdmnetinline.h> 56 56 #include <VBox/param.h> 57 #include " ../Builtins.h"57 #include "VBoxDD.h" 58 58 59 59 #include "DevEEPROM.h" -
trunk/src/VBox/Devices/Network/DevINIP.cpp
r35346 r35353 48 48 #include <iprt/uuid.h> 49 49 50 #include " ../Builtins.h"50 #include "VBoxDD.h" 51 51 52 52 -
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r35346 r35353 68 68 #endif 69 69 70 #include " ../Builtins.h"70 #include "VBoxDD.h" 71 71 72 72 /* Enable this to catch writes to the ring descriptors instead of using excessive polling */ -
trunk/src/VBox/Devices/Network/DevVirtioNet.cpp
r35346 r35353 31 31 # include <iprt/uuid.h> 32 32 #endif /* IN_RING3 */ 33 #include " ../Builtins.h"33 #include "VBoxDD.h" 34 34 #include "../VirtIO/Virtio.h" 35 35 -
trunk/src/VBox/Devices/Network/DrvDedicatedNic.cpp
r35346 r35353 36 36 #include <iprt/uuid.h> 37 37 38 #include " ../Builtins.h"38 #include "VBoxDD.h" 39 39 40 40 -
trunk/src/VBox/Devices/Network/DrvIntNet.cpp
r35346 r35353 43 43 #include <iprt/uuid.h> 44 44 45 #include " ../Builtins.h"45 #include "VBoxDD.h" 46 46 47 47 -
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r35346 r35353 37 37 #include <iprt/uuid.h> 38 38 39 #include " Builtins.h"39 #include "VBoxDD.h" 40 40 41 41 #ifndef RT_OS_WINDOWS -
trunk/src/VBox/Devices/Network/DrvNetSniffer.cpp
r35346 r35353 35 35 36 36 #include "Pcap.h" 37 #include " Builtins.h"37 #include "VBoxDD.h" 38 38 39 39 -
trunk/src/VBox/Devices/Network/DrvTAP.cpp
r35346 r35353 73 73 #endif 74 74 75 #include " Builtins.h"75 #include "VBoxDD.h" 76 76 77 77 -
trunk/src/VBox/Devices/Network/DrvVDE.cpp
r35346 r35353 45 45 #include <unistd.h> 46 46 47 #include " Builtins.h"47 #include "VBoxDD.h" 48 48 49 49 -
trunk/src/VBox/Devices/PC/DevACPI.cpp
r35346 r35353 33 33 #endif /* IN_RING3 */ 34 34 35 #include " ../Builtins.h"35 #include "VBoxDD.h" 36 36 37 37 #ifdef LOG_ENABLED -
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r35346 r35353 35 35 #include <VBox/msi.h> 36 36 37 #include " Builtins2.h"37 #include "VBoxDD2.h" 38 38 39 39 #define MSR_IA32_APICBASE 0x1b -
trunk/src/VBox/Devices/PC/DevDMA.cpp
r35346 r35353 57 57 #include <stdlib.h> 58 58 59 #include " ../Builtins.h"60 #include " ../vl_vbox.h"59 #include "VBoxDD.h" 60 #include "vl_vbox.h" 61 61 typedef PFNDMATRANSFERHANDLER DMA_transfer_handler; 62 62 -
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r35346 r35353 35 35 #include <iprt/system.h> 36 36 37 #include " ../Builtins.h"38 #include " ../Builtins2.h"37 #include "VBoxDD.h" 38 #include "VBoxDD2.h" 39 39 #include "DevFwCommon.h" 40 40 -
trunk/src/VBox/Devices/PC/DevHPET.cpp
r35346 r35353 27 27 #include <iprt/string.h> 28 28 29 #include " ../Builtins.h"29 #include "VBoxDD.h" 30 30 31 31 -
trunk/src/VBox/Devices/PC/DevLPC.cpp
r35346 r35353 54 54 #include <iprt/string.h> 55 55 56 #include " ../Builtins2.h"56 #include "VBoxDD2.h" 57 57 58 58 #define RCBA_BASE 0xFED1C000 -
trunk/src/VBox/Devices/PC/DevPIC.cpp
r35346 r35353 25 25 #include <iprt/string.h> 26 26 27 #include " ../Builtins.h"27 #include "VBoxDD.h" 28 28 29 29 -
trunk/src/VBox/Devices/PC/DevPcArch.c
r35346 r35353 27 27 #include <iprt/string.h> 28 28 29 #include " ../Builtins.h"29 #include "VBoxDD.h" 30 30 31 31 -
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r35346 r35353 35 35 #include <VBox/param.h> 36 36 37 #include " ../Builtins.h"38 #include " ../Builtins2.h"37 #include "VBoxDD.h" 38 #include "VBoxDD2.h" 39 39 #include "DevPcBios.h" 40 40 #include "DevFwCommon.h" -
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r35346 r35353 57 57 #endif /* IN_RING3 */ 58 58 59 #include " ../Builtins.h"59 #include "VBoxDD.h" 60 60 61 61 -
trunk/src/VBox/Devices/PC/DevRTC.cpp
r35346 r35353 56 56 #endif /* IN_RING3 */ 57 57 58 #include " ../Builtins.h"58 #include "VBoxDD.h" 59 59 60 60 struct RTCState; -
trunk/src/VBox/Devices/PC/DevSMC.cpp
r35346 r35353 62 62 #endif 63 63 64 #include " ../Builtins2.h"64 #include "VBoxDD2.h" 65 65 66 66 -
trunk/src/VBox/Devices/PC/DrvACPI.cpp
r35346 r35353 56 56 #endif 57 57 58 #include " Builtins.h"58 #include "VBoxDD.h" 59 59 60 60 -
trunk/src/VBox/Devices/PC/DrvAcpiCpu.cpp
r35346 r35353 27 27 #include <iprt/uuid.h> 28 28 29 #include " Builtins.h"29 #include "VBoxDD.h" 30 30 31 31 -
trunk/src/VBox/Devices/Parallel/DevParallel.cpp
r35346 r35353 30 30 #include <iprt/critsect.h> 31 31 32 #include " ../Builtins.h"32 #include "VBoxDD.h" 33 33 34 34 -
trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp
r35346 r35353 43 43 #endif 44 44 45 #include " Builtins.h"45 #include "VBoxDD.h" 46 46 47 47 -
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r35346 r35353 55 55 #include <iprt/critsect.h> 56 56 57 #include " ../Builtins.h"57 #include "VBoxDD.h" 58 58 59 59 #undef VBOX_SERIAL_PCI /* The PCI variant has lots of problems: wrong IRQ line and wrong IO base assigned. */ -
trunk/src/VBox/Devices/Serial/DrvChar.cpp
r35346 r35353 34 34 #include <iprt/uuid.h> 35 35 36 #include " Builtins.h"36 #include "VBoxDD.h" 37 37 38 38 -
trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp
r35346 r35353 69 69 #endif 70 70 71 #include " ../Builtins.h"71 #include "VBoxDD.h" 72 72 73 73 -
trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
r35346 r35353 30 30 #include <iprt/uuid.h> 31 31 32 #include " Builtins.h"32 #include "VBoxDD.h" 33 33 34 34 #ifdef RT_OS_WINDOWS -
trunk/src/VBox/Devices/Serial/DrvRawFile.cpp
r35346 r35353 30 30 #include <iprt/uuid.h> 31 31 32 #include " Builtins.h"32 #include "VBoxDD.h" 33 33 34 34 -
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r35346 r35353 57 57 #include "ide.h" 58 58 #include "ATAController.h" 59 #include " ../Builtins.h"59 #include "VBoxDD.h" 60 60 61 61 #define AHCI_MAX_NR_PORTS_IMPL 30 -
trunk/src/VBox/Devices/Storage/DevATA.cpp
r35346 r35353 60 60 #include "PIIX3ATABmDma.h" 61 61 #include "ide.h" 62 #include " ../Builtins.h"62 #include "VBoxDD.h" 63 63 64 64 /******************************************************************************* -
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r35346 r35353 39 39 40 40 #include "VBoxSCSI.h" 41 #include " ../Builtins.h"41 #include "VBoxDD.h" 42 42 43 43 /* Maximum number of attached devices the adapter can handle. */ -
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r35346 r35353 36 36 #include "VBoxSCSI.h" 37 37 38 #include " ../Builtins.h"38 #include "VBoxDD.h" 39 39 40 40 /** The current saved state version. */ -
trunk/src/VBox/Devices/Storage/DrvBlock.cpp
r35346 r35353 26 26 #include <iprt/uuid.h> 27 27 28 #include " Builtins.h"28 #include "VBoxDD.h" 29 29 30 30 -
trunk/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp
r35346 r35353 33 33 #include <iprt/asm.h> 34 34 35 #include " Builtins.h"35 #include "VBoxDD.h" 36 36 37 37 -
trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp
r35346 r35353 112 112 #include <VBox/scsi.h> 113 113 114 #include " Builtins.h"114 #include "VBoxDD.h" 115 115 #include "DrvHostBase.h" 116 116 -
trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp
r35346 r35353 48 48 #include <iprt/critsect.h> 49 49 50 #include " Builtins.h"50 #include "VBoxDD.h" 51 51 #include "DrvHostBase.h" 52 52 -
trunk/src/VBox/Devices/Storage/DrvMediaISO.cpp
r35346 r35353 26 26 #include <iprt/uuid.h> 27 27 28 #include " Builtins.h"28 #include "VBoxDD.h" 29 29 30 30 -
trunk/src/VBox/Devices/Storage/DrvRawImage.cpp
r35346 r35353 27 27 #include <iprt/uuid.h> 28 28 29 #include " Builtins.h"29 #include "VBoxDD.h" 30 30 31 31 -
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r35346 r35353 34 34 #include <iprt/uuid.h> 35 35 36 #include " Builtins.h"36 #include "VBoxDD.h" 37 37 38 38 /** The maximum number of release log entries per device. */ -
trunk/src/VBox/Devices/Storage/DrvSCSIHost.cpp
r35346 r35353 38 38 #endif 39 39 40 #include " ../Builtins.h"40 #include "VBoxDD.h" 41 41 42 42 /** -
trunk/src/VBox/Devices/Storage/DrvVD.cpp
r35346 r35353 47 47 #endif /* VBOX_WITH_INIP */ 48 48 49 #include " Builtins.h"49 #include "VBoxDD.h" 50 50 51 51 #ifdef VBOX_WITH_INIP -
trunk/src/VBox/Devices/Storage/UsbMsd.cpp
r35346 r35353 30 30 #include <iprt/string.h> 31 31 #include <iprt/uuid.h> 32 #include " ../Builtins.h"32 #include "VBoxDD.h" 33 33 34 34 -
trunk/src/VBox/Devices/Storage/fdc.c
r35351 r35353 52 52 #include <iprt/uuid.h> 53 53 54 #include " Builtins.h"55 #include " ../vl_vbox.h"54 #include "VBoxDD.h" 55 #include "vl_vbox.h" 56 56 57 57 #define FDC_SAVESTATE_CURRENT 2 /* The new and improved saved state. */ -
trunk/src/VBox/Devices/USB/DevOHCI.cpp
r35346 r35353 98 98 #endif 99 99 #include <VBox/vusb.h> 100 #include " ../Builtins.h"100 #include "VBoxDD.h" 101 101 102 102 -
trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp
r35346 r35353 216 216 #include <iprt/uuid.h> 217 217 #include "VUSBInternal.h" 218 #include " Builtins.h"218 #include "VBoxDD.h" 219 219 220 220 -
trunk/src/VBox/Devices/USB/USBProxyDevice.cpp
r35346 r35353 31 31 #include "USBProxyDevice.h" 32 32 #include "VUSBInternal.h" 33 #include " Builtins.h"33 #include "VBoxDD.h" 34 34 35 35 -
trunk/src/VBox/Devices/build/VBoxDD.cpp
r35349 r35353 1 1 /* $Id$ */ 2 2 /** @file 3 * Built-in drivers & devices (part 1)3 * VBoxDD - Built-in drivers & devices (part 1). 4 4 */ 5 5 … … 29 29 #include <iprt/assert.h> 30 30 31 #include " Builtins.h"31 #include "VBoxDD.h" 32 32 33 33 … … 349 349 return rc; 350 350 } 351 -
trunk/src/VBox/Devices/build/VBoxDD.h
r35349 r35353 16 16 */ 17 17 18 #ifndef ___ Builtins_h19 #define ___ Builtins_h18 #ifndef ___build_VBoxDD_h 19 #define ___build_VBoxDD_h 20 20 21 21 #include <VBox/vmm/pdm.h> -
trunk/src/VBox/Devices/build/VBoxDD2.cpp
r35349 r35353 1 1 /* $Id $ */ 2 2 /** @file 3 * Built-in drivers & devices part 2.3 * VBoxDD2 - Built-in drivers & devices part 2. 4 4 * 5 5 * These drivers and devices are in separate modules because of LGPL. … … 30 30 #include <iprt/assert.h> 31 31 32 #include " Builtins2.h"32 #include "VBoxDD2.h" 33 33 34 34 -
trunk/src/VBox/Devices/build/VBoxDD2.h
r35349 r35353 18 18 */ 19 19 20 #ifndef ___ Builtins2_h21 #define ___ Builtins2_h20 #ifndef ___build_VBoxDD2_h 21 #define ___build_VBoxDD2_h 22 22 23 23 #include <VBox/vmm/pdm.h> … … 52 52 53 53 #endif 54 -
trunk/src/VBox/Devices/build/VBoxDDUDeps.cpp
r35349 r35353 5 5 6 6 /* 7 * Copyright (C) 2007 Oracle Corporation7 * Copyright (C) 2007-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 49 49 NULL 50 50 }; 51 -
trunk/src/VBox/Devices/build/vl_vbox.h
r35349 r35353 18 18 */ 19 19 20 #ifndef __ vl_vbox_h__21 #define __ vl_vbox_h__20 #ifndef ___build_vl_vbox_h 21 #define ___build_vl_vbox_h 22 22 23 23 /******************************************************************************* … … 35 35 #include <iprt/string.h> 36 36 37 #include " Builtins.h"37 #include "VBoxDD.h" 38 38 39 39 RT_C_DECLS_BEGIN … … 370 370 RT_C_DECLS_END 371 371 372 #endif /* __vl_vbox_h__ */372 #endif -
trunk/src/VBox/Devices/testcase/Makefile.kmk
r34092 r35353 66 66 tstDeviceStructSizeRC_SOURCES = tstDeviceStructSizeRC.cpp 67 67 tstDeviceStructSizeRC_INCS = \ 68 $(VBOX_PATH_DEVICES_SRC) \68 $(VBOX_PATH_DEVICES_SRC)/build \ 69 69 $(VBOX_PATH_DEVICES_SRC)/Bus \ 70 70 $(VBOX_DEVICES_TEST_OUT_DIR) … … 78 78 tstDeviceStructSize_DEFS = $(VBOX_DEVICES_TESTS_FEATURES) 79 79 tstDeviceStructSize_INCS = \ 80 $(VBOX_PATH_DEVICES_SRC) \80 $(VBOX_PATH_DEVICES_SRC)/build \ 81 81 $(VBOX_PATH_DEVICES_SRC)/Bus \ 82 82 $(VBOX_DEVICES_TEST_OUT_DIR)
Note:
See TracChangeset
for help on using the changeset viewer.