networkingtestandutils/networkingunittest/group/dummyetel.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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 // Dummy Version of ETEL for TS_PSDAGX and TS_CSDAGX unit tests
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET        dummyetel.dll
       
    19 TARGETTYPE    DLL
       
    20 UID           0x1000008D 0x10003D46
       
    21 VENDORID 0x70000001
       
    22 
       
    23 DEFFILE       dummyetel.def
       
    24 
       
    25 SOURCEPATH	../tdummyetel
       
    26 
       
    27 SOURCE        et_cli.cpp
       
    28 SOURCE        ET_PHONE.CPP
       
    29 //SOURCE        ET_MAN.CPP
       
    30 SOURCE        Et_svr.cpp
       
    31 SOURCE        ET_SES.CPP
       
    32 SOURCE        ET_SLOG.CPP
       
    33 SOURCE        ET_UTIL.CPP
       
    34 SOURCE	      ET_CORE.CPP
       
    35 
       
    36 
       
    37 // ETELPCKT source files
       
    38 SOURCE        etelpckt.cpp etelQoS.cpp
       
    39 SOURCE        pckt_hold.cpp
       
    40 
       
    41 // ETELMM source files
       
    42 SOURCE    mm_phone.cpp
       
    43 SOURCE	  mm_line.cpp
       
    44 SOURCE    mm_call.cpp
       
    45 SOURCE	  mm_messaging.cpp	
       
    46 SOURCE	  mm_hold.cpp
       
    47 SOURCE	  mm_store.cpp
       
    48 SOURCE	  mm_list.cpp
       
    49 SOURCE	  mm_retrieve.cpp
       
    50 SOURCE	  mm_conference.cpp
       
    51 SOURCE	  mm_pbutil.cpp
       
    52 
       
    53 
       
    54 USERINCLUDE   ../tdummyetel
       
    55 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    56 SYSTEMINCLUDE	/epoc32/include
       
    57 #else
       
    58 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    59 #endif
       
    60 LIBRARY       euser.lib c32.lib estor.lib
       
    61 DEBUGLIBRARY  comsdbgutil.lib
       
    62 START WINS
       
    63 	BASEADDRESS   0x47C00000
       
    64 END
       
    65 
       
    66 CAPABILITY ALL -Tcb
       
    67 
       
    68 UNPAGED
       
    69 
       
    70 SMPSAFE