]> granicus.if.org Git - clang/blob - test/VFS/Inputs/vfsoverlay.yaml
0aa8cd619a5f62fdad5195aab682e9dd6ed24156
[clang] / test / VFS / Inputs / vfsoverlay.yaml
1 {
2   'version': 0,
3   'roots': [
4     { 'name': 'OUT_DIR', 'type': 'directory',
5       'contents': [
6         { 'name': 'not_real.h', 'type': 'file',
7           'external-contents': 'INPUT_DIR/actual_header.h'
8         },
9         { 'name': 'import_some_frame.h', 'type': 'file',
10           'external-contents': 'INPUT_DIR/import_some_frame.h'
11         },
12         { 'name': 'module.map', 'type': 'file',
13           'external-contents': 'INPUT_DIR/actual_module.map'
14         },
15         { 'name': 'include_real.h', 'type': 'file',
16           'external-contents': 'INPUT_DIR/include_real.h'
17         },
18         { 'name': 'SomeFramework.framework', 'type': 'directory',
19           'contents': [
20             { 'name': 'Headers', 'type': 'directory',
21               'contents': [
22                 { 'name': 'public_header.h', 'type': 'file',
23                   'external-contents': 'INPUT_DIR/public_header.h' },
24                 { 'name': 'public_header2.h', 'type': 'file',
25                   'external-contents': 'INPUT_DIR/public_header2.h' }
26               ]
27             }
28           ]
29         },
30         { 'name': 'Foo.framework/Headers/Foo.h', 'type': 'file',
31           'external-contents': 'INPUT_DIR/Foo.h'
32         }
33       ]
34     }
35   ]
36 }