Modify licenses
[scp/ocu/5gnr.git] / Include / platform_module_names.h
1 /******************************************************************************
2 *
3 *   Copyright (c) 2020 ICT/CAS.
4 *
5 *   Licensed under the O-RAN Software License, Version 1.0 (the "Software License");
6 *   you may not use this file except in compliance with the License.
7 *   You may obtain a copy of the License at
8 *
9 *       https://www.o-ran.org/software
10 *
11 *   Unless required by applicable law or agreed to in writing, software
12 *   distributed under the License is distributed on an "AS IS" BASIS,
13 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 *   See the License for the specific language governing permissions and
15 *   limitations under the License.
16 *
17 *******************************************************************************/
18
19
20
21 #ifndef __PLATFORM_MODULE_NAMES_H__
22 #define __PLATFORM_MODULE_NAMES_H__
23
24 #include "vos_common.h"
25
26
27 #ifdef    __cplusplus
28 extern "C"
29 {
30 #endif /* __cplusplus */
31
32
33
34
35 #define MOD_NAME_VOS_MEM                ("VOS_mem")
36 #define MOD_NAME_VOS_LIST               ("VOS_list")
37 #define MOD_NAME_VOS_MODULE_MGR         ("VOS_module_mgr")
38 #define MOD_NAME_VOS_TASKMON            ("VOS_taskMon")
39 #define MOD_NAME_VOS_CLI                ("VOS_cli")
40 #define MOD_NAME_VOS_SOCKET             ("VOS_socket")
41 #define MOD_NAME_VOS_HOSTTASK           ("VOS_hostTask")
42
43
44 #define MOD_NAME_PLAT_ALARM             ("PLAT_alarm")
45 #define MOD_NAME_PLAT_ALARM_PROC        ("PLAT_alarm_proc")
46 #define MOD_NAME_PLAT_DB                ("PLAT_DB")
47
48 #define MOD_NAME_PLAT_SYSLOG             ("PLAT_syslog")
49 #define MOD_NAME_PLAT_SYSLOG_SUP             ("PLAT_syslog_sup")
50
51 #define MOD_NAME_LIB_CSTL               ("cstl")
52
53 #define MOD_NAME_PRINT_FLTER            ("print_filter")
54
55 #define MOD_NAME_US_TIMER               ("usTimer")
56
57 #ifdef __cplusplus
58 }
59 #endif /* __cplusplus */
60
61 #endif /* __PLATFORM_MODULE_NAMES_H__ */