Созданный класс нужно указать в глобальной переменной uDeviceInterface.MainDeviceInterfaceClass при загрузке библиотеки с драйвером.
Пример.
library TestReport; uses uDeviceInterface, uMain in 'uMain.pas'; {$R *.RES} begin MainDeviceInterfaceClass := TFiscalMainDeviceInterface; end.