summaryrefslogtreecommitdiff
path: root/test/pers_svc_test/inc/test_pas_check_data_after_reset.h
blob: 64dd7c321f197d7c81dc744c02e9c96593a3119e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*********************************************************************************************************************
*
* Copyright (C) 2012 Continental Automotive Systems, Inc.
*
* Author: Petrica.Manoila@continental-corporation.com
*
* Implementation of backup process
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Date       Author             Reason
* 2012.11.27 uidu0250           CSP_WZ#1280:  Initial version
*
**********************************************************************************************************************/

#ifndef SSW_TEST_PAS_CHECK_DATA_AFTER_RESET_H
#define SSW_TEST_PAS_CHECK_DATA_AFTER_RESET_H


#ifdef __cplusplus
extern "C"
{
#endif  /* #ifdef __cplusplus */

#include "persComTypes.h"
#include "test_PAS.h"

//extern const testcase_s const* pTC_testDataAfterReset;
extern expected_key_data_RCT_s expectedKeyData_shared_public_RCT_AfterReset[13] ;
extern expected_key_data_localDB_s expectedKeyData_shared_public_localDB_AfterReset[18] ;
extern expected_file_data_s expectedFileData_shared_public_AfterReset[11] ;

bool_t Test_DataAfterReset(int ceva, void* pAltceva) ;

#ifdef __cplusplus
}
#endif /* extern "C" { */

#endif /*SSW_TEST_PAS_CHECK_DATA_AFTER_RESET_H */