equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Sony Ericsson Mobile Communications AB |
|
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 * Sony Ericsson Mobile Communications AB - initial contribution. |
|
11 * Nokia Corporation - additional changes. |
|
12 * |
|
13 * Contributors: |
|
14 * |
|
15 * Description: |
|
16 * etel3rdparty.dll Telephony 3rd party API |
|
17 * Create a Static DLL |
|
18 * |
|
19 */ |
|
20 |
|
21 |
|
22 /** |
|
23 @file |
|
24 */ |
|
25 |
|
26 TARGET etel3rdparty.dll |
|
27 CAPABILITY All -Tcb |
|
28 TARGETTYPE DLL |
|
29 UID 0x1000008d 0x10004268 |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE Telephony.cpp |
|
34 SOURCE TelephonyFunctions.cpp |
|
35 SOURCE TelephonyFuncPhone.cpp |
|
36 SOURCE TelephonyFuncNetwork.cpp |
|
37 SOURCE TelephonyFuncSupplServices.cpp |
|
38 SOURCE TelephonyFuncLine.cpp |
|
39 SOURCE TelephonyFuncCall.cpp |
|
40 SOURCE TelephonyActCall.cpp |
|
41 SOURCE TelephonyActLine.cpp |
|
42 SOURCE TelephonyActPhone.cpp |
|
43 SOURCE TelephonyActNetwork.cpp |
|
44 SOURCE TelephonyActSupplServices.cpp |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 |
|
48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
49 |
|
50 LIBRARY c32root.lib |
|
51 LIBRARY euser.lib etel.lib c32.lib etelmm.lib |
|
52 |
|
53 LIBRARY commsdat.lib |
|
54 |
|
55 UNPAGED |
|
56 |
|
57 SMPSAFE |