|
1 // Copyright (c) 2008-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 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
17 // include production code |
|
18 |
|
19 #include "../gsapolicy/group/bld.inf" |
|
20 #include "../adptplugin/group/bld.inf" |
|
21 #include "../cmncustomcmd/group/bld.inf" |
|
22 #if defined(SYMBIAN_SSM_GRACEFUL_SHUTDOWN) |
|
23 #include "../utilityplugins/group/bld.inf" |
|
24 #endif |
|
25 #include "../conditionevaluator/group/bld.inf" |
|
26 |
|
27 // include test code |
|
28 #include "../test/tunitadptplugin/group/bld.inf" |
|
29 #include "../test/tunitgsapolicy/group/bld.inf" |
|
30 #include "../test/tintadptplugin/group/bld.inf" |
|
31 #include "../test/tcmncustomcmd/group/bld.inf" |
|
32 #include "../test/tintgsapolicy/group/bld.inf" |
|
33 #if defined(SYMBIAN_SSM_GRACEFUL_SHUTDOWN) |
|
34 #include "../test/tunitutilityplugin/group/bld.inf" |
|
35 #endif |
|
36 #include "../test/tunitconditionevaluator/group/bld.inf" |
|
37 #include "../test/tintconditionevaluator/group/bld.inf" |
|
38 #if defined(SYMBIAN_SSM_FLEXIBLE_MERGE) |
|
39 #include "../test/testapps/group/bld.inf" |
|
40 #endif //SYMBIAN_SSM_FLEXIBLE_MERGE |
|
41 |
|
42 PRJ_PLATFORMS |
|
43 DEFAULT |
|
44 |
|
45 PRJ_EXPORTS |
|
46 ../group/ssplugins.iby /epoc32/rom/include/ssplugins.iby |
|
47 |
|
48 PRJ_TESTEXPORTS |
|
49 ../group/sspluginstest.iby /epoc32/rom/include/sspluginstest.iby |
|
50 |
|
51 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
52 |