filesystemuis/memstatepopup/group/MemStatePopup.mmp
branchRCL_3
changeset 20 491b3ed49290
parent 19 95243422089a
child 21 65326cf895ed
equal deleted inserted replaced
19:95243422089a 20:491b3ed49290
     1 /*
       
     2 * Copyright (c) 2006 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 *     This is project specification file for the Memory State Popup.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          memstatepopup.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008d 0x101F4672
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 
       
    30 START RESOURCE  ../group/MemStatePopup.rss
       
    31 TARGETPATH      RESOURCE_FILES_DIR
       
    32 HEADER
       
    33 LANGUAGE_IDS
       
    34 END
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          CMemStatePopup.cpp
       
    39 SOURCE          cmemstatepopupimpl.cpp
       
    40 SOURCE          MSPUtil.cpp
       
    41 SOURCE          cmemscaneventreceiver.cpp
       
    42 
       
    43 
       
    44 USERINCLUDE     ../group ../inc
       
    45  
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 SYSTEMINCLUDE   ../../inc
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         bafl.lib 
       
    51 LIBRARY         cone.lib
       
    52 LIBRARY         avkon.lib
       
    53 LIBRARY         eikcoctl.lib 
       
    54 LIBRARY         commonengine.lib
       
    55 LIBRARY         efsrv.lib
       
    56 LIBRARY         memscanclient.lib
       
    57 
       
    58 
       
    59 // End of File
       
    60