webengine/widgetregistry/group/WidgetRegistryServer.mmp
changeset 0 dd21522fd290
child 27 60c5402cb945
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 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 the License "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 *    mmp file for WidgetRegistry exe
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 TARGET          WidgetRegistry.exe
       
    22 TARGETTYPE      EXE
       
    23 UID             0x1000008d 0x10282F06
       
    24 
       
    25 EPOCSTACKSIZE   0x5000
       
    26 EPOCHEAPSIZE    0x5000 0x1000000
       
    27 
       
    28 #include <bldvariant.hrh>
       
    29 #include <data_caging_paths.hrh>
       
    30 #include <platform_paths.hrh>
       
    31 #include <platform/mw/Browser_platform_variant.hrh>
       
    32 
       
    33 VENDORID        VID_DEFAULT
       
    34 CAPABILITY      CAP_SERVER AllFiles
       
    35 
       
    36 SOURCEPATH ../Server/src
       
    37 
       
    38 SOURCE WidgetEntry.cpp
       
    39 SOURCE WidgetRegistryXml.cpp
       
    40 SOURCE WidgetRegistry.cpp
       
    41 SOURCE WidgetRegistrySession.cpp
       
    42 SOURCE WidgetRegistryServer.cpp
       
    43 SOURCE UidAllocator.cpp
       
    44 SOURCE WidgetMMCHandler.cpp
       
    45 
       
    46 USERINCLUDE       ../Server/inc
       
    47 USERINCLUDE       ../Common/inc
       
    48 USERINCLUDE       ../../../inc
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 MW_LAYER_LIBC_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         efsrv.lib
       
    54 LIBRARY         estor.lib
       
    55 LIBRARY         estlib.lib
       
    56 LIBRARY         apgrfx.lib
       
    57 LIBRARY         ws32.lib
       
    58 LIBRARY         apparc.lib
       
    59 LIBRARY         bafl.lib
       
    60 LIBRARY         XmlEngineUtils.lib
       
    61 LIBRARY         XMLEngine.lib
       
    62 LIBRARY         XmlEngineDOM.lib
       
    63 LIBRARY         charconv.lib
       
    64 LIBRARY         widgetinstaller.lib
       
    65 
       
    66 #ifdef BRDO_WRT_SECURITY_MGR_FF
       
    67 LIBRARY         RTSecMgrClient.lib  
       
    68 LIBRARY         RTSecMgrUtil.lib 
       
    69 #endif
       
    70 DEBUGLIBRARY    flogger.lib
       
    71 
       
    72 // End of file