smsprotocols/smsstack/smsu/group/smsu.mmp
changeset 0 3553901f7fa8
child 19 630d2f34d719
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 // Top-level project file for SMSU.DLL
       
    15 // smsu.dll Generic SMS utilities for GSM
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 TARGET        smsu.dll
       
    24 CAPABILITY All -Tcb
       
    25 TARGETTYPE    dll
       
    26 UID           0x1000008d 0x1000089c
       
    27 VENDORID 0x70000001
       
    28 
       
    29 SOURCEPATH	../group
       
    30 start resource smsu.rss
       
    31 targetpath	private/101f7989/sms
       
    32 header
       
    33 lang		sc
       
    34 end
       
    35 
       
    36 SOURCEPATH    ../src
       
    37 SOURCE        smsumain.cpp
       
    38 SOURCE        SmsuAddr.cpp
       
    39 SOURCE        smsustrm.cpp
       
    40 SOURCE        smsuset.cpp
       
    41 SOURCE        smsulog.cpp
       
    42 SOURCE			smsuact.cpp
       
    43 SOURCE		smsutimer.cpp
       
    44 SOURCE		smsubackup.cpp
       
    45 
       
    46 USERINCLUDE   ../inc
       
    47 USERINCLUDE   ../../common/inc
       
    48 USERINCLUDE   ../../gsmu/inc
       
    49 
       
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 LIBRARY       euser.lib estor.lib esock.lib gsmu.lib logwrap.lib bafl.lib
       
    52 DEBUGLIBRARY  comsdbgutil.lib
       
    53 
       
    54 //#if defined(WINS)
       
    55 // libraries needed by CCover
       
    56 //LIBRARY       covrt.obj covrt-nt-entryuser.obj covrt-nt-link.obj
       
    57 //LIBRARY       kernel32.lib user32.lib // Windoz stuff
       
    58 //#endif
       
    59 
       
    60 START WINS
       
    61 	BASEADDRESS 0x7D080000
       
    62 END
       
    63 
       
    64 
       
    65 SMPSAFE