wine.inf: Add ARM64 sections.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b2b3975f46
commit
0ce5c82a3c
|
@ -102,6 +102,33 @@ AddReg=\
|
||||||
VersionInfo.ntamd64,\
|
VersionInfo.ntamd64,\
|
||||||
LicenseInformation
|
LicenseInformation
|
||||||
|
|
||||||
|
[DefaultInstall.ntarm64]
|
||||||
|
RegisterDlls=RegisterDllsSection
|
||||||
|
WineFakeDlls=FakeDllsWin64,FakeDlls
|
||||||
|
WinePreInstall=Wow64
|
||||||
|
UpdateInis=SystemIni
|
||||||
|
CopyFiles=l_intl_section, inf_section
|
||||||
|
AddReg=\
|
||||||
|
Classes,\
|
||||||
|
ContentIndex,\
|
||||||
|
ControlClass,\
|
||||||
|
CurrentVersion,\
|
||||||
|
CurrentVersionWow64,\
|
||||||
|
Debugger,\
|
||||||
|
DirectX,\
|
||||||
|
Fonts,\
|
||||||
|
MCI,\
|
||||||
|
Misc,\
|
||||||
|
Nls,\
|
||||||
|
OLE,\
|
||||||
|
Printing,\
|
||||||
|
Services, \
|
||||||
|
SessionMgr,\
|
||||||
|
Tapi,\
|
||||||
|
Timezones,\
|
||||||
|
VersionInfo.ntamd64,\
|
||||||
|
LicenseInformation
|
||||||
|
|
||||||
[Wow64Install]
|
[Wow64Install]
|
||||||
RegisterDlls=RegisterDllsSection
|
RegisterDlls=RegisterDllsSection
|
||||||
WineFakeDlls=FakeDllsWin32,FakeDllsWow64
|
WineFakeDlls=FakeDllsWin32,FakeDllsWow64
|
||||||
|
@ -117,6 +144,9 @@ AddReg=\
|
||||||
VersionInfo.ntamd64,\
|
VersionInfo.ntamd64,\
|
||||||
LicenseInformation
|
LicenseInformation
|
||||||
|
|
||||||
|
[Wow64Install.ntarm64]
|
||||||
|
WineFakeDlls=FakeDllsWin32
|
||||||
|
|
||||||
[DefaultInstall.Services]
|
[DefaultInstall.Services]
|
||||||
AddService=BITS,0,BITSService
|
AddService=BITS,0,BITSService
|
||||||
AddService=HTTP,0,HTTPService
|
AddService=HTTP,0,HTTPService
|
||||||
|
@ -171,6 +201,24 @@ AddService=WineBus,0,WineBusService
|
||||||
AddService=Winmgmt,0,WinmgmtService
|
AddService=Winmgmt,0,WinmgmtService
|
||||||
AddService=wuauserv,0,wuauService
|
AddService=wuauserv,0,wuauService
|
||||||
|
|
||||||
|
[DefaultInstall.ntarm64.Services]
|
||||||
|
AddService=BITS,0,BITSService
|
||||||
|
AddService=HTTP,0,HTTPService
|
||||||
|
AddService=MSIServer,0,MSIService
|
||||||
|
AddService=MountMgr,0x800,MountMgrService
|
||||||
|
AddService=RpcSs,0,RpcSsService
|
||||||
|
AddService=Spooler,0,SpoolerService
|
||||||
|
AddService=StiSvc,0,StiService
|
||||||
|
AddService=TermService,0,TerminalServices
|
||||||
|
AddService=PlugPlay,0,PlugPlayService
|
||||||
|
AddService=FontCache3.0.0.0,0,WPFFontCacheService
|
||||||
|
AddService=LanmanServer,0,LanmanServerService
|
||||||
|
AddService=FontCache,0,FontCacheService
|
||||||
|
AddService=Schedule,0,TaskSchedulerService
|
||||||
|
AddService=WineBus,0,WineBusService
|
||||||
|
AddService=Winmgmt,0,WinmgmtService
|
||||||
|
AddService=wuauserv,0,wuauService
|
||||||
|
|
||||||
[Strings]
|
[Strings]
|
||||||
MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
|
MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
|
||||||
Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
|
Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
|
||||||
|
|
Loading…
Reference in New Issue