Given that I grok your question, a kernel mode DLL is a DLL, which means you
can create an import lib and link it with another kernel mode component. You
CANNOT, however expect to link an application with that import lib. The best
means of doing this however is via a registered interface for your driver,
which another driver then requests via a GUID.