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 // |
|
15 |
|
16 /** |
|
17 @file ipeventnotifier.mmp |
|
18 */ |
|
19 |
|
20 VENDORID 0x70000001 |
|
21 |
|
22 |
|
23 |
|
24 TARGET ramod3.prt |
|
25 TARGETTYPE dll |
|
26 |
|
27 UID 0x10003D38 0x102045C0 |
|
28 |
|
29 SOURCEPATH ./ |
|
30 MACRO RAMOD3 |
|
31 |
|
32 SOURCE ramodfamily.cpp |
|
33 SOURCE ramod.cpp |
|
34 SOURCE HookLog.cpp |
|
35 |
|
36 USERINCLUDE ./ |
|
37 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
38 SYSTEMINCLUDE /epoc32/include |
|
39 SYSTEMINCLUDE /epoc32/include/networking |
|
40 SYSTEMINCLUDE /epoc32/include/comms-infras |
|
41 #else |
|
42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
43 SYSTEMINCLUDE /epoc32/include/platform/networking |
|
44 SYSTEMINCLUDE /epoc32/include/platform/comms-infras |
|
45 #endif |
|
46 |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY inhook6.lib |
|
50 LIBRARY esocksvr.lib |
|
51 LIBRARY netmeta.lib |
|
52 LIBRARY insock.lib |
|
53 LIBRARY nodemessages.lib |
|
54 |
|
55 #include <comms-infras/commsdebugutility.mmh> |
|
56 |
|
57 |
|
58 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
59 |
|
60 |
|
61 |
|
62 |
|
63 UNPAGED |
|
64 |
|
65 SMPSAFE |