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