1 #ifndef AKTUALIZR_SECONDARY_FILE_H
2 #define AKTUALIZR_SECONDARY_FILE_H
6 #include "aktualizr_secondary.h"
12 static const std::string FileUpdateDefaultFile;
16 std::shared_ptr<FileUpdateAgent> update_agent =
nullptr);
18 void initialize()
override;
23 bool isTargetSupported(
const Uptane::Target& target)
const override;
26 void completeInstall()
override;
31 std::shared_ptr<FileUpdateAgent> update_agent_;
34 #endif // AKTUALIZR_SECONDARY_FILE_H