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 // irlan.drv User side IrLAN protocol driver |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 TARGET irlan.drv |
|
24 TARGETTYPE DLL |
|
25 UID 0x1000053f 0x10009b70 |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 SOURCEPATH ../IRLAN |
|
29 SOURCE INTSOCK.CPP |
|
30 SOURCE IRFRAME.CPP |
|
31 SOURCE IRLANBUF.CPP |
|
32 SOURCE IRLANCTL.CPP |
|
33 SOURCE IRLANDAT.CPP |
|
34 SOURCE IRLANDLL.CPP |
|
35 SOURCE IRLANIO.CPP |
|
36 SOURCE IRLANUTL.CPP |
|
37 SOURCE PRINT.CPP |
|
38 SOURCE irlantimer.cpp |
|
39 |
|
40 USERINCLUDE ../IRLAN |
|
41 USERINCLUDE ../INC |
|
42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
43 |
|
44 LIBRARY euser.lib esock.lib esocksvr.lib ethint.lib irda.lib mbufmgr.lib |
|
45 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY |
|
46 LIBRARY nodemessages.lib |
|
47 #endif |
|
48 |
|
49 START WINS |
|
50 BASEADDRESS 0x7ff50000 |
|
51 END |
|
52 |
|
53 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
54 |
|
55 UNPAGED |
|
56 |
|
57 SMPSAFE |