phonebookui/Phonebook2/group/Pbk2USimExtension.mmp
changeset 0 e686773b3f54
child 57 2666d9724c76
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Phonebook 2 USIM UI Extension project specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform/app/Pbk2UID.h>
       
    20 #include "Pbk2Config.mmp"
       
    21 #include "../inc/Pbk2InternalUID.h"
       
    22 #include "../USIMExtension/inc/Pbk2USIMUIUID.h"
       
    23 #include <platform_paths.hrh>
       
    24 #include <data_caging_paths.hrh>
       
    25 
       
    26 // Target information
       
    27 TARGET          Pbk2USimUI.dll
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             KEComRecognitionUID2 KPbk2USIMExtensionImplementationUID
       
    30 CAPABILITY      CAP_ECOM_PLUGIN
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 // Source path
       
    34 SOURCEPATH      ../USIMExtension/src
       
    35 
       
    36 // Source files
       
    37 
       
    38 // Extension frame work
       
    39 SOURCE          DllMain.cpp
       
    40 SOURCE          CPsu2UIExtensionPlugin.cpp
       
    41 
       
    42 // Commands
       
    43 SOURCE          CPsu2CopyToSimCmd.cpp
       
    44 SOURCE          CPsu2LaunchViewCmd.cpp
       
    45 SOURCE          CPsu2CopyFromPbkCmd.cpp
       
    46 
       
    47 // Views
       
    48 SOURCE          CPsu2NameListViewBase.cpp
       
    49 SOURCE          CPsu2InfoViewBase.cpp
       
    50 SOURCE          CPsu2OwnNumbersView.cpp
       
    51 SOURCE          CPsu2ServiceDialingView.cpp
       
    52 SOURCE          CPsu2ServiceDialingInfoView.cpp
       
    53 SOURCE          CPsu2FixedDialingView.cpp
       
    54 SOURCE          CPsu2FixedDialingInfoView.cpp
       
    55 
       
    56 // Controls
       
    57 SOURCE          CPsu2OwnNumberControl.cpp
       
    58 SOURCE          CPsu2OwnNumberListBoxModel.cpp
       
    59 SOURCE          CPsu2NumberQueryDlg.cpp
       
    60 SOURCE          CPsu2FdnContactEditorPhoneNumberField.cpp
       
    61 
       
    62 // Traditional extensions
       
    63 SOURCE          CPsu2ContactEditorExtension.cpp
       
    64 
       
    65 // Utilities
       
    66 SOURCE          CPsu2ViewManager.cpp
       
    67 SOURCE          CPsu2SimContactProcessor.cpp
       
    68 SOURCE          CPsu2CopyToSimFieldInfoArray.cpp
       
    69 SOURCE          TPsu2SimCopyResults.cpp
       
    70 SOURCE          CPsu2FixedDialingCall.cpp
       
    71 SOURCE          CPsu2CharConv.cpp
       
    72 SOURCE          CPsu2ContactCopyInspector.cpp
       
    73 
       
    74 #if defined(__WINS__) || defined(WINS)
       
    75 SOURCE          CPsu2SecUiStub.cpp
       
    76 #else
       
    77 SOURCE          CPsu2SecUi.cpp
       
    78 #endif // WINS
       
    79 
       
    80 // Policies
       
    81 SOURCE          CPsu2ContactCopyPolicy.cpp
       
    82 
       
    83 // Resources
       
    84 START RESOURCE  ../rss/Pbk2USimUiRes.rss
       
    85 DEPENDS pbk2uicontrols.rsg
       
    86 DEPENDS vpbkeng.rsg
       
    87 DEPENDS pbk2commands.rsg
       
    88 HEADER
       
    89 TARGET          Pbk2USimUIRes
       
    90 TARGETPATH      RESOURCE_FILES_DIR
       
    91 LANGUAGE_IDS
       
    92 END
       
    93 
       
    94 START RESOURCE  ../rss/Pbk2USimUi.rss
       
    95 TARGET          Pbk2USimUI
       
    96 TARGETPATH      ECOM_RESOURCE_DIR
       
    97 END
       
    98 
       
    99 // Other build related files
       
   100 SOURCEPATH      ../inc
       
   101 
       
   102 // Include paths
       
   103 USERINCLUDE     ../USIMExtension/inc
       
   104 SYSTEMINCLUDE   ../inc
       
   105 APP_LAYER_SYSTEMINCLUDE
       
   106 
       
   107 // Dependencies to Symbian OS components
       
   108 LIBRARY euser.lib commonengine.lib ecom.lib
       
   109 LIBRARY cone.lib eikcoctl.lib eikdlg.lib
       
   110 LIBRARY eikcore.lib bafl.lib charconv.lib centralrepository.lib
       
   111 
       
   112 // Dependencies to S60 components
       
   113 LIBRARY avkon.lib aknicon.lib cdlengine.lib aknskins.lib
       
   114 LIBRARY secui.lib servicehandler.lib
       
   115 LIBRARY featmgr.lib
       
   116 
       
   117 // Dependencies to Phonebook
       
   118 LIBRARY VPbkEng.lib VPbkSimStoreService.lib
       
   119 LIBRARY Pbk2CommonUI.lib Pbk2Presentation.lib
       
   120 LIBRARY Pbk2UiControls.lib Pbk2Commands.lib
       
   121 
       
   122 // End of File