author | mikaruus |
Tue, 19 Oct 2010 13:16:20 +0300 | |
changeset 9 | 8486d82aef45 |
parent 8 | 6295dc2169f3 |
permissions | -rw-r--r-- |
0 | 1 |
/* |
9 | 2 |
* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 3 |
* All rights reserved. |
4 |
* This component and the accompanying materials are made available |
|
5 |
* under the terms of the License "Eclipse Public License v1.0" |
|
6 |
* which accompanies this distribution, and is available |
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 |
* |
|
9 |
* Initial Contributors: |
|
10 |
* Nokia Corporation - initial contribution. |
|
11 |
* |
|
12 |
* Contributors: |
|
13 |
* |
|
14 |
* Description: |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
||
20 |
#include <non_foundation_paths.hrh> |
|
21 |
||
22 |
PRJ_PLATFORMS |
|
8
6295dc2169f3
New release based on our 2010wk15 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
23 |
BASEDEFAULT |
0 | 24 |
|
25 |
||
26 |
PRJ_EXPORTS |
|
27 |
//NCP_COMMON_S60_VERSION_SUPPORT flag. |
|
28 |
#if defined(NCP_COMMON_S60_VERSION_SUPPORT) && (NCP_COMMON_S60_VERSION_SUPPORT==S60_VERSION_32) |
|
29 |
../nokiatsy_dll/inc/cmmmessagerouter.h /epoc32/include/cmmmessagerouter.h |
|
9 | 30 |
../simatktsy_dll/inc/csatmessaging.h /epoc32/include/satmessaging.h |
0 | 31 |
#endif // NCP_COMMON_S60_VERSION_SUPPORT |
32 |
||
33 |
../rom/tsy.iby NON_FOUNDATION_CORE_ADAPT_LAYER_IBY_EXPORT_PATH(tsy.iby) |
|
34 |
||
35 |
||
36 |
||
37 |
PRJ_MMPFILES |
|
38 |
../nokiatsy_dll/group/nokiatsy_dll.mmp |
|
39 |
../nokiatsy_dll/group/nokiatsylib.mmp |
|
40 |
../customapiext_dll/group/customapiext_dll.mmp |
|
9 | 41 |
../simatktsy_dll/group/simatktsy.mmp |
42 |
../simatktsy_dll/group/simatktsylib.mmp |
|
0 | 43 |
|
44 |
//NCP_COMMON_S60_VERSION_SUPPORT flag. |
|
45 |
#if defined(NCP_COMMON_S60_VERSION_SUPPORT ) && (NCP_COMMON_S60_VERSION_SUPPORT>S60_VERSION_32) |
|
46 |
../licenseetsy_dll/group/licenseetsy_dll.mmp |
|
47 |
#endif // NCP_COMMON_S60_VERSION_SUPPORT |
|
48 |
||
49 |
||
50 |
||
51 |
||
52 |
// End of File |
|
53 |