Driver INF File: Identifying supported OS Architecture from driver inf file -


i trying parse inf file of drivers in code identify os architecture supported them. i'm referring "inf manufacturer section" link:

http://msdn.microsoft.com/en-us/library/windows/hardware/ff547454(v=vs.85).aspx

i have driver inf file has manufacturer section as:

[manufacturer]

%hsd%=hsd,ntamd64

according manufacturer section documentation given in above link, inf model section name must decorated supported architecture , hence, "ntamd64" suggests driver valid 64-bit windows operating system. "hsd" suggest?

which operating system refer to? how indentify this?

hsd section identifier, has nothing target os. ntamd64 indicates os.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -