startupservices/SplashScreen/group/splashscreen.mmp
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 
    18 
    19 
    19 
    20 #include <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    21 #include <data_caging_paths.hrh>
    21 #include <data_caging_paths.hrh>
    22 
    22 
    23 TARGET          splashscreen.exe
    23 TARGET          SPLASHSCREEN.EXE
    24 TARGETTYPE      EXE
    24 TARGETTYPE      EXE
    25 TARGETPATH      PROGRAMS_DIR
    25 TARGETPATH      PROGRAMS_DIR
    26 UID             0x100039CE 0x100059DE
    26 UID             0x100039CE 0x100059DE
    27 VENDORID        VID_DEFAULT
    27 VENDORID        VID_DEFAULT
    28 CAPABILITY      CAP_SERVER
    28 CAPABILITY      CAP_SERVER
    43 END
    43 END
    44 
    44 
    45 LIBRARY         euser.lib 
    45 LIBRARY         euser.lib 
    46 LIBRARY         ws32.lib
    46 LIBRARY         ws32.lib
    47 LIBRARY         efsrv.lib
    47 LIBRARY         efsrv.lib
       
    48 LIBRARY         AknIcon.lib   // AknIconUtils
    48 LIBRARY         fbscli.lib 
    49 LIBRARY         fbscli.lib 
    49 LIBRARY	    SVGEngine.lib
       
    50 LIBRARY	    gdi.lib
       
    51 LIBRARY	    cone.lib
       
    52 SMPSAFE