// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
#pragma once
#include <Service/Service.hpp>
#include <string>
namespace sys
{
class Service;
} // namespace sys
namespace FactoryReset
{
bool Run(sys::Service *ownerService);
bool DeleteDirContent(std::string dir);
bool CopyDirContent(std::string sourcedir, std::string targetdir);
} // namespace FactoryReset