vfsoverlay.yaml
1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
'version': 0,
'roots': [
{ 'name': 'OUT_DIR', 'type': 'directory',
'contents': [
{ 'name': 'not_real.h', 'type': 'file',
'external-contents': 'INPUT_DIR/actual_header.h'
},
{ 'name': 'import_some_frame.h', 'type': 'file',
'external-contents': 'INPUT_DIR/import_some_frame.h'
},
{ 'name': 'module.map', 'type': 'file',
'external-contents': 'INPUT_DIR/actual_module.map'
},
{ 'name': 'include_real.h', 'type': 'file',
'external-contents': 'INPUT_DIR/include_real.h'
},
{ 'name': 'SomeFramework.framework', 'type': 'directory',
'contents': [
{ 'name': 'Headers', 'type': 'directory',
'contents': [
{ 'name': 'public_header.h', 'type': 'file',
'external-contents': 'INPUT_DIR/public_header.h' },
{ 'name': 'public_header2.h', 'type': 'file',
'external-contents': 'INPUT_DIR/public_header2.h' },
{ 'name': 'public_header3.h', 'type': 'file',
'external-contents': 'INPUT_DIR/public_header3.h' }
]
}
]
},
{ 'name': 'Foo.framework/Headers/Foo.h', 'type': 'file',
'external-contents': 'INPUT_DIR/Foo.h'
},
{ 'name': 'Incomplete.framework', 'type': 'directory',
'contents': [
{ 'name': 'Headers', 'type': 'directory',
'contents': [
{ 'name': 'Incomplete.h', 'type': 'file',
'external-contents': 'INPUT_DIR/Incomplete.h'
},
{ 'name': 'IncompleteVFS.h', 'type': 'file',
'external-contents': 'INPUT_DIR/IncompleteVFS.h'
}
]
},
{ 'name': 'Modules/module.modulemap', 'type': 'file',
'external-contents': 'INPUT_DIR/incomplete-umbrella.modulemap'
}
]
}
]
}
]
}