widgets/widgetpreinstaller/Group/WidgetPreInstaller.mmp
changeset 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002-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:  Project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <bldvariant.hrh>
       
    20 #include <defaultcaps.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 #include <platform/mw/Browser_platform_variant.hrh>
       
    24 
       
    25 TARGET		    WidgetPreInstaller.exe
       
    26 TARGETTYPE	    exe
       
    27 UID	            0x100039ce 0x200100B7
       
    28 
       
    29 CAPABILITY 	CAP_APPLICATION AllFiles -Location
       
    30 VENDORID        VID_DEFAULT
       
    31                
       
    32 SOURCEPATH	    ../Src
       
    33 SOURCE          WidgetPreInstallerDocument.cpp
       
    34 SOURCE          WidgetPreInstallerApp.cpp
       
    35 SOURCE		    WidgetPreInstaller.cpp
       
    36 
       
    37 SOURCEPATH ../data
       
    38 START RESOURCE ../Data/WidgetPreInstaller_reg.rss
       
    39 // Do not change the UID below.
       
    40 TARGETPATH /private/10003a3f/apps
       
    41 END
       
    42 
       
    43 USERINCLUDE     ../Inc
       
    44 USERINCLUDE     ../../WidgetInstaller/inc
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 LIBRARY euser.lib 
       
    49 LIBRARY apparc.lib 
       
    50 LIBRARY cone.lib 
       
    51 LIBRARY eikcore.lib 
       
    52 LIBRARY avkon.lib 
       
    53 LIBRARY apmime.lib 
       
    54 LIBRARY ecom.lib
       
    55 LIBRARY efsrv.lib 
       
    56 LIBRARY centralrepository.lib
       
    57 
       
    58 LIBRARY         WidgetInstaller.lib
       
    59 // End of File
       
    60 
       
    61