webengine/widgetregistry/Rom/WidgetRegistry.iby
changeset 0 dd21522fd290
child 36 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Holds metadata, one version per widget.
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef __WIDGETREGISTRY_IBY__
       
    20 #define __WIDGETREGISTRY_IBY__
       
    21 
       
    22 #include <platform/mw/Browser_platform_variant.hrh>
       
    23 
       
    24 // app exe
       
    25 S60_APP_EXE(WidgetRegistry)
       
    26 
       
    27 // bitmaps
       
    28 
       
    29 // DLLs
       
    30 file=ABI_DIR\BUILD_DIR\WidgetRegistryClient.dll    SHARED_LIB_DIR\WidgetRegistryClient.dll
       
    31 
       
    32 // data
       
    33 data=ZPRIVATE\10282f06\Widget_lproj.xml    private\10282f06\Widget_lproj.xml
       
    34 #ifdef BRDO_WRT_SECURITY_MGR_FF
       
    35 data=ZPRIVATE\10282f06\WidgetAccessPolicy.xml    private\10282f06\WidgetAccessPolicy.xml
       
    36 #endif
       
    37 
       
    38 #endif