equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 // testhook.mmp - plugin to test session ID |
|
15 // |
|
16 // |
|
17 |
|
18 MACRO EPOC_SDK=0x08000000 |
|
19 VENDORID 0x70000001 |
|
20 |
|
21 TARGET testhook.prt |
|
22 TARGETTYPE dll |
|
23 |
|
24 UID 0x10003D38 0x10000942 |
|
25 |
|
26 SOURCEPATH ../testhook |
|
27 |
|
28 SOURCE testhook.cpp |
|
29 |
|
30 USERINCLUDE ../testhook |
|
31 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
32 SYSTEMINCLUDE /epoc32/include |
|
33 #else |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 SYSTEMINCLUDE /epoc32/include/ecom |
|
36 SYSTEMINCLUDE /epoc32/include/platform/ecom |
|
37 SYSTEMINCLUDE /epoc32/include/platform |
|
38 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
39 SYSTEMINCLUDE /epoc32/include/mw |
|
40 #endif |
|
41 |
|
42 LIBRARY euser.lib esocksvr.lib |
|
43 |
|
44 #ifdef EKA2 |
|
45 CAPABILITY ALL -Tcb |
|
46 #endif |
|
47 |
|
48 SMPSAFE |