Bug fix TIVI-839 ,change the design and permit operation of the music player while...
[profile/ivi/ico-uxf-homescreen.git] / include / ico_uxf.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   user experiance library public header file
11  *
12  * @date    Feb-28-2013
13  */
14
15 #ifndef _ICO_UXF_H_
16 #define _ICO_UXF_H_
17
18 #include    <ico_apf_log.h>             /* Macros for log output            */
19 #include    <ico_uxf_sysdef.h>          /* System definition values         */
20 #include    <ico_uxf_def.h>             /* Public permanent define symbols  */
21 #include    <ico_uxf_typedef.h>         /* ublic data and structue types    */
22 #include    <ico_uxf_proto.h>           /* Prototypic declaration of APIs   */
23
24 #endif  /* _ICO_UXF_H_ */
25