cryptoservices/certificateandkeymgmt/tpkixcert/tpkixcertmain.cpp
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <e32base.h>
    19 #include <e32base.h>
    20 #include <testhandler2/t_testhandler.h>
    20 #include "t_testhandler.h"
    21 #include <f32file.h>
    21 #include <f32file.h>
    22 #include "tactionvalidate.h"
    22 #include "tactionvalidate.h"
    23 #include "taction_build.h"
    23 #include "taction_build.h"
    24 #include <testhandler2/tscriptandhardcoded.h>
    24 #include "tscriptandhardcoded.h"
    25 
    25 
    26 LOCAL_D void callExampleL() // initialize and call example code under cleanup stack
    26 LOCAL_D void callExampleL() // initialize and call example code under cleanup stack
    27     {
    27     {
    28 	START_SCRIPT_LIST
    28 	START_SCRIPT_LIST
    29 	SCRIPT_ITEM(CTestActionBuild,_L8("Build")),
    29 	SCRIPT_ITEM(CTestActionBuild,_L8("Build")),