diff --git a/services/param/trigger/trigger_manager.c b/services/param/trigger/trigger_manager.c index 685bd0a22..9c107262f 100644 --- a/services/param/trigger/trigger_manager.c +++ b/services/param/trigger/trigger_manager.c @@ -194,7 +194,7 @@ static int GetTriggerIndex(const char *type) return TRIGGER_PARAM; } static const char *triggerType[] = { - "pre-init", "boot", "early-init", "init", "early-init", "late-init", "post-init", + "pre-init", "boot", "early-init", "init", "late-init", "post-init", "early-fs", "post-fs", "late-fs", "post-fs-data" }; for (size_t i = 0; i < sizeof(triggerType) / sizeof(char*); i++) { @@ -418,4 +418,4 @@ TriggerNode *GetTriggerByName(TriggerWorkSpace *workSpace, const char *triggerNa } } return NULL; -} \ No newline at end of file +}