mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Add disk read driver framework
Allow access to the device's logical disk. At the moment, no drivers are implemented, so all devices have Access::None.
This commit is contained in:
@@ -148,6 +148,8 @@ set(SRC_FILES
|
||||
device/idevicesettings.cpp
|
||||
device/devicefinder.cpp
|
||||
device/device.cpp
|
||||
disk/diskreaddriver.cpp
|
||||
disk/nulldiskreaddriver.cpp
|
||||
${PLATFORM_SRC}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user