Update contrib.
1 // Copyright (c) 2007-2010 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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifdef __FEATMGR_TESTCFG__
17 TARGET test_featmgrserver.exe
18 CAPABILITY AllFiles ProtServ ReadDeviceData
20 TARGET featmgrserver.exe
21 CAPABILITY ProtServ ReadDeviceData
22 #endif // __FEATMGR_TESTCFG__
24 // Since this is an exe with no alternate implementations,
25 // just use same UID for both UID2 and UID3
26 UID 0x10205054 0x10205054
32 //CodeWarrior compilation options - disable the "illegal pragma" warning
33 OPTION CW -w noillpragmas
35 SOURCEPATH ../src/serverexe
37 SOURCE featmgrpluginhandler.cpp
38 SOURCE featmgrsession.cpp
39 SOURCE featmgrserver.cpp
40 SOURCE featmgrtimer.cpp
41 SOURCE featmgrfeatureregistry.cpp
42 SOURCE featmgrfeatureentry.cpp
43 SOURCE featmgrpatchdata.cpp
45 SOURCE swilistener.cpp
46 SOURCE featmgrstartup.cpp
48 SOURCEPATH ../src/shared
51 USERINCLUDE ../src/inc
53 USERINCLUDE ../src/serverexe
55 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
61 LIBRARY bafl.lib // required for MBackupOperationObserver