mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
c440477690
Context: rdar://67704000.
34 lines
514 B
Plaintext
34 lines
514 B
Plaintext
module CoreFilesystem {
|
|
header "CoreFilesystem-Generated.h"
|
|
export *
|
|
}
|
|
|
|
module FilesystemKit {
|
|
header "FilesystemKit.h"
|
|
export *
|
|
}
|
|
|
|
module CoreDaemon {
|
|
header "CoreDaemon.h"
|
|
export *
|
|
}
|
|
|
|
module DaemonKit {
|
|
umbrella header "DaemonKit/DaemonKit.h"
|
|
explicit module ViolateSecondLawOfThermodynamics {
|
|
header "DaemonKit/ViolateSecondLawOfThermodynamics.h"
|
|
export *
|
|
}
|
|
export *
|
|
}
|
|
|
|
module CoreMemory {
|
|
header "CoreMemory.h"
|
|
export *
|
|
}
|
|
|
|
module MemoryKit {
|
|
header "MemoryKit.h"
|
|
export *
|
|
}
|