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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/wearable/app/include/nsa-main.h b/wearable/app/include/nsa-main.h
index e13f5cb..8b2c1ef 100755
--- a/wearable/app/include/nsa-main.h
+++ b/wearable/app/include/nsa-main.h
@@ -53,6 +53,11 @@ 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;
@@ -73,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