|
74 | 74 | </Directory>
|
75 | 75 | <Directory Id="CRT.swiftmodule" Name="CRT.swiftmodule">
|
76 | 76 | </Directory>
|
| 77 | + <Directory Id="Cxx.swiftmodule" Name="Cxx.swiftmodule"> |
| 78 | + </Directory> |
77 | 79 | <Directory Id="Dispatch.swiftmodule" Name="Dispatch.swiftmodule">
|
78 | 80 | </Directory>
|
79 | 81 | <Directory Id="Foundation.swiftmodule" Name="Foundation.swiftmodule">
|
|
331 | 333 | </Component>
|
332 | 334 | </ComponentGroup>
|
333 | 335 |
|
| 336 | + <ComponentGroup Id="CXX"> |
| 337 | + <Component Id="Cxx.swiftdoc" Directory="Cxx.swiftmodule" Guid="2decbe47-1209-4abb-b94e-1bf6a83e2028"> |
| 338 | + <File Id="Cxx.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Cxx.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" Checksum="yes" /> |
| 339 | + </Component> |
| 340 | + <Component Id="Cxx.swiftinterface" Directory="Cxx.swiftmodule" Guid="3ad27fe2-031c-42de-a4ba-b2aa7bf79aa6"> |
| 341 | + <File Id="Cxx.swiftinterface" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Cxx.swiftmodule\aarch64-unknown-windows-msvc.swiftinterface" Checksum="yes" /> |
| 342 | + </Component> |
| 343 | + <Component Id="Cxx.swiftmodule" Directory="Cxx.swiftmodule" Guid="e5bd9840-0430-46b8-b3c4-5ab389ac8c07"> |
| 344 | + <File Id="Cxx.swiftmodule" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Cxx.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" Checksum="yes" /> |
| 345 | + </Component> |
| 346 | + |
| 347 | + <Component Id="swiftCxx.lib" Directory="WindowsSDK_usr_lib_swift_windows_aarch64" Guid="f7bcc956-462e-43df-ae25-c5f4636b27d1"> |
| 348 | + <File Id="swiftCxx.lib" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\aarch64\swiftCxx.lib" Checksum="yes" /> |
| 349 | + </Component> |
| 350 | + </ComponentGroup> |
| 351 | + |
334 | 352 | <ComponentGroup Id="Foundation">
|
335 | 353 | <Component Id="Foundation.swiftdoc" Directory="Foundation.swiftmodule" Guid="b77de995-ebe7-409b-bfe6-2ae6c24e4d8d">
|
336 | 354 | <File Id="Foundation.swiftdoc" Name="aarch64-unknown-windows-msvc.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\aarch64\Foundation.swiftdoc" Checksum="yes" />
|
|
418 | 436 | </Component>
|
419 | 437 | </ComponentGroup>
|
420 | 438 |
|
| 439 | + <ComponentGroup Id="CXXShims"> |
| 440 | + <Component Id="libcxxshim.h" Directory="WindowsSDK_usr_lib_swift_windows_x86_64" Guid="d579019d-d999-47f7-8b35-1d714874de80"> |
| 441 | + <File Id="libcxxshim.h" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\x86_64\libcxxshim.h" Checksum="yes" /> |
| 442 | + </Component> |
| 443 | + |
| 444 | + <Component Id="libcxxshim.modulemap" Directory="WindowsSDK_usr_lib_swift_windows_x86_64" Guid="b5f65b19-cf8f-4862-b378-3e299887afa3"> |
| 445 | + <File Id="libcxxshim.modulemap" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\x86_64\libcxxshim.modulemap" Checksum="yes" /> |
| 446 | + </Component> |
| 447 | + </ComponentGroup> |
| 448 | + |
421 | 449 | <ComponentGroup Id="Registrar" Directory="WindowsSDK_usr_lib_swift_windows_aarch64">
|
422 | 450 | <Component Id="swiftrt.obj" Guid="7daf0d39-db9e-4ee7-913b-7815b04f30ee">
|
423 | 451 | <File Id="swiftrt.obj" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\aarch64\swiftrt.obj" Checksum="yes" />
|
|
472 | 500 | <ComponentGroupRef Id="_RegexParser" />
|
473 | 501 | <ComponentGroupRef Id="_StringProcessing" />
|
474 | 502 | <ComponentGroupRef Id="CRT" />
|
| 503 | + <ComponentGroupRef Id="CXX" /> |
475 | 504 | <ComponentGroupRef Id="Foundation" />
|
476 | 505 | <ComponentGroupRef Id="FoundationNetworking" />
|
477 | 506 | <ComponentGroupRef Id="FoundationXML" />
|
|
480 | 509 | <ComponentGroupRef Id="WinSDK" />
|
481 | 510 |
|
482 | 511 | <ComponentGroupRef Id="SwiftShims" />
|
| 512 | + <ComponentGroupRef Id="CXXShims" /> |
483 | 513 |
|
484 | 514 | <ComponentGroupRef Id="Registrar" />
|
485 | 515 | <ComponentGroupRef Id="SupportFiles" />
|
|
0 commit comments