iaupdate/IAD/launcher/group/iaupdatelauncher.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
       
     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 of iaupdatelauncher.exe
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../inc/iaupdatelauncheruids.h"
       
    22 
       
    23 CAPABILITY        CAP_APPLICATION
       
    24 VENDORID          VID_DEFAULT
       
    25 
       
    26 TARGET            iaupdatelauncher.exe
       
    27 TARGETTYPE        exe
       
    28 UID		          0x100039CE KIAUpdateLauncherUid
       
    29 
       
    30 PAGED
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE       ../inc
       
    35 USERINCLUDE       ../../engine/inc
       
    36 USERINCLUDE       ../../ui/inc
       
    37 USERINCLUDE       ../../updater/inc
       
    38 USERINCLUDE       ../../api/client/inc
       
    39 USERINCLUDE       ../../loc
       
    40 
       
    41 SOURCEPATH        ../src
       
    42 SOURCE            iaupdatelauncher.cpp
       
    43 SOURCE            iaupdatelauncherapplication.cpp
       
    44 SOURCE            iaupdatelauncherappui.cpp
       
    45 SOURCE            iaupdatelauncherdocument.cpp
       
    46 SOURCE            iaupdatelaunchermanager.cpp
       
    47 SOURCE            iaupdatelauncherclient.cpp
       
    48 
       
    49 LIBRARY           euser.lib
       
    50 LIBRARY           apparc.lib
       
    51 LIBRARY           cone.lib
       
    52 LIBRARY           eikcore.lib
       
    53 LIBRARY           avkon.lib
       
    54 DEBUGLIBRARY      flogger.lib
       
    55 
       
    56 // Path for resources
       
    57 SOURCEPATH .
       
    58 
       
    59 START RESOURCE    iaupdatelauncher.rss
       
    60 HEADER
       
    61 TARGETPATH        APP_RESOURCE_DIR
       
    62 LANGUAGE_IDS
       
    63 END //RESOURCE
       
    64 
       
    65 START RESOURCE    iaupdatelauncher_reg.rss
       
    66 DEPENDS iaupdatelauncher.rsg
       
    67 TARGETPATH 	      /private/10003a3f/apps
       
    68 END //RESOURCE
       
    69 
       
    70 SMPSAFE
       
    71 
       
    72 // End of File
       
    73