cellular/psetnotesui/group/psui.mmp
changeset 51 12bc758d6a02
parent 48 78df25012fda
child 53 25b8d29b7c59
equal deleted inserted replaced
48:78df25012fda 51:12bc758d6a02
     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 VERSION 10.0
       
    28 
       
    29 SOURCEPATH ../src 
       
    30 SOURCE psuibarringobs.cpp 
       
    31 SOURCE psuiwaitingobs.cpp 
       
    32 SOURCE psuidivertobs.cpp 
       
    33 SOURCE psuinotemaster.cpp 
       
    34 SOURCE psuiresourceloader.cpp 
       
    35 SOURCE psuicontainer.cpp 
       
    36 SOURCE psuicliobserver.cpp 
       
    37 SOURCE psuivariationproxy.cpp 
       
    38 #ifdef RD_PHONE_NG
       
    39 SOURCE psuiquerydialog.cpp 
       
    40 #endif // RD_PHONE_NG
       
    41 SOURCE psuireqobserver.cpp 
       
    42 SOURCE psuinotecontroller.cpp 
       
    43 
       
    44 START RESOURCE ../data/psui.rss 
       
    45 HEADER
       
    46 TARGETPATH RESOURCE_FILES_DIR
       
    47 // Language definition
       
    48 LANGUAGE_IDS
       
    49 
       
    50 END  // RESOURCE
       
    51 
       
    52 SYSTEMINCLUDE     ../../../inc
       
    53 
       
    54 USERINCLUDE    . ../inc 
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY bafl.lib 
       
    58 LIBRARY euser.lib 
       
    59 LIBRARY cone.lib 
       
    60 LIBRARY aknnotify.lib
       
    61 LIBRARY eikcoctl.lib 
       
    62 LIBRARY avkon.lib 
       
    63 LIBRARY commonengine.lib 
       
    64 LIBRARY etelmm.lib
       
    65 LIBRARY featmgr.lib 
       
    66 LIBRARY numbergrouping.lib
       
    67 LIBRARY servicerequest.lib
       
    68 LIBRARY centralrepository.lib
       
    69 #ifdef RD_PHONE_NG
       
    70 LIBRARY eikdlg.lib
       
    71 LIBRARY eikcore.lib
       
    72 #endif // RD_PHONE_NG
       
    73 
       
    74 // End of File