Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.1 KiB

  1. ;
  2. ; OVSOUND.INF
  3. ; Logitech Video Camera Microphone Installation file.
  4. ; Copyright (c)1996-2000 Logitech Inc.
  5. ;
  6. /*:
  7. @*: This file is organized into two main blocks. The first block contains
  8. @*: code (non-string) sections which are specific to languages. Please put
  9. @*: the code sections in the correct language.
  10. @*: The second block is reserved for [Strings] which localizers will be
  11. @*: working with. It is further divided using "#if LANGUAGE ==" for language
  12. @*: specific strings. For strings which are common to all languages
  13. @*: place outside the #ifs.
  14. @*:
  15. @*: This file is first precompiled with LANGUAGE_ID
  16. @*: set to the language (see inf\win4\inf\makefile.inc for details).
  17. @*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
  18. @*: will appear.
  19. @*:
  20. @*: Important: To support locstudio, this file contains only ONE [Strings] section.
  21. @*:
  22. @*/
  23. #if LANGUAGE_ID == 0x409
  24. //USA specific sections
  25. #elif LANGUAGE_ID == 0x804
  26. //CHS specific sections
  27. #elif LANGUAGE_ID == 0x404
  28. //CHT specific sections
  29. #elif LANGUAGE_ID == 0x411
  30. //JPN specific sections
  31. #elif LANGUAGE_ID == 0x412
  32. //KOR specific sections
  33. #endif
  34. // String section below for localizers
  35. [Strings]
  36. ;ServiceType
  37. SERVICE_KERNEL_DRIVER=1
  38. ;StartType
  39. SERVICE_SYSTEM_START=1
  40. ;ErrorControl
  41. SERVICE_ERROR_NORMAL=1
  42. PVD="Logitech"
  43. MfgName="Logitech"
  44. DISK_NAME="Logitech USB Video Camera Disk"
  45. USBGenericDesc="Logitech Microphone"
  46. USB\VID_046D&PID_0801.DeviceDesc="Logitech Microphone (Web)"
  47. USB\VID_046D&PID_0850.DeviceDesc="Logitech Microphone (Web)"
  48. USB\VID_046D&PID_08B0.DeviceDesc="Logitech Microphone (Pro 3000)"
  49. USB\VID_046D&PID_08C0.DeviceDesc="Logitech Microphone (Pro 3000)"
  50. ; The services names must be different for each type of driver!!!
  51. wdmaud.SvcDesc = "Microsoft WDM Virtual Wave Driver (WDM)"
  52. LUSBAudio.SvcDesc="Logitech USB Microphone"
  53. MediaPrefered="Software\Microsoft\Multimedia\Sound Mapper"
  54. Proxy.CLSID = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  55. KSCATEGORY_AUDIO="{6994ad04-93ef-11d0-a3cc-00a0c9223196}"
  56. KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
  57. KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"