Installing in Windows
In the following example of an INF device-driver-installation section, the two directives add the system-driver information that installs the core system components for an audio adapter in Windows:
[XYZ-Audio-Device.Registration.NTX86]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
For information about the Include and Needs directives, see INF DDInstall Section.