Add new features into boot sequence app info
[platform/core/appfw/aul-1.git] / tool / aulctl / boot_sequence / boot_sequence_manager.cc
index 4e394f9..3720da0 100644 (file)
@@ -42,7 +42,9 @@ AppInfoPtr BootSequenceManager::CreateAppInfoFromBundle(tizen_base::Bundle b) {
       .SetActiveState(b)
       .SetSubState(b)
       .SetBeginTimestamp(b)
-      .SetEndTimestamp(b);
+      .SetEndTimestamp(b)
+      .SetSocketReadyTimestamp(b)
+      .SetTerminatedTimestamp(b);
 
   return std::shared_ptr<AppInfo>(builder.Build());
 }