I have filter driver which sits below file system driver.
My LoadOrderGroup is "filter".
These many days I didnot use inf file to install the driver.
I was just adding entry in the registry and copying the driver files to
system directry for my installation application.
Now I am planning to install it thru inf file.
Is class and classguid entry in the inf file mandatory.
wdk doc says that if the LoadOrderGroup is filter the class is not specified.
But when I run the chkinf tool without including class and classguid entry I
get errorrs.
Is it ok if I dont have class entry.
My driver is a mirroring driver.
Thanks in advance
The wdk doc says that