Hi,
I have many device drivers named DIPSWITCH,LED,MICOM,ADC etc...
In platform.reg if i register for this driver under
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\IOD]
"Prefix"="ADC"
"Dll"="adc.dll"
"Order"=dword:1
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\IOD]
"Prefix"="micom"
"Dll"="micom.dll"
"Order"=dword:1
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\IOD]
"Prefix"="dipswitch"
"Dll"="dipswitch.dll"
"Order"=dword:1
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\IOD]
"Prefix"="IOD"
"Dll"="iod.dll"
"Order"=dword:1
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\IOD]
"Prefix"="led"
"Dll"="led.dll"
"Order"=dword:1
Only one driver dipswich.dll is getting loaded. i checked the registry
of target device.
How can i set in platform.reg for these drivers.
Please Suggest me.
Regards,
Kirthika