photosgallery/photossuitelauncher/group/photossuitelauncher.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2009 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:    This is the project specification file for photossuitelauncher.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../inc/photossuitelauncher.hrh"
       
    21 
       
    22 CAPABILITY	  	CAP_APPLICATION
       
    23 TARGET			photossuitelauncher.exe
       
    24 TARGETTYPE		exe
       
    25 UID		        0x100039CE _UID3
       
    26 
       
    27 APP_LAYER_SYSTEMINCLUDE
       
    28 USERINCLUDE	   	../inc
       
    29 
       
    30 SYSTEMINCLUDE           ../../inc
       
    31 
       
    32 SOURCEPATH 		../src
       
    33 SOURCE 			photossuitelauncher.cpp
       
    34 
       
    35 SOURCEPATH		../data
       
    36 
       
    37 START RESOURCE	photossuitelauncher.rss
       
    38 HEADER
       
    39 TARGET photossuitelauncher
       
    40 TARGETPATH APP_RESOURCE_DIR
       
    41 LANGUAGE_IDS
       
    42 END //RESOURCE
       
    43 
       
    44 START RESOURCE	photossuitelauncher_reg.rss
       
    45 DEPENDS photossuitelauncher.rsg
       
    46 TARGET photossuitelauncher_reg
       
    47 TARGETPATH 	  /private/10003a3f/import/apps
       
    48 END //RESOURCE
       
    49 
       
    50 LIBRARY		   euser.lib
       
    51 LIBRARY		   apparc.lib
       
    52 LIBRARY		   commonengine.lib
       
    53 LIBRARY		   apgrfx.lib
       
    54 LIBRARY        ws32.lib 
       
    55 LIBRARY        glxlogging.lib
       
    56 
       
    57 
       
    58 // End of File