equal
deleted
inserted
replaced
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2004-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". |
24 UID 0 0x102032AC // Allocated UID - KUidDbSpConv = 0x102032AC |
24 UID 0 0x102032AC // Allocated UID - KUidDbSpConv = 0x102032AC |
25 VENDORID 0x70000001 |
25 VENDORID 0x70000001 |
26 |
26 |
27 SMPSAFE |
27 SMPSAFE |
28 |
28 |
|
29 //CodeWarrior compilation options - disable the "illegal pragma" warning |
|
30 OPTION CW -w noillpragmas |
|
31 |
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
30 USERINCLUDE ../inc |
33 USERINCLUDE ../inc |
31 USERINCLUDE ../security |
34 USERINCLUDE ../security |
32 |
35 |
33 SOURCEPATH ../SPConv |
36 SOURCEPATH ../SPConv |