|
102 | 102 | </Directory>
|
103 | 103 | </Directory>
|
104 | 104 | </Directory>
|
| 105 | + <Directory Id="WindowsSDK_usr_lib_swift_static" Name="swift_static"> |
| 106 | + <Directory Id="WindowsSDK_usr_lib_swift_static_windows" Name="windows"> |
| 107 | + <Directory Id="CxxStdlib.swiftmodule" Name="CxxStdlib.swiftmodule" /> |
| 108 | + </Directory> |
| 109 | + </Directory> |
105 | 110 | </Directory>
|
106 | 111 | <Directory Id="WindowsSDK_usr_share" Name="share">
|
107 | 112 | </Directory>
|
|
341 | 346 | </Component>
|
342 | 347 | </ComponentGroup>
|
343 | 348 |
|
344 |
| - <ComponentGroup Id="CXX"> |
| 349 | + <ComponentGroup Id="Cxx"> |
345 | 350 | <Component Id="Cxx.swiftdoc" Directory="Cxx.swiftmodule" Guid="2decbe47-1209-4abb-b94e-1bf6a83e2028">
|
346 | 351 | <File Id="Cxx.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Cxx.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" Checksum="yes" />
|
347 | 352 | </Component>
|
|
357 | 362 | </Component>
|
358 | 363 | </ComponentGroup>
|
359 | 364 |
|
| 365 | + <ComponentGroup Id="CxxStdlib"> |
| 366 | + <Component Id="CxxStdlib.swiftdoc" Directory="CxxStdlib.swiftmodule" Guid="be4bf95b-6d55-4743-9872-f62621e903e1"> |
| 367 | + <File Id="CxxStdlib.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift_static\windows\CxxStdlib.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" Checksum="yes" /> |
| 368 | + </Component> |
| 369 | + <Component Id="CxxStdlib.swiftinterface" Directory="CxxStdlib.swiftmodule" Guid="0cd43438-de5e-4e32-832f-2505f1f37834"> |
| 370 | + <File Id="CxxStdlib.swiftinterface" Source="$(var.SDK_ROOT)\usr\lib\swift_static\windows\CxxStdlib.swiftmodule\aarch64-unknown-windows-msvc.swiftinterface" Checksum="yes" /> |
| 371 | + </Component> |
| 372 | + <Component Id="CxxStdlib.swiftmodule" Directory="CxxStdlib.swiftmodule" Guid="bd7ada20-67c4-4089-bd93-235586919d2e"> |
| 373 | + <File Id="CxxStdlib.swiftmodule" Source="$(var.SDK_ROOT)\usr\lib\swift_static\windows\CxxStdlib.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" Checksum="yes" /> |
| 374 | + </Component> |
| 375 | + |
| 376 | + <Component Id="libswiftCxxStdlib.lib" Directory="WindowsSDK_usr_lib_swift_windows_aarch64" Guid="b30a1c97-b8af-4877-ace8-c0c9ad5e55c8"> |
| 377 | + <File Id="libswiftCxxStdlib.lib" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\aarch64\libswiftCxxStdlib.lib" Checksum="yes" /> |
| 378 | + </Component> |
| 379 | + </ComponentGroup> |
| 380 | + |
360 | 381 | <ComponentGroup Id="Foundation">
|
361 | 382 | <Component Id="Foundation.swiftdoc" Directory="Foundation.swiftmodule" Guid="b77de995-ebe7-409b-bfe6-2ae6c24e4d8d">
|
362 | 383 | <File Id="Foundation.swiftdoc" Name="aarch64-unknown-windows-msvc.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\aarch64\Foundation.swiftdoc" Checksum="yes" />
|
|
444 | 465 | </Component>
|
445 | 466 | </ComponentGroup>
|
446 | 467 |
|
447 |
| - <ComponentGroup Id="CXXShims"> |
| 468 | + <ComponentGroup Id="CxxShims"> |
448 | 469 | <Component Id="libcxxshim.h" Directory="WindowsSDK_usr_lib_swift_windows" Guid="d579019d-d999-47f7-8b35-1d714874de80">
|
449 | 470 | <File Id="libcxxshim.h" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\libcxxshim.h" Checksum="yes" />
|
450 | 471 | </Component>
|
|
502 | 523 | <Feature Id="WinARM64SDK" AllowAbsent="no" AllowAdvertise="yes" ConfigurableDirectory="INSTALLDIR" Description="Swift SDK for Windows aarch64" Level="1" Title="Swift SDK for Windows aarch64">
|
503 | 524 | <ComponentGroupRef Id="BlocksRuntime" />
|
504 | 525 | <ComponentGroupRef Id="CRT" />
|
505 |
| - <ComponentGroupRef Id="CXX" /> |
| 526 | + <ComponentGroupRef Id="Cxx" /> |
| 527 | + <ComponentGroupRef Id="CxxStdlib" /> |
506 | 528 | <ComponentGroupRef Id="Distributed" />
|
507 | 529 | <ComponentGroupRef Id="Foundation" />
|
508 | 530 | <ComponentGroupRef Id="FoundationNetworking" />
|
|
519 | 541 | <ComponentGroupRef Id="dispatch" />
|
520 | 542 |
|
521 | 543 | <ComponentGroupRef Id="SwiftShims" />
|
522 |
| - <ComponentGroupRef Id="CXXShims" /> |
| 544 | + <ComponentGroupRef Id="CxxShims" /> |
523 | 545 |
|
524 | 546 | <ComponentGroupRef Id="Registrar" />
|
525 | 547 | <ComponentGroupRef Id="AuxiliaryFiles" />
|
|
0 commit comments