idlehomescreen/sapiwrapper/hspswrapper/group/hspswrapper.mmp
changeset 0 f72a12da539e
child 16 9674c1a575e9
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 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 "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 file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19  
       
    20 TARGET		    hspswrapper.dll
       
    21 TARGETTYPE	    dll
       
    22 UID                 0x1000008d
       
    23 
       
    24 CAPABILITY      ALL -TCB 
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 USERINCLUDE	    ../inc
       
    28 
       
    29 APP_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 SOURCEPATH	    ../src
       
    32 
       
    33 SOURCE		    hspswrapper.cpp
       
    34 SOURCE		    hspswrapperdllmain.cpp 
       
    35 SOURCE          hspsconfiguration.cpp 
       
    36 SOURCE          itemmap.cpp 
       
    37 SOURCE          objectmap.cpp 
       
    38 SOURCE          plugininfo.cpp 
       
    39 SOURCE          pluginmap.cpp 
       
    40 SOURCE          propertymap.cpp
       
    41 
       
    42 //By default, the build tools look for the WINSCW def file in a BWINS directory
       
    43 //(at the same level as the directory containing the mmp file), 
       
    44 //the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. 
       
    45 //If def files are stored in these locations, the project files does not need to specify
       
    46 //the location of the def files explicitly. If you want to store the def files in some other 
       
    47 //location, you will need to specify in the project file where the .def files are using 
       
    48 //the deffile keyword.
       
    49 
       
    50 //The following commented out code shows how the build system uses the implicit
       
    51 // location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide
       
    52 // or run 'abld freeze' from the command-line
       
    53 //#if defined (WINS)
       
    54 //  DEFFILE ../bwins/hspswrapper.def
       
    55 //#elif defined (GCC32)
       
    56 //  DEFFILE ../bmarm/hspswrapper.def
       
    57 //#else 
       
    58 //  DEFFILE ../eabi/hspswrapper.def
       
    59 //#endif
       
    60 
       
    61 nostrictdef
       
    62 
       
    63 LIBRARY		 euser.lib
       
    64 LIBRARY      liwServiceHandler.lib
       
    65 #ifdef ENABLE_ABIV2_MODE
       
    66 DEBUGGABLE
       
    67 #endif
       
    68