webengine/widgetregistry/tsrc/public/basic/group/WidgetRegistrySTIF.mmp
branchRCL_3
changeset 40 8bfb9186a8b8
parent 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
38:4917f9bf7995 40:8bfb9186a8b8
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * ==============================================================================
     3 * All rights reserved.
     3 *  Name        : WidgetRegistrySTIF.mmp
     4 * This component and the accompanying materials are made available
     4 *  Part of     : WidgetRegistrySTIF
     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 *
     5 *
     9 * Initial Contributors:
     6 *  Description : STIF for WidgetRegistry
    10 * Nokia Corporation - initial contribution.
     7 *  Version:   1.0
    11 *
     8 *
    12 * Contributors:
     9 *  Copyright (C) 2007 Nokia Corporation.
       
    10 *  This material, including documentation and any related
       
    11 *  computer programs, is protected by copyright controlled by
       
    12 *  Nokia Corporation. All rights are reserved. Copying,
       
    13 *  including reproducing, storing,  adapting or translating, any
       
    14 *  or all of this material requires the prior written consent of
       
    15 *  Nokia Corporation. This material also contains confidential
       
    16 *  information which may not be disclosed to others without the
       
    17 *  prior written consent of Nokia Corporation.
    13 *
    18 *
    14 * Description:  STIF for WidgetRegistry
    19 * ============================================================================
    15 *
       
    16 */
    20 */
    17 
       
    18 
    21 
    19 TARGET          WidgetRegistrySTIF.dll
    22 TARGET          WidgetRegistrySTIF.dll
    20 TARGETTYPE      dll
    23 TARGETTYPE      dll
    21 UID             0x1000008D 0x101FB3E7
    24 UID             0x1000008D 0x101FB3E7
    22 
    25 
       
    26  
    23 #if defined(EKA2)
    27 #if defined(EKA2)
    24 CAPABILITY      ALL -TCB
    28 CAPABILITY      ALL -TCB
    25 //VENDORID        VID_DEFAULT
    29 //VENDORID        VID_DEFAULT
    26 VENDORID        0
    30 //VENDORID        0
    27 #endif
    31 #endif
    28 
    32 
    29 DEFFILE         WidgetRegistrySTIF.def
    33 DEFFILE         WidgetRegistrySTIF.def
       
    34 
    30 
    35 
    31 SOURCEPATH      ../src
    36 SOURCEPATH      ../src
    32 SOURCE          WidgetRegistrySTIF.cpp
    37 SOURCE          WidgetRegistrySTIF.cpp
    33 
    38 
    34 USERINCLUDE     ../inc
    39 USERINCLUDE     ../inc
    35 
    40 
    36 MW_LAYER_SYSTEMINCLUDE
    41 SYSTEMINCLUDE   /epoc32/include
       
    42 SYSTEMINCLUDE   /epoc32/include/internal
       
    43 SYSTEMINCLUDE   /epoc32/include/domain/osextensions
       
    44 SYSTEMINCLUDE   /epoc32/include/domain/middleware
       
    45 
       
    46 #include <domain\osextensions\data_caging_paths.hrh>
       
    47 #include <domain\osextensions\platform_paths.hrh>
       
    48 
       
    49 EPOCALLOWDLLDATA 
    37 
    50 
    38 LIBRARY         euser.lib efsrv.lib favouritesengine.lib estor.lib
    51 LIBRARY         euser.lib efsrv.lib favouritesengine.lib estor.lib
    39 LIBRARY         stiftestinterface.lib
    52 LIBRARY         stiftestinterface.lib
    40 LIBRARY         WidgetRegistryClient.lib
    53 LIBRARY         WidgetRegistryClient.lib
    41 
    54