contentstorage/group/caextendedmenu.mmp
changeset 66 32469d7d46ff
parent 61 8e5041d13c84
child 73 4bc7b118b3df
equal deleted inserted replaced
61:8e5041d13c84 66:32469d7d46ff
     1 /*
       
     2 * Copyright (c) 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          caextendedmenu.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x20022F8C
       
    24 CAPABILITY      CAP_GENERAL_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 SOURCEPATH      ../extsrc
       
    28 SOURCE          caiconutility.cpp
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../extinc
       
    32 USERINCLUDE     ../cautils/inc
       
    33 USERINCLUDE     ../castorage/inc/
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 LIBRARY         euser.lib
       
    38 LIBRARY         aknskins.lib
       
    39 LIBRARY         aknicon.lib
       
    40 LIBRARY         camenu.lib
       
    41 LIBRARY         cautils.lib
       
    42 LIBRARY         fbscli.lib
       
    43 LIBRARY         casathandler.lib
       
    44 LIBRARY         efsrv.lib
       
    45 LIBRARY         apgrfx.lib
       
    46 LIBRARY         ecom.lib
       
    47