|
62 | 62 | <Directory Id="WindowsSDK_usr_lib_swift_shims" Name="shims"> |
63 | 63 | </Directory> |
64 | 64 | <Directory Id="WindowsSDK_usr_lib_swift_windows" Name="windows"> |
| 65 | + <Directory Id="Reflection.swiftmodule" Name="Reflection.swiftmodule"> |
| 66 | + </Directory> |
| 67 | + <Directory Id="_Runtime.swiftmodule" Name="_Runtime.swiftmodule"> |
| 68 | + </Directory> |
65 | 69 | <Directory Id="_Concurrency.swiftmodule" Name="_Concurrency.swiftmodule"> |
66 | 70 | </Directory> |
67 | 71 | <Directory Id="_Differentiation.swiftmodule" Name="_Differentiation.swiftmodule"> |
|
240 | 244 | </Component> |
241 | 245 | </ComponentGroup> |
242 | 246 |
|
| 247 | + <ComponentGroup Id="Reflection"> |
| 248 | + <Component Id="Reflection.swiftdoc" Directory="Reflection.swiftmodule" Guid="dbfe23ed-3137-42c3-805c-5395a96a3f27"> |
| 249 | + <File Id="Reflection.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" Checksum="yes" /> |
| 250 | + </Component> |
| 251 | + <Component Id="Reflection.swiftinterface" Directory="Reflection.swiftmodule" Guid="48e0bfb3-73e6-4f54-8cf7-13611f576f84"> |
| 252 | + <File Id="Reflection.swiftinterface" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\aarch64-unknown-windows-msvc.swiftinterface" Checksum="yes" /> |
| 253 | + </Component> |
| 254 | + <Component Id="Reflection.swiftmodule" Directory="Reflection.swiftmodule" Guid="a3d092dd-4d8f-4b85-b1e6-778099be6880"> |
| 255 | + <File Id="Reflection.swiftmodule" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\Reflection.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" Checksum="yes" /> |
| 256 | + </Component> |
| 257 | + |
| 258 | + <Component Id="swiftReflection.lib" Directory="WindowsSDK_usr_lib_swift_windows_aarch64" Guid="0e494f73-0b59-4ddf-afe2-3084b6c8a1b7"> |
| 259 | + <File Id="swiftReflection.lib" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\aarch64\swiftReflection.lib" Checksum="yes" /> |
| 260 | + </Component> |
| 261 | + </ComponentGroup> |
| 262 | + |
| 263 | + <ComponentGroup Id="_Runtime"> |
| 264 | + <Component Id="_Runtime.swiftdoc" Directory="_Runtime.swiftmodule" Guid="395104b1-03c0-4a31-9d67-0fb4a2ebbd77"> |
| 265 | + <File Id="_Runtime.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" Checksum="yes" /> |
| 266 | + </Component> |
| 267 | + <Component Id="_Runtime.swiftinterface" Directory="_Runtime.swiftmodule" Guid="2125240d-1be9-46c3-b99a-c4e84f888b82"> |
| 268 | + <File Id="_Runtime.swiftinterface" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\aarch64-unknown-windows-msvc.swiftinterface" Checksum="yes" /> |
| 269 | + </Component> |
| 270 | + <Component Id="_Runtime.swiftmodule" Directory="_Runtime.swiftmodule" Guid="5e8a00f0-eb62-4473-b61c-82e8185140a3"> |
| 271 | + <File Id="_Runtime.swiftmodule" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Runtime.swiftmodule\aarch64-unknown-windows-msvc.swiftmodule" Checksum="yes" /> |
| 272 | + </Component> |
| 273 | + |
| 274 | + <Component Id="swift_Runtime.lib" Directory="WindowsSDK_usr_lib_swift_windows_aarch64" Guid="7be7efd9-0f81-4fe0-b765-b4e6c6c918dc"> |
| 275 | + <File Id="swift_Runtime.lib" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\aarch64\swift_Runtime.lib" Checksum="yes" /> |
| 276 | + </Component> |
| 277 | + </ComponentGroup> |
| 278 | + |
243 | 279 | <ComponentGroup Id="_Concurrency"> |
244 | 280 | <Component Id="_Concurrency.swiftdoc" Directory="_Concurrency.swiftmodule" Guid="35d5d47a-fc38-4c00-949f-8647dc58540f"> |
245 | 281 | <File Id="_Concurrency.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\_Concurrency.swiftmodule\aarch64-unknown-windows-msvc.swiftdoc" Checksum="yes" /> |
|
493 | 529 |
|
494 | 530 | <!-- Features --> |
495 | 531 | <Feature Id="WinARM64SDK" Absent="disallow" AllowAdvertise="yes" ConfigurableDirectory="INSTALLDIR" Description="Swift SDK for Windows aarch64" Level="1" Title="Swift SDK for Windows aarch64"> |
496 | | - <ComponentGroupRef Id="XCTest" /> |
497 | | - <ComponentGroupRef Id="dispatch" /> |
498 | 532 | <ComponentGroupRef Id="BlocksRuntime" /> |
499 | | - <ComponentGroupRef Id="SwiftRemoteMirror" /> |
500 | | - <ComponentGroupRef Id="_Concurrency" /> |
501 | | - <ComponentGroupRef Id="_Differentiation" /> |
502 | | - <ComponentGroupRef Id="Distributed" /> |
503 | | - <ComponentGroupRef Id="_RegexParser" /> |
504 | | - <ComponentGroupRef Id="_StringProcessing" /> |
505 | 533 | <ComponentGroupRef Id="CRT" /> |
506 | 534 | <ComponentGroupRef Id="CXX" /> |
| 535 | + <ComponentGroupRef Id="Distributed" /> |
507 | 536 | <ComponentGroupRef Id="Foundation" /> |
508 | 537 | <ComponentGroupRef Id="FoundationNetworking" /> |
509 | 538 | <ComponentGroupRef Id="FoundationXML" /> |
| 539 | + <ComponentGroupRef Id="Reflection" /> |
510 | 540 | <ComponentGroupRef Id="Swift" /> |
511 | 541 | <ComponentGroupRef Id="SwiftOnoneSupport" /> |
| 542 | + <ComponentGroupRef Id="SwiftRemoteMirror" /> |
512 | 543 | <ComponentGroupRef Id="WinSDK" /> |
| 544 | + <ComponentGroupRef Id="XCTest" /> |
| 545 | + <ComponentGroupRef Id="_Concurrency" /> |
| 546 | + <ComponentGroupRef Id="_Differentiation" /> |
| 547 | + <ComponentGroupRef Id="_RegexParser" /> |
| 548 | + <ComponentGroupRef Id="_Runtime" /> |
| 549 | + <ComponentGroupRef Id="_StringProcessing" /> |
| 550 | + <ComponentGroupRef Id="dispatch" /> |
513 | 551 |
|
514 | 552 | <ComponentGroupRef Id="SwiftShims" /> |
515 | 553 | <ComponentGroupRef Id="CXXShims" /> |
|
0 commit comments