|
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 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
17 // include test code |
|
18 #include "../test/trestartsys/group/bld.inf" |
|
19 #include "../test/tstartsafe/group/bld.inf" |
|
20 #include "../test/tstartupproperties/group/bld.inf" |
|
21 #include "../test/tsysmon/group/bld.inf" |
|
22 #include "../test/testappgood/bld.inf" |
|
23 #include "../test/testappnorv/bld.inf" |
|
24 #include "../test/testapprvafterretry/bld.inf" |
|
25 #include "../test/testappslow/bld.inf" |
|
26 #include "../test/testprocgood/bld.inf" |
|
27 #include "../test/testapprverror/bld.inf" |
|
28 |
|
29 PRJ_PLATFORMS |
|
30 DEFAULT |
|
31 |
|
32 PRJ_EXPORTS |
|
33 ../group/shma.iby /epoc32/rom/include/shma.iby |
|
34 ../inc/sysmonclisess.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(sysmonclisess.h) |
|
35 ../inc/startupproperties.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(startupproperties.h) |
|
36 ../inc/startup.hrh /epoc32/include/startup.hrh |
|
37 ../inc/startup.rh SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(startup.rh) |
|
38 |
|
39 // startsafe.h is exported as the amastartdll and SysStart.dll (present in sysstart) are dependent on this. |
|
40 ../inc/startsafe.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(startsafe.h) |
|
41 |
|
42 // Restartsys is exported as the SysStart(present in /sysstart component) are dependent on this dll. |
|
43 ../restartsyssrc/restartsys.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(restartsys.h) |
|
44 |
|
45 |
|
46 //These def files will be used by any replacement to restartsys.dll to be aligned with the restartsys.dll API |
|
47 //and to maintain the same order of the api's ordinal numbers |
|
48 ../bwins/restartsysu.def /epoc32/include/def/bwins/restartsysu.def |
|
49 ../eabi/restartsysu.def /epoc32/include/def/eabi/restartsysu.def |
|
50 |
|
51 |
|
52 PRJ_MMPFILES |
|
53 ../group/restartsys.mmp |
|
54 ../group/sysmoncli.mmp |
|
55 ../group/sysmonsrv.mmp |
|
56 ../group/startsafe.mmp |
|
57 ../group/startupproperties.mmp |
|
58 ../group/loadsysmon.mmp |
|
59 |
|
60 PRJ_TESTMMPFILES |
|
61 |
|
62 PRJ_TESTEXPORTS |
|
63 ../group/shmatest.iby /epoc32/rom/include/shmatest.iby |
|
64 |
|
65 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
66 |