| author | mikaruus |
| Tue, 19 Oct 2010 13:16:20 +0300 | |
| changeset 9 | 8486d82aef45 |
| parent 5 | 8ccc39f9d787 |
| permissions | -rw-r--r-- |
| 0 | 1 |
/* |
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
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 |
#include <platform_paths.hrh> |
|
22 |
||
23 |
TARGET p2papi.dll |
|
24 |
TARGETTYPE dll |
|
25 |
linkas p2papi.dll |
|
26 |
UID 0x10000079 0x2002432F |
|
27 |
VENDORID VID_DEFAULT |
|
28 |
CAPABILITY ALL |
|
29 |
FEATUREVARIANT |
|
30 |
||
|
5
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
31 |
SMPSAFE |
|
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
32 |
|
| 0 | 33 |
DEFFILE p2papi.def |
34 |
||
35 |
SOURCEPATH ../src |
|
36 |
SOURCE p2pif.cpp |
|
37 |
||
38 |
USERINCLUDE ../inc |
|
39 |
USERINCLUDE ../../p2prouter_dll/inc |
|
| 9 | 40 |
// OST Traces USERINCLUDE ../traces |
| 0 | 41 |
|
42 |
SYSTEMINCLUDE /epoc32/include |
|
43 |
NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE |
|
44 |
OS_LAYER_SYSTEMINCLUDE |
|
45 |
||
46 |
LIBRARY euser.lib |
|
47 |
||
48 |
START WINS |
|
49 |
win32_library kernel32.lib |
|
50 |
END |
|
51 |
||
52 |
// flag to enable normal trace inside component |
|
53 |
MACRO COMPONENT_TRACE_FLAG |
|
54 |
||
55 |