telephonyserver/etelmultimode/group/etelmm.mmp
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     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 // etelmm.dll Telephony multimode API 
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET        etelmm.dll
       
    23 CAPABILITY    All -Tcb
       
    24 TARGETTYPE    DLL
       
    25 UID           0x1000008D 0x100064DD
       
    26 VENDORID      0x70000001
       
    27 
       
    28 SOURCEPATH	  ../CETEL
       
    29 SOURCE    mm_phone.cpp
       
    30 SOURCE	  mm_line.cpp
       
    31 SOURCE    mm_call.cpp
       
    32 SOURCE	  mm_messaging.cpp	
       
    33 SOURCE	  mm_hold.cpp
       
    34 SOURCE	  mm_store.cpp
       
    35 SOURCE	  mm_list.cpp
       
    36 SOURCE	  mm_retrieve.cpp
       
    37 SOURCE	  mm_conference.cpp
       
    38 SOURCE	  mm_pbutil.cpp
       
    39 SOURCE	  mm_scappeap.cpp
       
    40 SOURCE	  mm_lcs.cpp
       
    41 USERINCLUDE   ../INC
       
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43 LIBRARY       euser.lib etel.lib estor.lib
       
    44 START WINS
       
    45 	BASEADDRESS   0x7D430000
       
    46 END
       
    47 
       
    48 UNPAGED
       
    49 
       
    50 
       
    51 SMPSAFE