summaryrefslogtreecommitdiff
path: root/wearable
diff options
context:
space:
mode:
authorJihoon Jung <jh8801.jung@samsung.com>2016-05-31 17:49:12 +0900
committerJihoon Jung <jh8801.jung@samsung.com>2016-05-31 17:51:40 +0900
commit78a3af91b93aad584317cd19248097bffd0f6158 (patch)
tree1dba5d1d03c813e3ca68f77fc0358bc438f78e58 /wearable
parentf30cc6f21231388c5b69819f9384926716a820ec (diff)
downloadug-nfc-efl-78a3af91b93aad584317cd19248097bffd0f6158.tar.gz
ug-nfc-efl-78a3af91b93aad584317cd19248097bffd0f6158.tar.bz2
ug-nfc-efl-78a3af91b93aad584317cd19248097bffd0f6158.zip
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com> Change-Id: I5b9ccc0e66842b13e64a69fde688fb31373bf353
Diffstat (limited to 'wearable')
-rwxr-xr-xwearable/app/src/nsa-view-tap-n-pay.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/wearable/app/src/nsa-view-tap-n-pay.c b/wearable/app/src/nsa-view-tap-n-pay.c
index c9a0df7..bb03ddd 100755
--- a/wearable/app/src/nsa-view-tap-n-pay.c
+++ b/wearable/app/src/nsa-view-tap-n-pay.c
@@ -20,6 +20,7 @@
#include <app.h>
#include <nfc.h>
+#include <nfc_internal.h>
#include <vconf.h>
#include <pkgmgr-info.h>
#include "nsa-view.h"
@@ -206,10 +207,10 @@ static bool __registered_handler_cb(const char *handler, int count,
static void __get_wallet_info(void)
{
NSA_DEBUG("__get_wallet_info");
-/*
+
nfc_se_foreach_registered_handlers(NFC_CARD_EMULATION_CATEGORY_PAYMENT,
__registered_handler_cb, (void *)T_PAYMENT);
-*/
+
/* To Do */
#if 0
nfc_se_foreach_registered_handlers(NFC_CARD_EMULATION_CATEGORY_OTHER,