|
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 |
|
17 #ifndef __FEATMGR_TESTCFG__ |
|
18 TARGET featmgrserver.exe |
|
19 // Since this is an exe with no alternate implementations, |
|
20 // just use same UID for both UID2 and UID3 |
|
21 UID 0x10205054 0x10205054 |
|
22 #else |
|
23 TARGET test_featmgrserver.exe |
|
24 UID 0x102836E5 0x102836E5 |
|
25 #endif // __FEATMGR_TESTCFG__ |
|
26 |
|
27 TARGETTYPE exe |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 CAPABILITY ProtServ ReadDeviceData |
|
31 |
|
32 SOURCEPATH ../src/serverexe |
|
33 |
|
34 SOURCE featmgrpluginhandler.cpp |
|
35 SOURCE featmgrsession.cpp |
|
36 SOURCE featmgrserver.cpp |
|
37 SOURCE featmgrtimer.cpp |
|
38 SOURCE featmgrfeatureregistry.cpp |
|
39 SOURCE featmgrfeatureentry.cpp |
|
40 SOURCE featmgrpatchdata.cpp |
|
41 SOURCE burstate.cpp |
|
42 SOURCE swilistener.cpp |
|
43 |
|
44 SOURCEPATH ../src/shared |
|
45 SOURCE featurecmn.cpp |
|
46 |
|
47 USERINCLUDE ../src/inc |
|
48 USERINCLUDE ../inc |
|
49 USERINCLUDE ../src/serverexe |
|
50 |
|
51 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
52 |
|
53 LIBRARY efsrv.lib |
|
54 LIBRARY estor.lib |
|
55 LIBRARY euser.lib |
|
56 LIBRARY ecom.lib |
|
57 LIBRARY bafl.lib // required for MBackupOperationObserver |
|
58 |
|
59 SMPSAFE |