Added the new classes needed for the DiskDevice API.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2805 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
SubDir OBOS_TOP src tests kits storage disk_device ;
|
SubDir OBOS_TOP src tests kits storage disk_device ;
|
||||||
|
|
||||||
|
UsePrivateHeaders $(DOT) ;
|
||||||
UsePrivateHeaders app ;
|
UsePrivateHeaders app ;
|
||||||
UsePrivateHeaders shared ;
|
UsePrivateHeaders shared ;
|
||||||
UsePrivateHeaders storage ;
|
UsePrivateHeaders storage ;
|
||||||
|
|
||||||
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src kits app ]
|
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src kernel libroot os ]
|
||||||
|
[ FDirName $(OBOS_TOP) src kits app ]
|
||||||
[ FDirName $(OBOS_TOP) src kits storage ] ;
|
[ FDirName $(OBOS_TOP) src kits storage ] ;
|
||||||
|
|
||||||
SimpleTest DiskDeviceTest
|
SimpleTest DiskDeviceTest
|
||||||
@@ -13,6 +15,7 @@ SimpleTest DiskDeviceTest
|
|||||||
# We compile these classes in. If we would link against libopenbeos
|
# We compile these classes in. If we would link against libopenbeos
|
||||||
# instead, we couldn't use any GUI. At least not at this time.
|
# instead, we couldn't use any GUI. At least not at this time.
|
||||||
#
|
#
|
||||||
|
AddOnImage.cpp
|
||||||
DiskDevice.cpp
|
DiskDevice.cpp
|
||||||
DiskDeviceList.cpp
|
DiskDeviceList.cpp
|
||||||
DiskDevicePrivate.cpp
|
DiskDevicePrivate.cpp
|
||||||
@@ -20,9 +23,16 @@ SimpleTest DiskDeviceTest
|
|||||||
DiskDeviceVisitor.cpp
|
DiskDeviceVisitor.cpp
|
||||||
Mime.cpp
|
Mime.cpp
|
||||||
Partition.cpp
|
Partition.cpp
|
||||||
|
PartitioningDialog.cpp
|
||||||
RegistrarDefs.cpp
|
RegistrarDefs.cpp
|
||||||
RosterPrivate.cpp
|
RosterPrivate.cpp
|
||||||
Session.cpp
|
Session.cpp
|
||||||
|
|
||||||
: be
|
# from libroot
|
||||||
|
#
|
||||||
|
disk_scanner.cpp
|
||||||
|
|
||||||
|
: <boot!home!config!lib>libkernelland_emu.so be
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Depends DiskDeviceTest : userland_disk_scanner_modules ;
|
||||||
|
|||||||
Reference in New Issue
Block a user