clean spec file
[profile/ivi/ico-uxf-homescreen.git] / include / ico_syc_application.h
1 /*
2  * Copyright (c) 2013, TOYOTA MOTOR CORPORATION.
3  *
4  * This program is licensed under the terms and conditions of the
5  * Apache License, version 2.0.  The full text of the Apache License is at
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8  */
9 /**
10  * @brief   header files of Resource Control API
11  *          for general application
12  *
13  * @date    July-31-2013
14  */
15
16 #ifndef _ICO_SYC_APPLICATION_H_
17 #define _ICO_SYC_APPLICATION_H_
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /*============================================================================*/
24 /* include files                                                              */
25 /*============================================================================*/
26 #include "ico_syc_error.h"
27 #include "ico_syc_type.h"
28
29 #include "ico_syc_appresctl.h"
30
31 #ifdef __cplusplus
32 }
33 #endif
34 #endif /*_ICO_SYC_APPLICATION_H_*/
35 /* vim:set expandtab ts=4 sw=4: */