|
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"> |
|
437 | 440 | </ComponentGroup> |
438 | 441 | <?endif?> |
439 | 442 |
|
| 443 | + <ComponentGroup Id="ExperimentalSwiftRemoteMirror" Directory="WindowsExperimentalSDK_usr_include_swift_SwiftRemoteMirror"> |
| 444 | + <Component> |
| 445 | + <File Source="$(ExperimentalSDKRoot)\usr\include\swift\SwiftRemoteMirror\MemoryReaderInterface.h" /> |
| 446 | + </Component> |
| 447 | + <Component> |
| 448 | + <File Source="$(ExperimentalSDKRoot)\usr\include\swift\SwiftRemoteMirror\Platform.h" /> |
| 449 | + </Component> |
| 450 | + <Component> |
| 451 | + <File Source="$(ExperimentalSDKRoot)\usr\include\swift\SwiftRemoteMirror\SwiftRemoteMirror.h" /> |
| 452 | + </Component> |
| 453 | + <Component> |
| 454 | + <File Source="$(ExperimentalSDKRoot)\usr\include\swift\SwiftRemoteMirror\SwiftRemoteMirrorTypes.h" /> |
| 455 | + </Component> |
| 456 | + <Component> |
| 457 | + <File Source="$(ExperimentalSDKRoot)\usr\include\swift\SwiftRemoteMirror\module.modulemap" /> |
| 458 | + </Component> |
| 459 | + </ComponentGroup> |
| 460 | + |
| 461 | + <?if $(IncludeARM64) = True?> |
| 462 | + <ComponentGroup Id="libSwiftRemoteMirror.arm64" Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_arm64"> |
| 463 | + <Component DiskId="6"> |
| 464 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\aarch64\swiftRemoteMirror.lib" /> |
| 465 | + </Component> |
| 466 | + </ComponentGroup> |
| 467 | + <?endif?> |
| 468 | + <?if $(IncludeX64) = True?> |
| 469 | + <ComponentGroup Id="libSwiftRemoteMirror.x64" Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x64"> |
| 470 | + <Component DiskId="7"> |
| 471 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\x86_64\swiftRemoteMirror.lib" /> |
| 472 | + </Component> |
| 473 | + </ComponentGroup> |
| 474 | + <?endif?> |
| 475 | + <?if $(IncludeX86) = True?> |
| 476 | + <ComponentGroup Id="libSwiftRemoteMirror.x86" Directory="WindowsExperimentalSDK_usr_lib_swift_static_windows_x86"> |
| 477 | + <Component DiskId="8"> |
| 478 | + <File Source="$(ExperimentalSDKRoot)\usr\lib\swift_static\windows\i686\swiftRemoteMirror.lib" /> |
| 479 | + </Component> |
| 480 | + </ComponentGroup> |
| 481 | + <?endif?> |
| 482 | + |
440 | 483 | <!-- BlocksRuntime --> |
441 | 484 | <ComponentGroup Id="LegacyBlocksRuntime"> |
442 | 485 | <Component Directory="WindowsSDK_usr_include_Block"> |
|
3170 | 3213 | <ComponentGroupRef Id="ExperimentalAuxiliaryFiles" /> |
3171 | 3214 | <ComponentGroupRef Id="ExperimentalCXXShim" /> |
3172 | 3215 | <ComponentGroupRef Id="ExperimentalConfiguration" /> |
| 3216 | + <ComponentGroupRef Id="ExperimentalSwiftRemoteMirror" /> |
3173 | 3217 | <ComponentGroupRef Id="ExperimentalSwiftShims" /> |
3174 | 3218 |
|
3175 | 3219 | <!-- MSI management Components --> |
|
3206 | 3250 | <ComponentGroupRef Id="libSwift.arm64" /> |
3207 | 3251 | <ComponentGroupRef Id="libswiftDispatch.arm64" /> |
3208 | 3252 | <ComponentGroupRef Id="libSwiftOnoneSupport.arm64" /> |
| 3253 | + <ComponentGroupRef Id="libSwiftRemoteMirror.arm64" /> |
3209 | 3254 | <ComponentGroupRef Id="libSynchronization.arm64" /> |
3210 | 3255 | <ComponentGroupRef Id="libWinSDK.arm64" /> |
3211 | 3256 |
|
|
3243 | 3288 | <ComponentGroupRef Id="libSwift.x64" /> |
3244 | 3289 | <ComponentGroupRef Id="libswiftDispatch.x64" /> |
3245 | 3290 | <ComponentGroupRef Id="libSwiftOnoneSupport.x64" /> |
| 3291 | + <ComponentGroupRef Id="libSwiftRemoteMirror.x64" /> |
3246 | 3292 | <ComponentGroupRef Id="libSynchronization.x64" /> |
3247 | 3293 | <ComponentGroupRef Id="libWinSDK.x64" /> |
3248 | 3294 |
|
|
3280 | 3326 | <ComponentGroupRef Id="libSwift.x86" /> |
3281 | 3327 | <ComponentGroupRef Id="libswiftDispatch.x86" /> |
3282 | 3328 | <ComponentGroupRef Id="libSwiftOnoneSupport.x86" /> |
| 3329 | + <ComponentGroupRef Id="libSwiftRemoteMirror.x86" /> |
3283 | 3330 | <ComponentGroupRef Id="libSynchronization.x86" /> |
3284 | 3331 | <ComponentGroupRef Id="libWinSDK.x86" /> |
3285 | 3332 |
|
|
0 commit comments