idlehomescreen/hscontentcontrol/group/hscontentcontrol.mmp
changeset 0 f72a12da539e
child 1 5315654608de
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            hscontentcontrol.dll
       
    21 TARGETTYPE        dll
       
    22 
       
    23 CAPABILITY        CAP_GENERAL_DLL
       
    24 VENDORID          VID_DEFAULT
       
    25 
       
    26 USERINCLUDE       ../inc
       
    27 
       
    28 APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 SOURCEPATH        ../src
       
    31 
       
    32 SOURCE            hscontentcontrolfactory.cpp 
       
    33 SOURCE            hscontentcontrolui.cpp 
       
    34 
       
    35 //By default, the build tools look for the WINSCW def file in a BWINS directory
       
    36 //(at the same level as the directory containing the mmp file), 
       
    37 //the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. 
       
    38 //If def files are stored in these locations, the project files does not need to specify
       
    39 //the location of the def files explicitly. If you want to store the def files in some other 
       
    40 //location, you will need to specify in the project file where the .def files are using 
       
    41 //the deffile keyword.
       
    42 
       
    43 //The following commented out code shows how the build system uses the implicit
       
    44 // location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide
       
    45 // or run 'abld freeze' from the command-line
       
    46 //#if defined (WINS)
       
    47 //  DEFFILE ../bwins/hscontentcontrol.def
       
    48 //#elif defined (GCC32)
       
    49 //  DEFFILE ../bmarm/hscontentcontrol.def
       
    50 //#else 
       
    51 //  DEFFILE ../eabi/hscontentcontrol.def
       
    52 //#endif
       
    53 
       
    54 nostrictdef
       
    55 
       
    56 LIBRARY           euser.lib
       
    57 LIBRARY           estor.lib
       
    58 LIBRARY           ecom.lib
       
    59 LIBRARY           charconv.lib
       
    60 
       
    61 
       
    62 #ifdef ENABLE_ABIV2_MODE
       
    63 DEBUGGABLE
       
    64 #endif
       
    65