|
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 // customcmds.dll Reference custom command library |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET customcmds.dll |
|
23 TARGETTYPE dll |
|
24 TARGETPATH /sys/bin |
|
25 |
|
26 UID 0x1000008D 0x2000E662 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ DiskAdmin SwEvent |
|
30 |
|
31 USERINCLUDE ../inc |
|
32 USERINCLUDE ../../localinc |
|
33 USERINCLUDE ../../clayer/inc |
|
34 |
|
35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE cmdsimsecuritycheck.cpp |
|
39 SOURCE cmddevicesecuritycheck.cpp |
|
40 SOURCE ssmsecuritychecknotifier.cpp |
|
41 SOURCE ssmcustomcmdfactory.cpp |
|
42 SOURCE cmdcoopsysselftest.cpp |
|
43 SOURCE cmdcoopsysperformrestartactions.cpp |
|
44 SOURCE cmdcoopsysperformshutdownactions.cpp |
|
45 SOURCE cmdcoopsysperformrfsactions.cpp |
|
46 SOURCE cmdactivaterfforemergencycall.cpp |
|
47 SOURCE cmddeactivaterfforemergencycall.cpp |
|
48 SOURCE cmdcoopsysstatechange.cpp |
|
49 SOURCE cmdpublishstartupmode.cpp |
|
50 SOURCE cmdpublishsimownedandchanged.cpp |
|
51 SOURCE securitynoteobserver.cpp |
|
52 SOURCE cmdvalidatertc.cpp |
|
53 SOURCE cmdcheckuserdrive.cpp |
|
54 SOURCE cmdinitramdrive.cpp |
|
55 SOURCE cmdclearstartupreason.cpp |
|
56 SOURCE cmddeletetempfiles.cpp |
|
57 |
|
58 SOURCEPATH ../../localsrc |
|
59 SOURCE ssmpanic.cpp |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY efsrv.lib |
|
63 LIBRARY ssmcmn.lib |
|
64 LIBRARY domaincli.lib |
|
65 LIBRARY ssmsuscli.lib |
|
66 LIBRARY centralrepository.lib |
|
67 LIBRARY ssmuiproviderdll.lib |
|
68 LIBRARY ssmadaptationcli.lib |
|
69 LIBRARY bafl.lib |
|
70 LIBRARY estor.lib |
|
71 LIBRARY etelmm.lib //Device security check |
|
72 LIBRARY etel.lib //Device security check |
|
73 |
|
74 SMPSAFE |