upnpharvester/common/cmsettings/group/cmsettingsengine.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     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 definition file for project CM Settings Engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include <platform_paths.hrh>
       
    24 #include <data_caging_paths.hrh>
       
    25 
       
    26 TARGET                  cmsettingsengine.dll
       
    27 TARGETTYPE              DLL
       
    28 UID                     0x1000008D 0x10281FAB
       
    29 
       
    30 VENDORID                VID_DEFAULT
       
    31 
       
    32 CAPABILITY CAP_GENERAL_DLL
       
    33 
       
    34 SOURCEPATH              ../src
       
    35 SOURCE                  cmsettingsfactory.cpp
       
    36 SOURCE                  cmsettingsengine.cpp
       
    37 
       
    38 
       
    39 USERINCLUDE             ../inc
       
    40 USERINCLUDE             ../../../../inc
       
    41 USERINCLUDE             ../../../../group
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY                 euser.lib
       
    46 LIBRARY                 efsrv.lib
       
    47 LIBRARY                 bafl.lib
       
    48 LIBRARY                 centralrepository.lib
       
    49 LIBRARY                 upnpserviceframework.lib
       
    50 LIBRARY                 cmcommon.lib
       
    51 LIBRARY                 PlatformEnv.lib
       
    52 LIBRARY                 upnpsettingsengine.lib
       
    53 
       
    54 DEBUGLIBRARY            flogger.lib
       
    55