/* * Copyright (C) ST-Ericsson SA 2010 * Author: Jean-Philippe FASSINO for ST-Ericsson. * License terms: GNU General Public License (GPL) version 2. */ /*! * \brief CM Engine API. * * This file contains the Component Manager Engine API. */ /*! * \defgroup CM_ENGINE_CONTROL_API CM Engine Control API * \note This API is not for OS integrator, it's only for low level system integration. * \ingroup CM_ENGINE_MODULE */ #ifndef CM_CONTROL_H_ #define CM_CONTROL_H_ #include #include #include #endif /*CM_CONTROL_H_*/