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:
parent
38cf1a986c
commit
24d57dc067
@ -1,6 +1,7 @@
|
||||
SubDir OBOS_TOP src kernel core disk_device_manager ;
|
||||
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) jobs ] ;
|
||||
SEARCH_SOURCE += [ FDirName $(TOP) src kits storage ] ; # DiskDeviceTypes.cpp
|
||||
|
||||
UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
|
||||
UsePrivateHeaders [ FDirName shared ] ;
|
||||
@ -12,6 +13,7 @@ SharedLibrary disk_device_manager :
|
||||
KDiskDeviceJobFactory.cpp
|
||||
KDiskDeviceJobQueue.cpp
|
||||
KDiskDeviceManager.cpp
|
||||
KFileDiskDevice.cpp
|
||||
KDiskSystem.cpp
|
||||
KFileSystem.cpp
|
||||
KPartition.cpp
|
||||
@ -32,6 +34,9 @@ SharedLibrary disk_device_manager :
|
||||
# utilities
|
||||
Locker.cpp
|
||||
RWLocker.cpp
|
||||
|
||||
# disk device types
|
||||
DiskDeviceTypes.cpp
|
||||
;
|
||||
|
||||
LinkSharedOSLibs libdisk_device_manager.so
|
||||
|
Loading…
Reference in New Issue
Block a user