How too keep version info in memory with the driver image ?

Hi, all

when analyzing a crash dump of my driver, I am able to list
the modules using “lm v”. If I look at it, I see that some modules
(e.g. ntoskrnl.exe) have version info included in the list.
If I look at my driver, the version info is not there.
This is probably the version info is not loaded with the image
in memory (looking at driver image confirms it - the end
of the driver is cutted).

Does anyone know how to build a driver which
has the version info (in resources) included
in memory when the driver is loaded ?

L.