localconnectivityservice/dun/utils/group/dunutils.mmp
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     1 /*
       
     2 * Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies).
       
     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 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project definition file for project DUN utilities
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Define the following flag to enable network side logging.
       
    20 // This makes it possible to test AT commands with idle Telephony/RComm.
       
    21 // Note that because RComm is a stub the only way to test the connection
       
    22 // is via RSocket (Bluetooth).
       
    23 
       
    24 #undef ENABLE_NETWORK_STUBS
       
    25 
       
    26 #include <data_caging_paths.hrh>
       
    27 #include <platform_paths.hrh>
       
    28 
       
    29 #ifdef ENABLE_NETWORK_STUBS
       
    30 MACRO PRJ_USE_NETWORK_STUBS
       
    31 #define PRJ_USE_NETWORK_STUBS
       
    32 #endif  // ENABLE_NETWORK_STUBS
       
    33 
       
    34 TARGET                  dunutils.dll
       
    35 TARGETTYPE              DLL
       
    36 UID                     0x1000008d 0x101F6E2A
       
    37 
       
    38 CAPABILITY              CAP_GENERAL_DLL
       
    39 VENDORID                VID_DEFAULT
       
    40 
       
    41 SOURCEPATH              ../src
       
    42 SOURCE                  DunStream.cpp
       
    43 SOURCE                  DunUpstream.cpp
       
    44 SOURCE                  DunDownstream.cpp
       
    45 SOURCE                  DunSignalCopy.cpp
       
    46 SOURCE                  DunSignalNotify.cpp
       
    47 SOURCE                  DunSignalWaiter.cpp
       
    48 SOURCE                  DunDataWaiter.cpp
       
    49 SOURCE                  DunNetDataport.cpp
       
    50 SOURCE                  DunTransUtils.cpp
       
    51 SOURCE                  DunTransporter.cpp
       
    52 SOURCE                  DunChanMan.cpp
       
    53 SOURCE                  DunDataPusher.cpp
       
    54 SOURCE                  DunNoteHandler.cpp
       
    55 SOURCE                  DunUtils.cpp
       
    56 
       
    57 START RESOURCE          ../data/dunutils.rss
       
    58 TARGETPATH              RESOURCE_FILES_DIR
       
    59 HEADER
       
    60 LANGUAGE_IDS
       
    61 END // RESOURCE
       
    62 
       
    63 USERINCLUDE             ../inc ../../atext/inc
       
    64 
       
    65 MW_LAYER_SYSTEMINCLUDE
       
    66 
       
    67 // Note:
       
    68 // The only other SYSTEMINCLUDE should you shall add are Symbian specific ones.
       
    69 // If there is a S60 header in the subdirectory then that should be
       
    70 // added into the include statements (like #include <phonebook/header.h>)
       
    71 //SYSTEMINCLUDE           /epoc32/include/ecom
       
    72 SYSTEMINCLUDE           ../../../inc
       
    73 
       
    74 LIBRARY                 aknnotify.lib
       
    75 LIBRARY                 bafl.lib
       
    76 #ifdef PRJ_USE_NETWORK_STUBS
       
    77 LIBRARY                 c32comm_stub.lib
       
    78 LIBRARY                 etelmm_stub.lib
       
    79 #else
       
    80 LIBRARY                 c32.lib
       
    81 LIBRARY                 etel.lib
       
    82 LIBRARY                 etelmm.lib
       
    83 #endif
       
    84 LIBRARY                 esock.lib
       
    85 LIBRARY                 dunatext.lib
       
    86 LIBRARY                 efsrv.lib
       
    87 LIBRARY                 euser.lib
       
    88 DEBUGLIBRARY            flogger.lib