startup/ssmcustomcmdfactory.cpp
changeset 93 fc883949f25b
parent 87 e9fb2728ea8b
equal deleted inserted replaced
92:458d62869c00 93:fc883949f25b
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalComponent
       
    19  @released
       
    20 */
       
    21 
       
    22 #include "ssmcustomcmdfactory.h"
       
    23 /*
       
    24 #include "cmdsimsecuritycheck.h"
       
    25 #include "cmddevicesecuritycheck.h"
       
    26 #include "cmdcoopsysselftest.h"
       
    27 #include "cmdcoopsysperformrestartactions.h"
       
    28 #include "cmdcoopsysperformshutdownactions.h"
       
    29 #include "cmdcoopsysperformrfsactions.h"
       
    30 #include "cmdactivaterfforemergencycall.h"
       
    31 #include "cmddeactivaterfforemergencycall.h"
       
    32 */
       
    33 #include "cmdcoopsysstatechange.h"
       
    34 #include "cmdpublishstartupmode.h"
       
    35 /*
       
    36 #include "cmdpublishsimownedandchanged.h"
       
    37 #include "cmdvalidatertc.h"
       
    38 #include "cmdcheckuserdrive.h"
       
    39 #include "cmdinitramdrive.h"
       
    40 #include "cmdclearstartupreason.h"
       
    41 */
       
    42 #include "cmddeletetempfiles.h"
       
    43 
       
    44 /*
       
    45 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdSimSecurityCheckNewL()
       
    46 	{
       
    47 	CCustomCmdSimSecurityCheck* self = CCustomCmdSimSecurityCheck::NewL();
       
    48 	return self;
       
    49 	}
       
    50 
       
    51 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdCoopSysSelfTestNewL()
       
    52 	{
       
    53 	CCustomCmdCoopSysSelfTest* self = CCustomCmdCoopSysSelfTest::NewL();
       
    54 	return self;
       
    55 	}
       
    56 
       
    57 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdCoopSysPerformRestartActionsNewL()
       
    58 	{
       
    59 	CCustomCmdCoopSysPerformRestartActions* self = CCustomCmdCoopSysPerformRestartActions::NewL();
       
    60 	return self;
       
    61 	}
       
    62 
       
    63 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdCcoopSysPerformShutdownActionsNewL()
       
    64 	{
       
    65 	CCustomCmdCoopSysPerformShutdownActions* self = CCustomCmdCoopSysPerformShutdownActions::NewL();
       
    66 	return self;
       
    67 	}
       
    68 
       
    69 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdCcoopSysPerformRfsActionsNewL()
       
    70 	{
       
    71 	CCustomCmdCoopSysPerformRfsActions* self = CCustomCmdCoopSysPerformRfsActions::NewL();
       
    72 	return self;
       
    73 	}
       
    74 
       
    75 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdActivateRfForEmergencyCallNewL()
       
    76 	{
       
    77 	CCustomCmdActivateRfForEmergencyCall* self = CCustomCmdActivateRfForEmergencyCall::NewL();
       
    78 	return self;
       
    79 	}
       
    80 
       
    81 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdDeactivateRfForEmergencyCallNewL()
       
    82 	{
       
    83 	CCustomCmdDeactivateRfForEmergencyCall* self = CCustomCmdDeactivateRfForEmergencyCall::NewL();
       
    84 	return self;
       
    85 	}
       
    86 */
       
    87 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdCoopSysStateChangeNewL()
       
    88 	{
       
    89 	CCustomCmdCoopSysStateChange* self = CCustomCmdCoopSysStateChange::NewL();
       
    90 	return self;
       
    91 	}
       
    92 
       
    93 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdPublishStartupModeNewL()
       
    94 	{
       
    95 	CCustomCmdPublishStartupMode* self = CCustomCmdPublishStartupMode::NewL();
       
    96 	return self;
       
    97 	}
       
    98 /*
       
    99 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdPublishSimOwnedAndChangedNewL()
       
   100 	{
       
   101 	CCustomCmdPublishSimOwnedAndChanged* self = CCustomCmdPublishSimOwnedAndChanged::NewL();
       
   102 	return self;
       
   103 	}
       
   104 
       
   105 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdDeviceSecurityCheckNewL()
       
   106 	{
       
   107 	CCustomCmdDeviceSecurityCheck* self = CCustomCmdDeviceSecurityCheck::NewL();
       
   108 	return self;
       
   109 	}
       
   110 
       
   111 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdValidateRTCNewL()
       
   112     {
       
   113     CCustomCmdValidateRTC* self = CCustomCmdValidateRTC::NewL();
       
   114     return self;
       
   115     }
       
   116 
       
   117 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdCheckUserDriveNewL()
       
   118     {
       
   119     CCustomCmdCheckUserDrive* self = CCustomCmdCheckUserDrive::NewL();
       
   120 	return self;
       
   121     }
       
   122 
       
   123 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdInitRamDriveNewL()
       
   124     {
       
   125     CCustomCmdInitRamDrive* self = CCustomCmdInitRamDrive::NewL();
       
   126     return self;
       
   127     }
       
   128 
       
   129 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdClearStartupReasonNewL()
       
   130     {
       
   131     CCustomCmdClearStartupReason* self = CCustomCmdClearStartupReason::NewL();
       
   132     return self;
       
   133     }
       
   134 */
       
   135 
       
   136 EXPORT_C MSsmCustomCommand* SsmCustomCmdFactory::CmdDeleteTempFilesNewL()
       
   137     {
       
   138     CCustomCmdDeleteTempFiles* self = CCustomCmdDeleteTempFiles::NewL();
       
   139     return self;
       
   140     }