telephonyserverplugins/licenseetsystub/simatk_tsy_stub/group/simatktsy.mmp
changeset 0 3553901f7fa8
child 18 17af172ffa5f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2002-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 
       
    14 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    15 
       
    16 #if defined(WINS) || defined(WINSCW)
       
    17 TARGET          SIMATKTSY.DLL
       
    18 #else 
       
    19 TARGET          SIMATKTSY_STUB.dll
       
    20 #endif
       
    21 
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x1000A853
       
    24 
       
    25 CAPABILITY all -tcb
       
    26 
       
    27 
       
    28 NOEXPORTLIBRARY
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          SatMessaging.cpp
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../licensee_tsy_stub/inc
       
    35 
       
    36 
       
    37 LIBRARY         ETel.lib             // Etel server and core API
       
    38 LIBRARY         euser.lib            // E32 user library
       
    39 
       
    40 LINKAS          SIMATKTSY.dll
       
    41 
       
    42 
       
    43 START WINS      
       
    44 BASEADDRESS     0x65000000
       
    45 END
       
    46 
       
    47 UNPAGED
       
    48