Init basesystem source codes.
[staging/basesystem.git] / stub / diag_code / library / libDiagCodeAPI.ver
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 # DiagCodeAPILib version script
19 #
20 {
21         global:
22                 ### .text section ###
23                 Diag_PutDiagCode;
24                 Diag_DeleteDiagCode;
25                 Diag_PutDiagCode_Custom;
26                 Diag_PutDiagCodeWithSSR_Custom;
27                 Diag_DeleteDiagCode_Custom;
28                 Diag_DeleteDiagCodeWithSSR_Custom;
29                 Diag_CheckExistDiagCode;
30                 Diag_GetDiagCodeList;
31                 Diag_GetDiagCodeListWithSSR;
32                 Diag_DeleteDiagCodeList;
33                 Diag_DeleteDiagCodeListWithSSR;
34                 Diag_DeleteMakerDiagCodeList;
35                 Diag_CheckExistFFData;
36                 Diag_GetFFDataList;
37                 Diag_DeleteFFDataList;
38
39                 Diag_GetServiceCodeNum;
40                 Diag_InitDiagCode;
41                 Diag_SetDiagCodeMask;
42                 Diag_SyncTimeStamp;
43
44                 Diag_InhibitPutDiagCode;
45
46                 Diag_SubscribeAvailability;
47                 Diag_NotifyAvailability;
48                 Diag_PutDTCInfo;
49                 Diag_PutRoBInfo;
50                 Diag_DeleteDTCInfo;
51                 Diag_DeleteRoBInfo;
52                 Diag_GetDTCInfoList;
53                 Diag_GetRoBInfoList;
54                 Diag_DeleteDTCInfoList;
55                 Diag_DeleteRoBInfoList;
56                 Diag_SyncOdometer;
57                 Diag_GetDIDList;
58                 Diag_StartupAllStatusOfDTC;
59                 Diag_ClearAllStatusOfDTC;
60                 ### .data section ###
61         local:
62                 *;
63 };
64