extras/about/group/about.mmp
branchRCL_3
changeset 24 10c6e6d6e4d9
parent 0 3ee3dfdd8d69
child 25 bec11adf88f9
equal deleted inserted replaced
23:41b775cdc0c8 24:10c6e6d6e4d9
       
     1 /*
       
     2 * Copyright (c) 2002 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 "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 specification file of  about
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../inc/about_test.hrh"
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 	TARGET 			about.exe
       
    23 	TARGETTYPE 		exe
       
    24 UID             0x100039CE  0x10005A22
       
    25 VENDORID	VID_DEFAULT
       
    26 
       
    27 // Modified by build team
       
    28 CAPABILITY 	CAP_APPLICATION
       
    29 
       
    30 
       
    31 SOURCEPATH     ../src
       
    32 SOURCE         AboutApp.cpp 
       
    33 SOURCE         AboutAppUi.cpp
       
    34 SOURCE         AboutDocument.cpp
       
    35 SOURCE         AboutContainer.cpp
       
    36 SOURCE         AboutImage.cpp
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 START RESOURCE ../data/about.rss
       
    40 HEADER
       
    41 	TARGETPATH APP_RESOURCE_DIR
       
    42 LANGUAGE_IDS
       
    43 END
       
    44 
       
    45 	START RESOURCE ../data/about_reg.rss
       
    46 DEPENDS about.rsg
       
    47 	TARGETPATH /private/10003a3f/apps
       
    48 	END
       
    49 
       
    50 USERINCLUDE    ../inc
       
    51 
       
    52 
       
    53 LIBRARY        apparc.lib
       
    54 LIBRARY        avkon.lib
       
    55 LIBRARY        bafl.lib
       
    56 LIBRARY        cone.lib
       
    57 LIBRARY        eikcoctl.lib
       
    58 LIBRARY        eikcore.lib 
       
    59 LIBRARY        euser.lib
       
    60 LIBRARY        fbscli.lib
       
    61 LIBRARY		   efsrv.lib	
       
    62 LIBRARY         aknskins.lib //for skin sbackground
       
    63 LIBRARY         cdlengine.lib  //for scalable ui
       
    64 LIBRARY         gdi.lib
       
    65 LIBRARY			aknicon.lib
       
    66 LIBRARY         egul.lib
       
    67 LIBRARY         aknlayout2scalable.lib
       
    68 LIBRARY         sysversioninfo.lib
       
    69 LIBRARY         commonengine.lib
       
    70 LIBRARY         apgrfx.lib
       
    71 
       
    72 // End of File