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.
95 lines
3.3 KiB
95 lines
3.3 KiB
/*:
|
|
@*: This file is organized into two main blocks. The first block contains
|
|
@*: code (non-string) sections which are specific to languages. Please put
|
|
@*: the code sections in the correct language.
|
|
@*: The second block is reserved for [Strings] which localizers will be
|
|
@*: working with. It is further divided using "#if LANGUAGE ==" for language
|
|
@*: specific strings. For strings which are common to all languages
|
|
@*: place outside the #ifs.
|
|
@*:
|
|
@*: This file is first precompiled with LANGUAGE_ID
|
|
@*: set to the language (see inf\win4\inf\makefile.inc for details).
|
|
@*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
|
|
@*: will appear.
|
|
@*:
|
|
@*: Important: To support locstudio, this file contains only ONE [Strings] section.
|
|
@*:
|
|
@*/
|
|
|
|
#if LANGUAGE_ID == 0x409
|
|
//USA specific sections
|
|
#elif LANGUAGE_ID == 0x804
|
|
//CHS specific sections
|
|
#elif LANGUAGE_ID == 0x404
|
|
//CHT specific sections
|
|
#elif LANGUAGE_ID == 0x411
|
|
//JPN specific sections
|
|
#elif LANGUAGE_ID == 0x412
|
|
//KOR specific sections
|
|
#endif
|
|
|
|
// String section below for localizers
|
|
[Strings]
|
|
;----------------
|
|
; Non-Localizable
|
|
;----------------
|
|
|
|
; note: only register value is case sensitive, key is not.
|
|
ProxyVCap.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
|
|
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
|
|
KSCATEGORY_VIDEO="{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
|
|
SERVICE_KERNEL_DRIVER=1
|
|
; PnP should use demand start
|
|
SERVICE_DEMAND_START=3
|
|
SERVICE_ERROR_NORMAL=1
|
|
|
|
MediaResourcesMSVideo="SYSTEM\CurrentControlSet\Control\MediaResources\msvideo"
|
|
MMDriverDesc="Software\Microsoft\Windows NT\CurrentVersion\drivers.desc"
|
|
MMDrivers="Software\Microsoft\Windows NT\CurrentVersion\Drivers32"
|
|
|
|
; IHV's extension DLL
|
|
ExtensionDLL = "OVUI2.dll"
|
|
RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
|
|
|
|
Manual08B0=""
|
|
ProductInfo08B0="Logitech Camera (Pro 3000)"
|
|
|
|
GUID.Still="{FB6C428a-0353-11d1-905F-0000C0CC16BA}"
|
|
|
|
; OVComS button app.
|
|
OVComSApp="QuickCam.exe"
|
|
OVComSArg="/Button"
|
|
|
|
;----------------
|
|
; Localizable
|
|
;----------------
|
|
PVD="Logitech"
|
|
LogitechMfg="Logitech"
|
|
DISK_NAME="Logitech USB Video Camera Disk"
|
|
USB\VID_046D&PID_0801.DeviceDesc="Logitech QuickCam Web (0801)"
|
|
USB\VID_046D&PID_0840.DeviceDesc="Logitech QuickCam Express"
|
|
USB\VID_046D&PID_0850.DeviceDesc="Logitech QuickCam Web"
|
|
USB\VID_046D&PID_D001.DeviceDesc="Logitech QuickCam Pro USB"
|
|
USB\VID_046D&PID_08B0.DeviceDesc="Logitech QuickCam Pro 3000 (08B0)"
|
|
USB\VID_046D&PID_08C0.DeviceDesc="Logitech QuickCam Pro 3000"
|
|
|
|
LVfWWDMDriverDesc="Logitech USB Video Camera"
|
|
CAM2.ExtensionDLL="CamExO20.dll"
|
|
|
|
;----------------------------
|
|
; DShow Extension PlugIn Strings
|
|
;----------------------------
|
|
PlugIn="PlugIn_SAA8116CameraProps"
|
|
CLSID_SAA8116="{F83865C0-92C3-11d3-B41E-0010DC973BDB}"
|
|
CLSID_PropPage_Image_SAA8116="{F83865C2-92C3-11d3-B41E-0010DC973BDB}"
|
|
CLSID_PropPage_Camera_SAA8116="{F83865C3-92C3-11d3-B41E-0010DC973BDB}"
|
|
PropPage_i="PropPage_Image_SAA8116_Camera"
|
|
PropPage_c="PropPage_Camera_SAA8116_Camera"
|
|
|
|
PropPage_CustomVideoProcAmp= "Custom VideoProcAmp Property Page"
|
|
PropPage_CustomCameraProp="Custom Camera Property Page"
|
|
PropPage_StillStreamConfig="StillStreamConfig Property Page"
|
|
PlugIn_IStillStreamConfig= "WDM StillStreamConfig Interface Handler"
|
|
PlugIn_CustomCameraProp= "WDM Custom ICustomCamera Interface handler"
|
|
|
|
|