Remove unused directories and files in video_in_hal
[staging/basesystem.git] / service / vehicle / positioning / client / include / vehicle_service / positioning.h
1 //
2 // @copyright Copyright (c) 2017-2020 TOYOTA MOTOR CORPORATION.
3 //
4 // Licensed under the Apache License, Version 2.0 (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://www.apache.org/licenses/LICENSE-2.0
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
18 #ifndef VEHICLESERVICE_POSITIONING_H_  // NOLINT(build/header_guard)
19 #define VEHICLESERVICE_POSITIONING_H_  // NOLINT(build/header_guard)
20
21 /**
22  * @file positioning.h
23  * @brief Common header of positioning
24  */
25
26 /** @addtogroup BaseSystem
27  *  @{
28  */
29 /** @addtogroup vehicle_service
30  *  @ingroup BaseSystem
31  *  @{
32  */
33 /** @addtogroup positioning
34  *  @ingroup vehicle_service
35  *  @{
36  */
37
38 #include <vehicle_service/POS_define.h>
39 #include <vehicle_service/POS_sensor_API.h>
40 #include <vehicle_service/POS_gps_API.h>
41 #include <vehicle_service/POS_common_API.h>
42
43 /** @}*/  // end of positioning
44 /** @}*/  // end of vehicle_service
45 /** @}*/  // end of BaseSystem
46 #endif  // VEHICLESERVICE_POSITIONING_H_