Added KFileDiskDevice and the file with the disk device type strings.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3614 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
SubDir OBOS_TOP src kernel core disk_device_manager ;
|
SubDir OBOS_TOP src kernel core disk_device_manager ;
|
||||||
|
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) jobs ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) jobs ] ;
|
||||||
|
SEARCH_SOURCE += [ FDirName $(TOP) src kits storage ] ; # DiskDeviceTypes.cpp
|
||||||
|
|
||||||
UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
|
UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
|
||||||
UsePrivateHeaders [ FDirName shared ] ;
|
UsePrivateHeaders [ FDirName shared ] ;
|
||||||
@@ -12,6 +13,7 @@ SharedLibrary disk_device_manager :
|
|||||||
KDiskDeviceJobFactory.cpp
|
KDiskDeviceJobFactory.cpp
|
||||||
KDiskDeviceJobQueue.cpp
|
KDiskDeviceJobQueue.cpp
|
||||||
KDiskDeviceManager.cpp
|
KDiskDeviceManager.cpp
|
||||||
|
KFileDiskDevice.cpp
|
||||||
KDiskSystem.cpp
|
KDiskSystem.cpp
|
||||||
KFileSystem.cpp
|
KFileSystem.cpp
|
||||||
KPartition.cpp
|
KPartition.cpp
|
||||||
@@ -32,6 +34,9 @@ SharedLibrary disk_device_manager :
|
|||||||
# utilities
|
# utilities
|
||||||
Locker.cpp
|
Locker.cpp
|
||||||
RWLocker.cpp
|
RWLocker.cpp
|
||||||
|
|
||||||
|
# disk device types
|
||||||
|
DiskDeviceTypes.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
LinkSharedOSLibs libdisk_device_manager.so
|
LinkSharedOSLibs libdisk_device_manager.so
|
||||||
|
|||||||
Reference in New Issue
Block a user