tv-service  0.1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tv_service_proxy.h
Go to the documentation of this file.
1 /*
2 *
3 * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved.
4 *
5 * libtvs-scan TV Service Library
6 *
7 * Filename: tv_service_proxy.h
8 * Description: TV Service All interfaces.
9 * Contact: Tang Daoguang <dguang.tang@samsung.com>
10 *
11 * Licensed under the Apache License, Version 2.0 (the "License");
12 * you may not use this file except in compliance with the License.
13 * You may obtain a copy of the License at
14 *
15 * http://www.apache.org/licenses/LICENSE-2.0
16 *
17 * Unless required by applicable law or agreed to in writing, software
18 * distributed under the License is distributed on an "AS IS" BASIS,
19 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 * See the License for the specific language governing permissions and
21 * limitations under the License.
22 *
23 */
24 
201 #ifndef __TV_SERVICE_ALL_H_
202 #define __TV_SERVICE_ALL_H_
203 
204 /*===========================================================================================
205 | |
206 | INCLUDE FILES |
207 | |
208 ========================================================================================== */
209 #include "tv_service_proxy_base.h"
211 #include "tv_service_proxy_live.h"
212 #include "tv_service_proxy_scan.h"
213 #include "tv_service_proxy_epg.h"
214 #include "tv_service_proxy_utils.h"
215 
216 #endif /* __TV_SERVICE_ALL_H_ */
217