PHDC P2P Handling
[platform/core/connectivity/nfc-manager-neard.git] / client / include / net_nfc.h
1 /*
2  * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
3  *
4  * Licensed under the Flora License, Version 1.1 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://floralicense.org/license/
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef __NET_NFC_H__
18 #define __NET_NFC_H__
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 #include "net_nfc_typedef.h"
25 #include "net_nfc_data.h"
26 #include "net_nfc_target_info.h"
27 #include "net_nfc_ndef_message.h"
28 #include "net_nfc_ndef_record.h"
29 #include "net_nfc_sign_record.h"
30 #include "net_nfc_ndef_message_handover.h"
31 #include "net_nfc_client_phdc.h"
32 #include "net_nfc_client_context.h"
33 #include "net_nfc_client_manager.h"
34 #include "net_nfc_client_system_handler.h"
35 #include "net_nfc_client_transceive.h"
36 #include "net_nfc_client_tag.h"
37 #include "net_nfc_client_ndef.h"
38 #include "net_nfc_client_llcp.h"
39 #include "net_nfc_client_p2p.h"
40 #include "net_nfc_client_snep.h"
41 #include "net_nfc_client_handover.h"
42 #include "net_nfc_client_se.h"
43 #include "net_nfc_client_tag_felica.h"
44 #include "net_nfc_client_tag_jewel.h"
45 #include "net_nfc_client_tag_mifare.h"
46
47 #ifdef __cplusplus
48 }
49 #endif
50
51 #endif //__NET_NFC_H__