|
181 | 181 | <Directory Id="WindowsExperimentalSDK_usr_include_os" Name="os" DiskId="5" />
|
182 | 182 | <Directory Id="WindowsExperimentalSDK_usr_include__foundation_unicode" Name="_foundation_unicode" DiskId="5" />
|
183 | 183 | <Directory Id="WindowsExperimentalSDK_usr_include__FoundationCShims" Name="_Foundation_CShims" DiskId="5" />
|
| 184 | + <Directory Name="swift"> |
| 185 | + <Directory Id="WindowsExperimentalSDK_usr_include_swift_SwiftRemoteMirror" Name="SwiftRemoteMirror" DiskId="5" /> |
| 186 | + </Directory> |
184 | 187 | </Directory>
|
185 | 188 | <Directory Name="lib">
|
186 | 189 | <Directory Name="swift">
|
|
434 | 437 | </ComponentGroup>
|
435 | 438 | <?endif?>
|
436 | 439 |
|
| 440 | + <ComponentGroup Id="ExperimentalSwiftRemoteMirror" Directory="WindowsExperimentalSDK_usr_include_swift_SwiftRemoteMirror"> |
| 441 | + <Component> |
| 442 | + <File Source="$(ExperimentalSDKRoot)\usr\include\swift\SwiftRemoteMirror\MemoryReaderInterface.h" /> |
| 443 | + </Component> |
| 444 | + <Component> |
| 445 | + <File Source="$(ExperimentalSDKRoot)\usr\include\swift\SwiftRemoteMirror\Platform.h" /> |
| 446 | + </Component> |
| 447 | + <Component> |
| 448 | + <File Source="$(ExperimentalSDKRoot)\usr\include\swift\SwiftRemoteMirror\SwiftRemoteMirror.h" /> |
| 449 | + </Component> |
| 450 | + <Component> |
| 451 | + <File Source="$(ExperimentalSDKRoot)\usr\include\swift\SwiftRemoteMirror\SwiftRemoteMirrorTypes.h" /> |
| 452 | + </Component> |
| 453 | + <Component> |
| 454 | + <File Source="$(ExperimentalSDKRoot)\usr\include\swift\SwiftRemoteMirror\module.modulemap" /> |
| 455 | + </Component> |
| 456 | + </ComponentGroup> |
| 457 | + |
| 458 | + <?if $(IncludeARM64) = True?> |
| 459 | + <ComponentGroup Id="libSwiftRemoteMirror.arm64" Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_arm64"> |
| 460 | + <Component DiskId="6"> |
| 461 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\swiftRemoteMirror.lib" /> |
| 462 | + </Component> |
| 463 | + </ComponentGroup> |
| 464 | + <?endif?> |
| 465 | + <?if $(IncludeX64) = True?> |
| 466 | + <ComponentGroup Id="libSwiftRemoteMirror.x64" Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x64"> |
| 467 | + <Component DiskId="7"> |
| 468 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\swiftRemoteMirror.lib" /> |
| 469 | + </Component> |
| 470 | + </ComponentGroup> |
| 471 | + <?endif?> |
| 472 | + <?if $(IncludeX86) = True?> |
| 473 | + <ComponentGroup Id="libSwiftRemoteMirror.x86" Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x86"> |
| 474 | + <Component DiskId="8"> |
| 475 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\swiftRemoteMirror.lib" /> |
| 476 | + </Component> |
| 477 | + </ComponentGroup> |
| 478 | + <?endif?> |
| 479 | + |
437 | 480 | <!-- BlocksRuntime -->
|
438 | 481 | <ComponentGroup Id="LegacyBlocksRuntime">
|
439 | 482 | <Component Directory="WindowsSDK_usr_include_Block">
|
|
3061 | 3104 |
|
3062 | 3105 | <ComponentGroupRef Id="ExperimentalAuxiliaryFiles" />
|
3063 | 3106 | <ComponentGroupRef Id="ExperimentalConfiguration" />
|
| 3107 | + <ComponentGroupRef Id="ExperimentalSwiftRemoteMirror" /> |
3064 | 3108 | <ComponentGroupRef Id="ExperimentalSwiftShims" />
|
3065 | 3109 |
|
3066 | 3110 | <!-- MSI management Components -->
|
|
3095 | 3139 | <ComponentGroupRef Id="libSwift.arm64" />
|
3096 | 3140 | <ComponentGroupRef Id="libswiftDispatch.arm64" />
|
3097 | 3141 | <ComponentGroupRef Id="libSwiftOnoneSupport.arm64" />
|
| 3142 | + <ComponentGroupRef Id="libSwiftRemoteMirror.arm64" /> |
3098 | 3143 | <ComponentGroupRef Id="libSynchronization.arm64" />
|
3099 | 3144 | <ComponentGroupRef Id="libWinSDK.arm64" />
|
3100 | 3145 |
|
|
3130 | 3175 | <ComponentGroupRef Id="libSwift.x64" />
|
3131 | 3176 | <ComponentGroupRef Id="libswiftDispatch.x64" />
|
3132 | 3177 | <ComponentGroupRef Id="libSwiftOnoneSupport.x64" />
|
| 3178 | + <ComponentGroupRef Id="libSwiftRemoteMirror.x64" /> |
3133 | 3179 | <ComponentGroupRef Id="libSynchronization.x64" />
|
3134 | 3180 | <ComponentGroupRef Id="libWinSDK.x64" />
|
3135 | 3181 |
|
|
3165 | 3211 | <ComponentGroupRef Id="libSwift.x86" />
|
3166 | 3212 | <ComponentGroupRef Id="libswiftDispatch.x86" />
|
3167 | 3213 | <ComponentGroupRef Id="libSwiftOnoneSupport.x86" />
|
| 3214 | + <ComponentGroupRef Id="libSwiftRemoteMirror.x86" /> |
3168 | 3215 | <ComponentGroupRef Id="libSynchronization.x86" />
|
3169 | 3216 | <ComponentGroupRef Id="libWinSDK.x86" />
|
3170 | 3217 |
|
|
0 commit comments