From: Polaris on
Hi Driver Experts:



I have two generic question on writing INF :



(1) Can a section appear more than once in an INF ? Is it something should
be avoided?



(2) Does the order of a section in the INF mater?



Thanks in advance!



Polaris




From: [MSFT] Nick Newland [MSFT] Nick on
INF sections that have exactly the same name? No, that's not allowed. You
can have multiple sections that start with the same name, but have an
architecture decoration on the section name.

Order does not matter in the INF, generally the version section is first.

General INF information and reference can be found here:
http://msdn.microsoft.com/en-us/library/ms794346.aspx.

[MSFT] Nick Newland

"Polaris" wrote:

> Hi Driver Experts:
>
>
>
> I have two generic question on writing INF :
>
>
>
> (1) Can a section appear more than once in an INF ? Is it something should
> be avoided?
>
>
>
> (2) Does the order of a section in the INF mater?
>
>
>
> Thanks in advance!
>
>
>
> Polaris
>
>
>
>
> .
>