Alexandre Julliard : wine.inf: Add ARM64 sections.

Alexandre Julliard julliard at winehq.org
Wed Oct 30 18:40:11 CDT 2019


Module: wine
Branch: master
Commit: 0ce5c82a3ce6d7665ff9fe83e20c0aa9892d7685
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0ce5c82a3ce6d7665ff9fe83e20c0aa9892d7685

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Oct 30 21:10:16 2019 +0100

wine.inf: Add ARM64 sections.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 loader/wine.inf.in | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 4c7b21bcc5..0ae057dc4c 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -102,6 +102,33 @@ AddReg=\
     VersionInfo.ntamd64,\
     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]
 RegisterDlls=RegisterDllsSection
 WineFakeDlls=FakeDllsWin32,FakeDllsWow64
@@ -117,6 +144,9 @@ AddReg=\
     VersionInfo.ntamd64,\
     LicenseInformation
 
+[Wow64Install.ntarm64]
+WineFakeDlls=FakeDllsWin32
+
 [DefaultInstall.Services]
 AddService=BITS,0,BITSService
 AddService=HTTP,0,HTTPService
@@ -171,6 +201,24 @@ AddService=WineBus,0,WineBusService
 AddService=Winmgmt,0,WinmgmtService
 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]
 MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
 Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"




More information about the wine-cvs mailing list