equal
deleted
inserted
replaced
|
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 TARGET ssmcmn.dll |
|
17 TARGETTYPE dll |
|
18 UID 0x1000008D 0x2000D762 |
|
19 VENDORID 0x70000001 |
|
20 |
|
21 CAPABILITY All -TCB |
|
22 |
|
23 userinclude ../inc |
|
24 userinclude ../../inc |
|
25 userinclude ../../localinc |
|
26 |
|
27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
28 |
|
29 sourcepath ../src |
|
30 source ssmstate.cpp |
|
31 source ssmstatetransition.cpp |
|
32 source ssmswp.cpp |
|
33 source ssmstartupproperties.cpp |
|
34 source ssmstatemanager.cpp |
|
35 source ssmstateawaresession.cpp |
|
36 source ssmsystemwideproperty.cpp |
|
37 source ssmpropertymonitor.cpp |
|
38 source ssmstatemonitor.cpp |
|
39 source ssmpatchableconstants.cpp |
|
40 source ssmpatchableconstantsdata.cpp |
|
41 |
|
42 sourcepath ../../localsrc |
|
43 source ssmpanic.cpp |
|
44 |
|
45 #if defined(SYMBIAN_SSM_GRACEFUL_SHUTDOWN) |
|
46 deffile ssmcmn_graceful_shutdown.def |
|
47 #else |
|
48 deffile ssmcmn.def |
|
49 #endif |
|
50 |
|
51 library euser.lib |
|
52 library estor.lib |
|
53 library efsrv.lib |
|
54 library domaincli.lib |
|
55 library bafl.lib |
|
56 |
|
57 |
|
58 SMPSAFE |