Structs§
- Directory
- Directory entries should support opening with any combination of read/write/execute rights.
- Executable
File - Adds an executable file that supports opening as readable + executable. The file has a non-zero size, but the contents are otherwise unspecified.
- File
- File object which supports reading and writing. Use
ExecutableFile
if execute rights are required. - Harness
Config - Conformance test harnesses will implement this protocol to setup its
associated filesystem servers with the described directory layout,
allowing their implementation of
fuchsia.io
andfuchsia.io2
protocols to be verified by a common test suite. - Remote
Directory - Remote directory which forwards FIDL requests from the server to the specified directory.
- Test
Harness Control Handle - Test
Harness Create Directory Request - Test
Harness Event Stream - Test
Harness GetConfig Responder - Test
Harness GetConfig Response - Test
Harness Marker - Test
Harness Open Service Directory Responder - Test
Harness Open Service Directory Response - Test
Harness Proxy - Test
Harness Request Stream - A Stream of incoming requests for fuchsia.io.test/TestHarness.
- Test
Harness Synchronous Proxy