Some boxes need to know the status of MMC mount.
Change-Id: Ia211e22c352ec77e84d81f42296433c5f617db32
extern const int LB_SYS_EVENT_REGION_CHANGED; /*!< Region changed */
extern const int LB_SYS_EVENT_PAUSED;
extern const int LB_SYS_EVENT_RESUMED;
+extern const int LB_SYS_EVENT_MMC_STATUS_CHANGED; /*!< MMC Status change event */
#define LB_DESC_TYPE_COLOR "color"
#define LB_DESC_TYPE_TEXT "text"
Name: liblivebox
Summary: Library for the development of a livebox
-Version: 0.2.1
+Version: 0.2.2
Release: 1
Group: HomeTF/Livebox
License: Flora License
PUBLIC const int LB_SYS_EVENT_REGION_CHANGED = 0x08;
PUBLIC const int LB_SYS_EVENT_PAUSED = 0x0100;
PUBLIC const int LB_SYS_EVENT_RESUMED = 0x0200;
+PUBLIC const int LB_SYS_EVENT_MMC_STATUS_CHANGED = 0x0400;
PUBLIC struct livebox_desc *livebox_desc_open(const char *filename, int for_pd)
{