aboutsummaryrefslogtreecommitdiff
path: root/test/VFS/Inputs/vfsoverlay.yaml
blob: f395d45ee3b7e9fc5980ddacae6229e5e9829f86 (plain) (blame)
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
{
  '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': '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'
            }
          ]
        }
      ]
    }
  ]
}