widgets/widgetstartup/Group/WidgetStartup.mmp
changeset 0 dd21522fd290
child 36 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		    WidgetStartup.exe
       
    26 TARGETTYPE	    exe
       
    27 UID	            0x100039ce 0x200100B6
       
    28 
       
    29 CAPABILITY 	CAP_APPLICATION
       
    30 VENDORID        VID_DEFAULT
       
    31                
       
    32 SOURCEPATH	    ../Src
       
    33 SOURCE          WidgetStartupDocument.cpp
       
    34 SOURCE          WidgetStartupApp.cpp
       
    35 SOURCE		WidgetStartup.cpp
       
    36 
       
    37 SOURCEPATH ../data
       
    38 START RESOURCE ../Data/WidgetStartup_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 apgrfx.lib
       
    51 LIBRARY cone.lib 
       
    52 LIBRARY avkon.lib
       
    53 LIBRARY eikcore.lib
       
    54 LIBRARY eiksrv.lib
       
    55 
       
    56 
       
    57 // End of File
       
    58 
       
    59