uifw/uiklaf/Group/UIKLAF.MMP
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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 file for Uiklaf module.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <iconlocations.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          uiklaf.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x1000411F
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH      ../resource
       
    31 
       
    32 START RESOURCE  EIKCORE.RSS
       
    33 HEADER
       
    34 TARGETPATH      UIKLAF_RESOURCE_DIR
       
    35 LANGUAGE_IDS
       
    36 END
       
    37 
       
    38 START RESOURCE  EIKPRIV.RSS
       
    39 HEADER
       
    40 TARGETPATH      UIKLAF_RESOURCE_DIR
       
    41 LANGUAGE_IDS
       
    42 END
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 
       
    46 USERINCLUDE     .
       
    47 USERINCLUDE     ../inc
       
    48 USERINCLUDE     ../../inc
       
    49 USERINCLUDE     ../../../inc
       
    50 
       
    51 // This is a SYSTEMINCLUDE macro containing the middleware
       
    52 // layer specific include directories
       
    53 MW_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 
       
    56 SOURCE          LAFAPPUI.CPP
       
    57 SOURCE          lafenv.cpp
       
    58 SOURCE          lafgrip.cpp
       
    59 SOURCE          lafmain.cpp
       
    60 SOURCE          lafmsg.cpp
       
    61 SOURCE          lafshut_stub.cpp
       
    62 SOURCE          LAFSTD.CPP
       
    63 SOURCE          lafsrv.cpp
       
    64 SOURCE          lafvcurs.cpp
       
    65 SOURCE          lafAknBorders.cpp
       
    66 SOURCE          lafcommn.cpp
       
    67 source          lafspane.cpp
       
    68 source          LafNew.CPP
       
    69 source          lafnotcap.cpp
       
    70 
       
    71 LIBRARY         euser.lib
       
    72 LIBRARY         efsrv.lib
       
    73 LIBRARY         gdi.lib
       
    74 LIBRARY         bafl.lib
       
    75 LIBRARY         fbscli.lib
       
    76 LIBRARY         ws32.lib
       
    77 LIBRARY         egul.lib
       
    78 LIBRARY         cone.lib
       
    79 LIBRARY         clock.lib
       
    80 LIBRARY         form.lib
       
    81 LIBRARY         avkon.lib
       
    82 LIBRARY         apgrfx.lib
       
    83 LIBRARY         aknnotify.lib
       
    84 LIBRARY         commonengine.lib
       
    85 LIBRARY         eikcore.lib
       
    86 LIBRARY         aknskins.lib
       
    87 LIBRARY         cdlengine.lib
       
    88 LIBRARY	        ESTOR.LIB 
       
    89 LIBRARY         EikCoCtlLaf.lib
       
    90 LIBRARY         FontUtils.lib
       
    91 LIBRARY         AknLayout2Scalable.lib
       
    92 LIBRARY         FontProvider.lib
       
    93 LIBRARY         AknCapServerClient.lib
       
    94 
       
    95 #if defined(ARMCC)
       
    96 DEFFILE         /epoc32/include/uiklaf/private/eabi/uiklaf.def
       
    97 #elif defined(WINS)
       
    98 DEFFILE         /epoc32/include/uiklaf/private/bwins/uiklaf.def
       
    99 #else
       
   100 error
       
   101 #endif
       
   102 
       
   103 START WINS
       
   104     BASEADDRESS 0x70700000
       
   105 END
       
   106 
       
   107 
       
   108 START BITMAP    default_app_icon.mbm
       
   109 TARGETPATH      resource/apps //APP_BITMAP_DIR
       
   110 SOURCEPATH      S60_SRC_BITMAP_DIR
       
   111 SOURCE          c8,8 \
       
   112     qgn_menu_am_sis_cxt.bmp \
       
   113     qgn_menu_am_sis_cxt_mask_soft.bmp \
       
   114     qgn_menu_am_sis_lst.bmp \
       
   115     qgn_menu_am_sis_lst_mask_soft.bmp \
       
   116     qgn_menu_am_sis_lst.bmp \
       
   117     qgn_menu_am_sis_lst_mask_soft.bmp
       
   118     // default_app_icon.mbm has 3 icons because CApaAppInfoReaderV2::Read() tries to load so many icons.
       
   119 END
       
   120 
       
   121 // End of file.