equal
deleted
inserted
replaced
|
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 "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 TARGET treng.dll |
|
18 TARGETTYPE DLL |
|
19 UID 0x1000008d 0x10003d3b |
|
20 VENDORID 0x70000001 |
|
21 |
|
22 SOURCEPATH ../TRENG |
|
23 SOURCE TRENG.CPP |
|
24 |
|
25 DEFFILE TRENG.DEF |
|
26 |
|
27 SYSTEMINCLUDE ../INC |
|
28 |
|
29 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
30 SYSTEMINCLUDE /epoc32/include |
|
31 #else |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 #endif |
|
34 |
|
35 LIBRARY euser.lib esock.lib insock.lib inhook6.lib commdb.lib |
|
36 |
|
37 // Capabilities to match inhook6.dll |
|
38 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
39 |
|
40 SMPSAFE |