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 // MMP for dummy TSY, used for testing the ETelMM API. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 TARGET dmm.tsy |
|
24 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
25 TARGETTYPE DLL |
|
26 TARGETPATH /system/libs |
|
27 UID 0x10003D3C 0x10003DDE |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 SOURCEPATH ../DTsy |
|
31 SOURCE mmtsyphone.cpp |
|
32 SOURCE mmtsyline.cpp |
|
33 SOURCE mmtsycall.cpp |
|
34 SOURCE mmtsymessaging.cpp |
|
35 SOURCE mmtsystore.cpp |
|
36 SOURCE coretsy.cpp |
|
37 SOURCE Dmmlog.cpp |
|
38 SOURCE mmtsyconference.cpp |
|
39 SOURCE MMTSYSMARTCARDEAP.cpp |
|
40 SOURCE MMTSYLocationServices.cpp |
|
41 |
|
42 USERINCLUDE ../DTsy |
|
43 USERINCLUDE ../INC |
|
44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
45 |
|
46 LIBRARY etel.lib euser.lib efsrv.lib etelmm.lib |
|
47 START WINS |
|
48 BASEADDRESS 0x47E00000 |
|
49 END |
|
50 |
|
51 UNPAGED |
|
52 SMPSAFE |