webengine/widgetregistry/tsrc/public/basic/group/WidgetRegistrySTIF.mmp
branchRCL_3
changeset 48 79859ed3eea9
parent 40 8bfb9186a8b8
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
     1 /*
     1 /*
     2 * ==============================================================================
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     3 *  Name        : WidgetRegistrySTIF.mmp
     3 * All rights reserved.
     4 *  Part of     : WidgetRegistrySTIF
     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".
     5 *
     8 *
     6 *  Description : STIF for WidgetRegistry
     9 * Initial Contributors:
     7 *  Version:   1.0
    10 * Nokia Corporation - initial contribution.
     8 *
    11 *
     9 *  Copyright (C) 2007 Nokia Corporation.
    12 * Contributors:
    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.
       
    18 *
    13 *
    19 * ============================================================================
    14 * Description:  STIF for WidgetRegistry
       
    15 *
    20 */
    16 */
       
    17 
    21 
    18 
    22 TARGET          WidgetRegistrySTIF.dll
    19 TARGET          WidgetRegistrySTIF.dll
    23 TARGETTYPE      dll
    20 TARGETTYPE      dll
    24 UID             0x1000008D 0x101FB3E7
    21 UID             0x1000008D 0x101FB3E7
    25 
    22 
    26  
       
    27 #if defined(EKA2)
    23 #if defined(EKA2)
    28 CAPABILITY      ALL -TCB
    24 CAPABILITY      ALL -TCB
    29 //VENDORID        VID_DEFAULT
    25 //VENDORID        VID_DEFAULT
    30 //VENDORID        0
    26 VENDORID        0
    31 #endif
    27 #endif
    32 
    28 
    33 DEFFILE         WidgetRegistrySTIF.def
    29 DEFFILE         WidgetRegistrySTIF.def
    34 
       
    35 
    30 
    36 SOURCEPATH      ../src
    31 SOURCEPATH      ../src
    37 SOURCE          WidgetRegistrySTIF.cpp
    32 SOURCE          WidgetRegistrySTIF.cpp
    38 
    33 
    39 USERINCLUDE     ../inc
    34 USERINCLUDE     ../inc
    40 
    35 
    41 SYSTEMINCLUDE   /epoc32/include
    36 MW_LAYER_SYSTEMINCLUDE
    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 
       
    50 
    37 
    51 LIBRARY         euser.lib efsrv.lib favouritesengine.lib estor.lib
    38 LIBRARY         euser.lib efsrv.lib favouritesengine.lib estor.lib
    52 LIBRARY         stiftestinterface.lib
    39 LIBRARY         stiftestinterface.lib
    53 LIBRARY         WidgetRegistryClient.lib
    40 LIBRARY         WidgetRegistryClient.lib
    54 
    41