20 #ifndef LOCALTIMEPLUGIN_H
21 #define LOCALTIMEPLUGIN_H
23 #include <RdkPluginBase.h>
36 const std::shared_ptr<DobbyRdkPluginUtils> &utils,
37 const std::string &rootfsPath);
40 inline std::string
name()
const override
55 const std::string mName;
56 const std::string mRootfsPath;
57 std::shared_ptr<rt_dobby_schema> mContainerConfig;
58 const std::shared_ptr<DobbyRdkPluginUtils> mUtils;
Dobby LocalTime plugin.
Definition: LocalTimePlugin.h:33
bool postInstallation() override
postInstallation OCI hook.
Definition: LocalTimePlugin.cpp:57
std::vector< std::string > getDependencies() const override
Should return the names of the plugins this plugin depends on.
Definition: LocalTimePlugin.cpp:163
unsigned hookHints() const override
Should return a bitfield of the hook points implemented by the plugin.
Definition: LocalTimePlugin.cpp:42
std::string name() const override
Should return the name of the plugin.
Definition: LocalTimePlugin.h:40
bool preCreation() override
postInstallation OCI hook.
Definition: LocalTimePlugin.cpp:116
Basic object that provides the default overrides for a plugin.
Definition: RdkPluginBase.h:34