mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove DiscImageChef.CommonTypes dependence on DiscImageChef.Decoders.
This commit is contained in:
@@ -33,10 +33,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using DiscImageChef.CommonTypes.Enums;
|
||||
using DiscImageChef.CommonTypes.Structs.Devices.SCSI;
|
||||
using DiscImageChef.Console;
|
||||
using DiscImageChef.Decoders.ATA;
|
||||
using DiscImageChef.Decoders.SCSI;
|
||||
using DiscImageChef.Devices;
|
||||
using Inquiry = DiscImageChef.CommonTypes.Structs.Devices.SCSI.Inquiry;
|
||||
|
||||
namespace DiscImageChef.Core.Devices.Info
|
||||
{
|
||||
|
||||
@@ -32,10 +32,12 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
using DiscImageChef.CommonTypes.Enums;
|
||||
using DiscImageChef.CommonTypes.Structs.Devices.SCSI;
|
||||
using DiscImageChef.Decoders.ATA;
|
||||
using DiscImageChef.Decoders.SCSI;
|
||||
using DiscImageChef.Decoders.SCSI.SSC;
|
||||
using DiscImageChef.Devices;
|
||||
using Inquiry = DiscImageChef.CommonTypes.Structs.Devices.SCSI.Inquiry;
|
||||
|
||||
namespace DiscImageChef.Core.Devices.Info
|
||||
{
|
||||
@@ -44,7 +46,7 @@ namespace DiscImageChef.Core.Devices.Info
|
||||
public byte[] AtaIdentify { get; }
|
||||
public byte[] AtapiIdentify { get; }
|
||||
public byte[] ScsiInquiryData { get; }
|
||||
public Inquiry.SCSIInquiry? ScsiInquiry { get; }
|
||||
public Inquiry? ScsiInquiry { get; }
|
||||
public AtaErrorRegistersChs? AtaMcptError { get; }
|
||||
public Dictionary<byte, byte[]> ScsiEvpdPages { get; }
|
||||
public Modes.DecodedMode? ScsiMode { get; }
|
||||
|
||||
Reference in New Issue
Block a user