defaultapplicationsettings/services_db/group/services_db.mmp
changeset 0 254040eb3b7d
equal deleted inserted replaced
-1:000000000000 0:254040eb3b7d
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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 definition file for Services DB
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>  
       
    22 
       
    23 TARGET                  servicesdb.dll
       
    24 TARGETTYPE              DLL
       
    25 UID                     0x1000008d 0x10281B9F
       
    26 
       
    27 CAPABILITY              CAP_GENERAL_DLL DRM
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 // Define directories for the .def-files of WINSCW build.
       
    31 // IMPORTANT NOTICE:  The lines in the example that end with a backslash 
       
    32 // must have one space after the backslash.
       
    33 #if defined(ARMCC)
       
    34 deffile ../Eabi/ 
       
    35 #elif defined( WINSCW )
       
    36 deffile ../BWINS/ 
       
    37 #endif
       
    38 
       
    39 
       
    40 SOURCEPATH              ../src
       
    41 SOURCE                  services_db.cpp
       
    42 
       
    43 USERINCLUDE             ../inc
       
    44 
       
    45 // Default system include paths for middleware layer modules.
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 LIBRARY                 euser.lib
       
    49 LIBRARY                 commonengine.lib
       
    50 LIBRARY                 bafl.lib  //TResourceReader
       
    51 
       
    52 //EXPORTUNFROZEN