sysstatemgmt/sysuiprovider/group/sysuiprovider.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 * Project definition file for the SysUiProvider project.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 // Library must be named like this, because sysstatemgr loads with this 
       
    23 // name if reference implementation ssmuiproviderdlldefault is not found.
       
    24 TARGET          ssmuiproviderdllcustomised.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x2000E665 // Has to be the same as in ssmuiproviderdlldefault.dll
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 
       
    33 SOURCE          ssmuispecific.cpp
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../inc
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 LIBRARY         efsrv.lib
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         platformenv.lib
       
    43 LIBRARY         ssmcmn.lib
       
    44 LIBRARY         ssmmapperutility.lib
       
    45 
       
    46 // Def file defines the API this DLL implements
       
    47 DEFFILE /epoc32/include/def/~/ssmuiproviderdll.def
       
    48 
       
    49 // >>> uncomment to enable function-level tracing
       
    50 // MACRO        __SSM_FUNC_TRACE__
       
    51 // <<< uncomment to enable function-level tracing
       
    52 
       
    53 // >>> uncomment to direct trace output to file
       
    54 // MACRO        __SSM_TRACE_INTO_FILE__
       
    55 // LIBRARY      flogger.lib
       
    56 // <<< uncomment to direct trace output to file
       
    57 
       
    58 SMPSAFE