class FactoryStoreProvider
Defined at line 384 of file fidling/gen/sdk/fidl/fuchsia.factory/fuchsia.factory/hlcpp/fuchsia/factory/cpp/fidl.h
This protocol is a base protocol for all providers of factory store
directories. It exposes a single method to allow clients to establish a
connection to a directory containing the relevant factory data. All files
surfaced by a component that implements FactoryStoreProvider (or any
protocol that depends on it) are expected to be validated for consistency
before being exposed to clients.
Public Methods
void ~FactoryStoreProvider ()
void GetFactoryStore (::fidl::InterfaceRequest< ::fuchsia::io::Directory> dir)