adaptationlayer/tsy/licenseetsy_dll/group/licenseetsy_dll.mmp
changeset 0 63b37f68c1ce
child 9 8486d82aef45
equal deleted inserted replaced
-1:000000000000 0:63b37f68c1ce
       
     1 /*
       
     2 * Copyright (c) 2007-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 the License "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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <non_foundation_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET        licenseetsy.DLL
       
    24 TARGETTYPE    DLL
       
    25 UID           0x1000008D 0x2000BEE4
       
    26 FEATUREVARIANT
       
    27 
       
    28 // inhibit generation of licenseetsy.lib
       
    29 NOEXPORTLIBRARY
       
    30 
       
    31 VENDORID VID_DEFAULT
       
    32 
       
    33 // ######### Source files #########
       
    34 SOURCEPATH    ../src
       
    35 
       
    36 // LicenseeTSY Plug-in API
       
    37 SOURCE        licenseetsy.cpp
       
    38 
       
    39 
       
    40 // ######### Include files #########
       
    41 CAPABILITY CAP_GENERAL_DLL
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../traces
       
    44 // Temporarily removed for Bridge camp!
       
    45 //USERINCLUDE     ../../simatktsy_dll/inc
       
    46 USERINCLUDE     ../../nokiatsy_dll/inc
       
    47 
       
    48 // Dependencies from other components
       
    49 OS_LAYER_SYSTEMINCLUDE
       
    50 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 // ######### Library files #########
       
    53 
       
    54 // Symbian
       
    55 LIBRARY       euser.lib    // EPOC basics
       
    56 LIBRARY       flogger.lib  // Logging
       
    57 
       
    58 // Telephonyadaptation
       
    59 // Temporarily removed for Bridge camp!
       
    60 // LIBRARY       simatktsy.lib
       
    61 LIBRARY       nokiatsy.lib
       
    62 
       
    63 #if defined(WINSCW)
       
    64 DEFFILE       ../bwinscw/licenseetsy.def
       
    65 #elif defined(WINS)
       
    66 DEFFILE       ../bwins/licenseetsy.def
       
    67 #else
       
    68 DEFFILE       licenseetsy.def
       
    69 #endif