Remove comment about nfc internal api for Tap & Pay UI 58/72258/1 accepted/tizen/common/20160603.150537 accepted/tizen/common/20160606.141612 accepted/tizen/mobile/20160606.120655 accepted/tizen/wearable/20160606.121026 submit/tizen/20160602.020711 submit/tizen/20160603.011501
authorJihoon Jung <jh8801.jung@samsung.com>
Tue, 31 May 2016 08:49:12 +0000 (17:49 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Tue, 31 May 2016 08:51:40 +0000 (17:51 +0900)
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I5b9ccc0e66842b13e64a69fde688fb31373bf353

wearable/app/src/nsa-view-tap-n-pay.c

index c9a0df7..bb03ddd 100755 (executable)
@@ -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,