2014-02-26 02:23:47 +08:00
|
|
|
{
|
|
|
|
'version': 0,
|
|
|
|
'roots': [
|
|
|
|
{ 'name': 'OUT_DIR', 'type': 'directory',
|
|
|
|
'contents': [
|
|
|
|
{ 'name': 'not_real.h', 'type': 'file',
|
|
|
|
'external-contents': 'INPUT_DIR/actual_header.h'
|
|
|
|
},
|
2014-05-24 02:15:47 +08:00
|
|
|
{ 'name': 'import_some_frame.h', 'type': 'file',
|
|
|
|
'external-contents': 'INPUT_DIR/import_some_frame.h'
|
|
|
|
},
|
2014-02-26 02:23:47 +08:00
|
|
|
{ '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'
|
|
|
|
},
|
2014-05-24 02:15:47 +08:00
|
|
|
{ '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',
|
2015-12-11 07:41:39 +08:00
|
|
|
'external-contents': 'INPUT_DIR/public_header2.h' },
|
|
|
|
{ 'name': 'public_header3.h', 'type': 'file',
|
|
|
|
'external-contents': 'INPUT_DIR/public_header3.h' }
|
2014-05-24 02:15:47 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2014-04-11 01:57:43 +08:00
|
|
|
},
|
|
|
|
{ 'name': 'Foo.framework/Headers/Foo.h', 'type': 'file',
|
|
|
|
'external-contents': 'INPUT_DIR/Foo.h'
|
2014-06-26 07:53:43 +08:00
|
|
|
},
|
|
|
|
{ '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'
|
|
|
|
}
|
|
|
|
]
|
2014-02-26 02:23:47 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|