cellular/PsetNotesUi/Group/Psui.mmp
changeset 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     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 specification file for the Phonesettings Notes Ui
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 // Capability assignment.
       
    22 CAPABILITY CAP_GENERAL_DLL
       
    23 
       
    24 TARGET    psui.dll
       
    25 TARGETTYPE dll
       
    26 UID 0x1000008d 0x100059C6
       
    27 
       
    28 SOURCEPATH ../Src
       
    29 SOURCE PsuiBarringObs.cpp 
       
    30 SOURCE PsuiWaitingObs.cpp
       
    31 SOURCE PsuiDivertObs.cpp
       
    32 SOURCE PsuiNoteMaster.cpp
       
    33 SOURCE PsuiResourceLoader.cpp
       
    34 SOURCE PsuiContainer.cpp
       
    35 SOURCE PsuiCliObserver.cpp
       
    36 SOURCE PsuiVariationProxy.cpp
       
    37 #ifdef RD_PHONE_NG
       
    38 SOURCE PsuiQueryDialog.cpp
       
    39 #endif // RD_PHONE_NG
       
    40 SOURCE PsuiReqObserver.cpp
       
    41 SOURCE PsuiNoteController.cpp
       
    42 
       
    43 START RESOURCE ../Data/Psui.rss
       
    44 HEADER
       
    45 TARGETPATH RESOURCE_FILES_DIR
       
    46 // Language definition
       
    47 LANGUAGE_IDS
       
    48 
       
    49 END  // RESOURCE
       
    50 
       
    51 SYSTEMINCLUDE     ../../../inc
       
    52 
       
    53 USERINCLUDE    . ../Inc
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY bafl.lib 
       
    57 LIBRARY euser.lib 
       
    58 LIBRARY cone.lib 
       
    59 LIBRARY aknnotify.lib
       
    60 LIBRARY eikcoctl.lib 
       
    61 LIBRARY avkon.lib 
       
    62 LIBRARY commonengine.lib 
       
    63 LIBRARY etelmm.lib
       
    64 LIBRARY featmgr.lib	
       
    65 LIBRARY numbergrouping.lib
       
    66 LIBRARY servicerequest.lib
       
    67 LIBRARY	centralrepository.lib
       
    68 #ifdef RD_PHONE_NG
       
    69 LIBRARY eikdlg.lib
       
    70 LIBRARY eikcore.lib
       
    71 #endif // RD_PHONE_NG
       
    72 
       
    73 // End of File