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