Remove unused directories and files in video_in_hal
[staging/basesystem.git] / vehicleservice / positioning / server / include / ServiceInterface / ps_psmshadow_notifications.h
1 /*
2  * @copyright Copyright (c) 2016-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  * @file ps_psmshadow_notifications.h
19  */
20
21 #ifndef PS_PSM_SHADOW_NOTIFICATIONS_H_  // NOLINT(build/header_guard)
22
23 #include "agl_thread.h"
24
25 /** @addtogroup BaseSystem
26  *  @{
27  */
28 /** @addtogroup peripheralservice
29  *  @ingroup BaseSystem
30  *  @{
31  */
32 /** @addtogroup PS_PSMShadow
33  *  @ingroup peripheralservice
34  *  @{
35  */
36
37 /**
38  * \~english PS_PSMShadow service availability notify.
39  */
40 #define NTFY_PSMShadowService_Availability   MN_PS_PSMSHADOW"/Availability"
41
42 /**
43  * \~english init complete notify.
44  */
45 #define NTFY_PSM_INITCOMP                    MN_PS_PSMSHADOW"/InitComp"
46
47 /**
48  * \~english init complete2 notify.
49  */
50 #define NTFY_PSM_INITCOMP2                   MN_PS_PSMSHADOW"/InitComp2"
51
52 // to be delete code.
53 // Voltage, temperature and fan data to DIAG / HMI.
54 #define NTFY_PSM_VTG_TEMP_FAN_DATA           MN_PS_PSMSHADOW"/VolTempFanInfo"
55 // Audio High Temp notification to Audio service.
56 #define NTFY_PSM_AUDIO_HIGH_TEMP             MN_PS_PSMSHADOW"/AudioHighTemp"
57
58 /** @}*/  // end of PS_PSMShadow
59 /** @}*/  // end of peripheralservice
60 /** @}*/  // end of BaseSystem
61
62 #endif  // PS_PSM_SHADOW_NOTIFICATIONS_H_