1*0a6a1f1dSLionel Sambuc{ 2*0a6a1f1dSLionel Sambuc 'version': 0, 3*0a6a1f1dSLionel Sambuc 'roots': [ 4*0a6a1f1dSLionel Sambuc { 'name': 'OUT_DIR', 'type': 'directory', 5*0a6a1f1dSLionel Sambuc 'contents': [ 6*0a6a1f1dSLionel Sambuc { 'name': 'module.map', 'type': 'file', 7*0a6a1f1dSLionel Sambuc 'external-contents': 'INPUT_DIR/module.map' 8*0a6a1f1dSLionel Sambuc }, 9*0a6a1f1dSLionel Sambuc { 'name': 'ModuleNeedsVFS.h', 'type': 'file', 10*0a6a1f1dSLionel Sambuc 'external-contents': 'INPUT_DIR/module_needs_vfs.h' 11*0a6a1f1dSLionel Sambuc }, 12*0a6a1f1dSLionel Sambuc { 'name': 'BaseModuleNeedsVFS.framework/Headers/BaseModuleNeedsVFS.h', 'type': 'file', 13*0a6a1f1dSLionel Sambuc 'external-contents': 'INPUT_DIR/base_module_needs_vfs.h' 14*0a6a1f1dSLionel Sambuc }, 15*0a6a1f1dSLionel Sambuc ] 16*0a6a1f1dSLionel Sambuc } 17*0a6a1f1dSLionel Sambuc ] 18*0a6a1f1dSLionel Sambuc} 19