apply FSL(Flora Software License)
[framework/connectivity/nfc-manager.git] / src / manager / include / net_nfc_app_util_private.h
1 /*\r
2   * Copyright 2012  Samsung Electronics Co., Ltd\r
3   *\r
4   * Licensed under the Flora License, Version 1.0 (the "License");\r
5   * you may not use this file except in compliance with the License.\r
6   * You may obtain a copy of the License at\r
7 \r
8   *     http://www.tizenopensource.org/license\r
9   *\r
10   * Unless required by applicable law or agreed to in writing, software\r
11   * distributed under the License is distributed on an "AS IS" BASIS,\r
12   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13   * See the License for the specific language governing permissions and\r
14   * limitations under the License.\r
15   */\r
16 \r
17 #ifndef NET_NFC_APP_UTIL_H\r
18 #define NET_NFC_APP_UTIL_H\r
19 \r
20 #include "net_nfc_typedef.h"\r
21 #include "net_nfc_typedef_private.h"\r
22 #include <aul.h>\r
23 \r
24 #ifndef MESSAGE_STORAGE\r
25 #define MESSAGE_STORAGE "/opt/share/service/nfc-manager"\r
26 #endif\r
27 \r
28 net_nfc_error_e net_nfc_app_util_store_ndef_message(data_s *data);\r
29 net_nfc_error_e net_nfc_app_util_process_ndef(data_s *data);\r
30 void net_nfc_app_util_aul_launch_app(char* package_name, bundle* kb);\r
31 void net_nfc_app_util_clean_storage(char* src_path);\r
32 bool net_nfc_app_util_is_dir(const char* path_name);\r
33 int net_nfc_app_util_appsvc_launch(const char *operation, const char *uri, const char *mime, const char *data);\r
34 \r
35 #endif\r