|
25 | 25 | <Media Id="10" Cabinet="PDBs.llbuild.cab" /> |
26 | 26 | <Media Id="11" Cabinet="PDBs.ArgumentParser.cab" /> |
27 | 27 | <Media Id="12" Cabinet="PDBs.ToolsSupportCore.cab" /> |
28 | | - <Media Id="13" Cabinet="PDBs.Yams.cab" /> |
29 | | - <Media Id="14" Cabinet="PDBs.swift-driver.cab" /> |
| 28 | + <Media Id="13" Cabinet="PDBs.swift-driver.cab" /> |
30 | 29 | <?endif?> |
31 | 30 |
|
32 | 31 | <!-- Directory Structure --> |
|
722 | 721 | </ComponentGroup> |
723 | 722 | <?endif?> |
724 | 723 |
|
725 | | - <ComponentGroup Id="Yams"> |
726 | | - <Component Id="Yams.dll" Directory="_usr_bin" Guid="ddaf995c-a415-457f-a6d2-8721658cf18a"> |
727 | | - <File Id="Yams.dll" Source="$(var.DEVTOOLS_ROOT)\usr\bin\Yams.dll" Checksum="yes" /> |
728 | | - </Component> |
729 | | - </ComponentGroup> |
730 | | - |
731 | | - <?ifdef INCLUDE_DEBUG_INFO ?> |
732 | | - <ComponentGroup Id="YamsDebugInfo"> |
733 | | - <Component Id="Yams.pdb" Directory="_usr_bin" Guid="20e45503-ba75-4eff-a275-4f94ac6526b0"> |
734 | | - <File Id="Yams.pdb" Source="$(var.DEVTOOLS_ROOT)\usr\bin\Yams.pdb" Checksum="yes" DiskId="13" /> |
735 | | - </Component> |
736 | | - </ComponentGroup> |
737 | | - <?endif?> |
738 | | - |
739 | 724 | <ComponentGroup Id="SwiftDriver"> |
740 | 725 | <!-- TODO(compnerd) can we use symbolic links instead? --> |
741 | 726 | <Component Id="swiftc.exe" Directory="_usr_bin" Guid="6a62153c-754c-4634-a072-403538b77404"> |
|
806 | 791 | <ComponentGroupRef Id="llbuild" /> |
807 | 792 | <ComponentGroupRef Id="SwiftArgumentParser" /> |
808 | 793 | <ComponentGroupRef Id="SwiftToolsSupportCore" /> |
809 | | - <ComponentGroupRef Id="Yams" /> |
810 | 794 | <ComponentGroupRef Id="SwiftDriver" /> |
811 | 795 |
|
812 | 796 | <ComponentGroupRef Id="ClangResources" /> |
|
830 | 814 | <ComponentGroupRef Id="llbuildDebugInfo" /> |
831 | 815 | <ComponentGroupRef Id="SwiftArgumentParserDebugInfo" /> |
832 | 816 | <ComponentGroupRef Id="SwiftToolsSupportCoreDebugInfo" /> |
833 | | - <ComponentGroupRef Id="YamsDebugInfo" /> |
834 | 817 | <ComponentGroupRef Id="SwiftDriverDebugInfo" /> |
835 | 818 | </Feature> |
836 | 819 | <?endif?> |
|
0 commit comments