wim/SwimReader/group/SwimReader.mmp
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2003 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 "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:  Project build file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 // Uncomment MACRO and define below to enable trace logging
       
    21 //MACRO           __WIM_ENABLE_TRACES
       
    22 //#define         __WIM_ENABLE_TRACES
       
    23 
       
    24 TARGET          SwimReader.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000086e 0x101F79DF
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          SwimApduReqHeader.cpp
       
    33 SOURCE          SwimApduRespHeader.cpp
       
    34 SOURCE          SwimLauncher.cpp
       
    35 SOURCE          SwimReaderIF.cpp
       
    36 SOURCE          SwimEtelApdu.cpp
       
    37 SOURCE          SwimReader.cpp
       
    38 SOURCE          SwimSysAgentObserver.cpp
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../inc
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         etel.lib etelmm.lib // Etel
       
    47 LIBRARY         customapi.lib       // CustomAPI
       
    48 
       
    49 DEBUGLIBRARY    flogger.lib
       
    50 
       
    51 SMPSAFE
       
    52