telephonyserverplugins/licenseetsystub/simatk_tsy_stub/group/simatktsylib.mmp
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
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 #if defined(WINS) || defined(WINSCW)
       
    15 TARGET          SIMATKTSY.DLL
       
    16 #else 
       
    17 TARGET          SIMATKTSY_STUB.dll
       
    18 #endif
       
    19 TARGETTYPE      IMPLIB
       
    20 UID             0x1000008D 0x1000A853
       
    21 
       
    22 CAPABILITY all -tcb
       
    23 
       
    24 EXPORTLIBRARY simatktsy.lib
       
    25 
       
    26 LINKAS          SIMATKTSY.dll
       
    27 
       
    28 START WINS      
       
    29 BASEADDRESS     0x65000000
       
    30 END
       
    31 
       
    32 UNPAGED
       
    33