Skip to content

Commit f25d691

Browse files
committed
WiX: extract header sets for Foundation internal modules
The headers are shared across multiple SDKs and will be used across additional future SDKs. This extracts the headers list into an include list that will be reused across multiple SDK definitions.
1 parent 8d82c7b commit f25d691

File tree

4 files changed

+664
-1308
lines changed

4 files changed

+664
-1308
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Include>
3+
<Component>
4+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\bplist_shims.h" />
5+
</Component>
6+
<Component>
7+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\CFUniCharBitmapData.h" />
8+
</Component>
9+
<Component>
10+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\CFUniCharBitmapData.inc.h" />
11+
</Component>
12+
<Component>
13+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\filemanager_shims.h" />
14+
</Component>
15+
<Component>
16+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\io_shims.h" />
17+
</Component>
18+
<Component>
19+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\module.modulemap" />
20+
</Component>
21+
<Component>
22+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\platform_shims.h" />
23+
</Component>
24+
<Component>
25+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\string_shims.h" />
26+
</Component>
27+
<Component>
28+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\uuid.h" />
29+
</Component>
30+
<Component>
31+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\_CShimsMacros.h" />
32+
</Component>
33+
<Component>
34+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\_CShimsTargetConditionals.h" />
35+
</Component>
36+
<Component>
37+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\_CStdlib.h" />
38+
</Component>
39+
<Component>
40+
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\_FoundationCShims.h" />
41+
</Component>
42+
</Include>

0 commit comments

Comments
 (0)