telephonyserverplugins/licenseetsystub/licensee_tsy_stub/group/licenseetsy.mmp
changeset 0 3553901f7fa8
child 19 630d2f34d719
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          LICENSEETSY.DLL
       
    18 #else
       
    19 TARGET          LICENSEETSY_STUB.DLL
       
    20 #endif
       
    21 TARGETTYPE      DLL
       
    22 UID             0x10003D3C 0x2000BEE4
       
    23 
       
    24 NOEXPORTLIBRARY
       
    25 
       
    26 CAPABILITY      all -tcb
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 
       
    30 SOURCE          CMmMessageRouter.CPP
       
    31 SOURCE          CmmCustomStubExt.cpp
       
    32 SOURCE          CMmMockMessHandler.cpp
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../simatk_tsy_stub/inc
       
    36 
       
    37 
       
    38 LIBRARY         euser.lib    
       
    39 LIBRARY         flogger.lib     // logging
       
    40 LIBRARY         commontsy.lib   // CommonTSY
       
    41 LIBRARY         etelmm.lib   // Etelmm
       
    42 LIBRARY         simatktsy.lib   // Sim Atk TSY
       
    43 
       
    44 LINKAS          licenseetsy.dll
       
    45 
       
    46 START WINS
       
    47     BASEADDRESS     0x60000000
       
    48 END
       
    49 
       
    50 UNPAGED
       
    51 
       
    52 //  End of file
       
    53