/** \file
 *
 *  Specifies URIs shared by components that can be loaded from modules at startup
 *  Designed to be included within namespace within [ComponentName]IF.h
 *
 *  \ingroup component
 *
 *  Copyright (c) 2013 MBARI
 *  MBARI Proprietary Information.  All Rights Reserved
 */

static const RestartConfigURI LOAD_AT_STARTUP( NAME, "loadAtStartup", "True if component "
        "should be loaded at start-up", Units::BOOL );
