equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-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 // faxsvr.dll Fax server |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET faxsvr.dll |
|
23 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
24 TARGETTYPE dll |
|
25 UID 0x10004C89 0x10004C8A |
|
26 VENDORID 0x70000001 |
|
27 SOURCEPATH ../FAXSVR |
|
28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
29 USERINCLUDE ../FAXSVR |
|
30 USERINCLUDE ../Inc |
|
31 USERINCLUDE ../../../telephonyserver/etelserverandcore/INC |
|
32 |
|
33 SOURCE FAXSERV.CPP CFAXMDRV.CPP CFAXMODM.CPP |
|
34 SOURCE CFAX1.CPP CFAX2.CPP CFAX20.CPP |
|
35 |
|
36 LIBRARY euser.lib c32.lib efsrv.lib faxio.lib |
|
37 LIBRARY etel.lib |
|
38 DEBUGLIBRARY comsdbgutil.lib |
|
39 |
|
40 START wins |
|
41 BASEADDRESS 0x44a00000 |
|
42 END |
|
43 |
|
44 UNPAGED |