reactos/media/inf/audio.inf
Joachim Henze de98f38ce6 [0.4.9][INF] Backport String deduplication and minor fixes
Fixes a bug in msmouse.inf missing " at begin of last string in section [Strings.0416].
partial pick of 0.4.15-dev-1105-g d50cbb6eed (only the changes in msmouse.inf were picked) (#3173)
------------
in releases/0.4.7 to releases/0.4.11 the whole section [Strings.0415] existed twice in NET_NIC.inf,
deleting one of them entirely is not an oopsie, and does just reflect the state of the newer branches!
------------
partial pick of 0.4.15-dev-4867-g bbccad0ed6 Deduplicate the "ReactOS =" strings,
they are non-localizable now CORE-18191. I intentionally left out the "ReactOS team"->"ReactOS project" part here.
------------
full pick of 0.4.15-dev-309-g 7c8d5635aa [PROCESSR][INF] Fix "Intel Intel" duplication typos
which was an addendum to 3509318521 == SVN r46465
------------
also ported back deduplication of some manufacturer strings.
------------
all changes to shortcuts.inf and syssetup.inf.tpl are exclusively stripping EOL-whitespace, no other changes in those files.
------------
the only part that was not picked from master is the stripped 's' in disk.inf, which is possible,
because the file has been replaced altogether in master by an MS file.
2022-12-18 15:29:20 +01:00

104 lines
2.3 KiB
INI

; AUDIO.INF
; Installation of Audio / Video Adapters
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = MEDIA
ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider = %ReactOS%
DriverVer = 10/19/1999,5.00.2157.1
[DestinationDirs]
Audio.CopyFiles.UserMode = 12
Audio.CopyFiles.KernelMode = 11
[ClassInstall32.NT]
AddReg = AUDIOClass.NT.AddReg
[AUDIOClass.NT.AddReg]
HKR, , , 0, %AUDIOClassName%
HKR, , EnumPropPages32,0, "MmSys.Cpl,MediaPropPageProvider"
HKR, , Icon, 0, "3004"
HKR, , Installer32, 0, "MmSys.Cpl,MediaClassInstaller"
;-------------------------------- Audio installation ----------------------------------------
[AUDIO_Inst.NT]
CopyFiles = Audio.CopyFiles.KernelMode, Audio.CopyFiles.UserMode
[Audio.CopyFiles.KernelMode]
sysaudio.sys
wdmaud.sys
portcls.sys
drmk.sys
kmixer.sys
[Audio.CopyFiles.UserMode]
wdmaud.drv
ksuser.dll
[Audio_Inst.NT.Services]
AddService = wdmaud,,wdmaud_Service_Inst
AddService = sysaudio,,sysaudio_Service_Inst
AddService = kmixer,,kmixer_Service_Inst
[wdmaud_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 0
ServiceBinary = %12%\wdmaud.sys
[kmixer_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 0
ServiceBinary = %12%\kmixer.sys
[sysaudio_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 0
ServiceBinary = %12%\sysaudio.sys
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
AUDIOClassName = "Audio & Videocontroller"
[Strings.0405]
AUDIOClassName = "Řadiče zvuku a obrazu"
[Strings.0407]
AUDIOClassName = "Audio-, Video- und Gamecontroller"
[Strings.0a]
AUDIOClassName = "Dispositivos de sonido, vídeo y juegos"
[Strings.0415]
AUDIOClassName = "Kontrolery audio, wideo i gier"
[Strings.0416]
AUDIOClassName = "Controladores de som, vídeo e jogo"
[Strings.0418]
AUDIOClassName = "Dispozitive audio & video"
[Strings.0419]
AUDIOClassName = "Аудио и видео контроллер"
[Strings.041f]
AUDIOClassName = "Ses ve Vidyo Denetleyicisi"
[Strings.0422]
AUDIOClassName = "Контроллер аудіо та відео"
[Strings.0427]
AUDIOClassName = "Garso, vaizdo ir žaidimu irenginiai"
[Strings.0804]
AUDIOClassName = "音视频控制器"