blob: 2afe4f491cc36ca7105ccca6a4dc6afbc208f442 (
plain)
1
2
3
4
5
6
7
8
9
|
#define TEST_ID "my-id"
#define TEST_ICON_NAME "my-icon-name"
#define TEST_ATTENTION_ICON_NAME "my-attention-icon-name"
#define TEST_STATE CUSTOM_INDICATOR_STATUS_ACTIVE
#define TEST_STATE_S "active"
#define TEST_CATEGORY CUSTOM_INDICATOR_CATEGORY_APPLICATION_STATUS
#define TEST_CATEGORY_S "application-status"
|