summaryrefslogtreecommitdiff
path: root/wearable/app/include/nsa-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'wearable/app/include/nsa-main.h')
-rwxr-xr-xwearable/app/include/nsa-main.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/wearable/app/include/nsa-main.h b/wearable/app/include/nsa-main.h
index f1b70ae..8b2c1ef 100755
--- a/wearable/app/include/nsa-main.h
+++ b/wearable/app/include/nsa-main.h
@@ -53,11 +53,17 @@ typedef struct {
int aid_count;
} wallet_info_t;
+typedef enum {
+ NSA_OP_NFC = 1,
+ NSA_OP_TAP_N_PAY = 2
+} nsa_operation_type;
+
typedef struct {
Evas_Object *main_win;
Evas_Object *main_layout;
Evas_Object *main_bg;
Evas_Object *conform;
+ Evas_Object *main_circle_obj;
Eext_Circle_Surface *circle_surface;
Evas_Object *popup;
@@ -72,6 +78,8 @@ typedef struct {
int payment_wallet_cnt;
GArray *payment_wallet_list;
Evas_Object *radio_main;
+
+ nsa_operation_type op_type;
} appdata;
#ifdef __cplusplus