Bug fix TIVI-839 ,change the design and permit operation of the music player while...
[profile/ivi/ico-uxf-homescreen.git] / include / ico_apf.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 file of Application Framework
11  *
12  * @date    Feb-28-2013
13  */
14
15 #ifndef __ICO_APF_H__
16 #define __ICO_APF_H__
17
18 #include    "ico_apf_resource_control.h"
19 #include    "ico_apf_error.h"
20
21 #endif /*__ICO_APF_H__*/
22