Skip to content

Commit 8db8e44

Browse files
authored
Merge pull request #13 from WebPlatformForEmbedded/development/METROL-579
Add Metadata section
2 parents 7658649 + 2316ad4 commit 8db8e44

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

Launcher.cpp

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,19 @@ ENUM_CONVERSION_BEGIN(Plugin::Launcher::mode)
1313
;
1414
namespace Plugin {
1515

16-
SERVICE_REGISTRATION(Launcher, 1, 0);
16+
namespace {
17+
18+
static Metadata<Launcher> metadata(
19+
// Version
20+
1, 0, 0,
21+
// Preconditions
22+
{},
23+
// Terminations
24+
{},
25+
// Controls
26+
{}
27+
);
28+
}
1729

1830
/* static */ Launcher::ProcessObserver Launcher::_observer;
1931

0 commit comments

Comments
 (0)