equal
deleted
inserted
replaced
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
23 #endif // __FEATMGR_TESTCFG__ |
23 #endif // __FEATMGR_TESTCFG__ |
24 |
24 |
25 TARGETTYPE dll |
25 TARGETTYPE dll |
26 VENDORID 0x70000001 |
26 VENDORID 0x70000001 |
27 CAPABILITY All -Tcb |
27 CAPABILITY All -Tcb |
|
28 |
|
29 //CodeWarrior compilation options - disable the "illegal pragma" warning |
|
30 OPTION CW -w noillpragmas |
28 |
31 |
29 SOURCEPATH ../src/clientdll |
32 SOURCEPATH ../src/clientdll |
30 SOURCE featmgrclient.cpp |
33 SOURCE featmgrclient.cpp |
31 SOURCE featmgr.cpp |
34 SOURCE featmgr.cpp |
32 SOURCE featurecontrol.cpp |
35 SOURCE featurecontrol.cpp |