How to register dext as Image Capture (ICA) driver

In my old scanner driver I filled gICDScannerCallbackFunctions structure with callback links and then called ICD_ScannerMain(..) Now I'm trying to rebuild the driver as driverkit extension, but it looks like ICADevices framework is not available here.
What API should the driver implement to communicate with the application and how to register it?