blob: 0876dcd4f829447e91a5be38057f945a73146d3b [file] [log] [blame] [edit]
module wtf [system] {
explicit module Assertions {
header "Assertions.h"
export *
}
explicit module Compiler {
header "Compiler.h"
export *
}
explicit module ExportMacros {
header "ExportMacros.h"
export *
}
explicit module SwiftBridging {
header "SwiftBridging.h"
export *
}
explicit module WebCoreThread {
header "ios/WebCoreThread.h"
export *
}
explicit module Platform {
header "Platform.h"
header "PlatformCallingConventions.h"
header "PlatformCPU.h"
header "PlatformEnable.h"
header "PlatformEnableCocoa.h"
header "PlatformHave.h"
header "PlatformLegacy.h"
header "PlatformOS.h"
header "PlatformUse.h"
export *
}
explicit module SPI {
umbrella "spi"
explicit module * {
export *
}
export *
}
explicit module Core {
umbrella "."
requires cplusplus
explicit module * {
export *
}
export *
}
export *
}