mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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 *
|
|
}
|