skins/AknSkins/group/AknSkinSrvMain.mmp
changeset 0 05e9090e2422
child 23 9dbe1b043bea
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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 project skinsrv.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          AknSkinSrv.exe
       
    22 TARGETTYPE      EXE
       
    23 TARGETPATH      /system/programs
       
    24 
       
    25 CAPABILITY      CAP_SERVER
       
    26 VENDORID        VID_DEFAULT
       
    27 UID             0x1000008d 0x10207114
       
    28 EPOCSTACKSIZE   0x5000
       
    29 #ifndef WINS
       
    30 EPOCHEAPSIZE    0x1000 0x1000000
       
    31 #endif
       
    32 
       
    33 // This is a SYSTEMINCLUDE macro containing the middleware
       
    34 // layer specific include directories
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 USERINCLUDE     ../srvinc
       
    38 
       
    39 USERINCLUDE     ../../../inc
       
    40 USERINCLUDE     ../../inc
       
    41 
       
    42 SOURCEPATH      ../srvsrc
       
    43 
       
    44 SOURCE          AknsSrvMain.cpp
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         AknSkinSrv.lib
       
    48 
       
    49 EPOCPROCESSPRIORITY high
       
    50 
       
    51 // End of File