photosgallery/logging/app/group/glxloggingapp.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-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:    Project definition file for Photos logging application
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "../../../group/glxbuildcommon.mmh"
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 CAPABILITY  CAP_APPLICATION
       
    25 
       
    26 TARGET      glxloggingapp.exe
       
    27 TARGETTYPE  exe
       
    28 
       
    29 //deffile /epoc32/release/winscw/glxlogging.def
       
    30 
       
    31 UID         0x100039CE 0x2000A7BD
       
    32 
       
    33 LANGUAGE_IDS
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          glxloggingapp.cpp
       
    37 SOURCE          glxloggingapplication.cpp 
       
    38 SOURCE          glxloggingappui.cpp
       
    39 SOURCE          glxloggingdocument.cpp 
       
    40 
       
    41 SOURCEPATH      ../group
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 
       
    45 SYSTEMINCLUDE   ../../../inc    
       
    46 SYSTEMINCLUDE   ../../client/inc
       
    47 
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         apparc.lib
       
    53 LIBRARY         cone.lib 
       
    54 LIBRARY         eikcore.lib  
       
    55 LIBRARY         avkon.lib  
       
    56 LIBRARY         gdi.lib  
       
    57 LIBRARY         efsrv.lib
       
    58 
       
    59 SOURCEPATH      ../data
       
    60 START RESOURCE	glxloggingapp.RSS
       
    61 HEADER
       
    62 TARGETPATH	/resource/apps
       
    63 LANGUAGE_IDS
       
    64 END
       
    65 
       
    66 START RESOURCE	glxloggingapp_reg.rss
       
    67 TARGETPATH	/private/10003a3f/import/apps
       
    68 END
       
    69    
       
    70 START RESOURCE glxloggingapp_loc.RSS
       
    71 TARGETPATH /resource/apps
       
    72 LANGUAGE_IDS
       
    73 END