Refactored desktop (#118)
This commit is contained in:
committed by
GitHub
parent
77280def1d
commit
74a53b2735
@@ -36,6 +36,7 @@ static const std::vector<const service::ServiceManifest*> system_services = {
|
||||
|
||||
namespace app {
|
||||
namespace alertdialog { extern const AppManifest manifest; }
|
||||
namespace applist { extern const AppManifest manifest; }
|
||||
namespace boot { extern const AppManifest manifest; }
|
||||
namespace desktop { extern const AppManifest manifest; }
|
||||
namespace files { extern const AppManifest manifest; }
|
||||
@@ -64,6 +65,7 @@ extern const app::AppManifest screenshot_app;
|
||||
|
||||
static const std::vector<const app::AppManifest*> system_apps = {
|
||||
&app::alertdialog::manifest,
|
||||
&app::applist::manifest,
|
||||
&app::boot::manifest,
|
||||
&app::desktop::manifest,
|
||||
&app::display::manifest,
|
||||
|
||||
Reference in New Issue
Block a user