commonuis/CommonDialogs/group_test/CommonDialogs.mmp
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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:  This is project specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          CommonDialogs.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D  0x101F4688
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 // API classes
       
    32 SOURCE          CAknCommonDialogsBase.cpp
       
    33 SOURCE          CAknMemorySelectionDialog.cpp
       
    34 SOURCE          CAknMemorySelectionSettingPage.cpp
       
    35 SOURCE          CAknFileSelectionDialog.cpp
       
    36 SOURCE          CAknFileNamePromptDialog.cpp
       
    37 SOURCE          AknCommonDialogs.cpp
       
    38 SOURCE          AknCommonDialogsDynMem.cpp
       
    39 
       
    40 // Models
       
    41 SOURCE          CAknMemorySelectionModel.cpp
       
    42 SOURCE          CAknFileSelectionModel.cpp
       
    43 
       
    44 // Event handlers
       
    45 SOURCE          CAknMemorySelectionEventHandler.cpp
       
    46 SOURCE          CAknFileSelectionEventHandler.cpp
       
    47 
       
    48 // Classes derived from AVKON UI classes
       
    49 SOURCE          CAknCommonDialogsPopupList.cpp
       
    50 SOURCE          CAknCommonDialogsRadioButtonSettingPage.cpp
       
    51 SOURCE          CAknCommonDialogsQueryDialog.cpp
       
    52 SOURCE          CAknMemorySelectionSettingItem.cpp
       
    53 
       
    54 // Filter classes
       
    55 SOURCE          AknFileFilterFactory.cpp
       
    56 SOURCE          CAknFileNameFilter.cpp
       
    57 SOURCE          CAknAttributeFilter.cpp
       
    58 SOURCE          CCFDCustomFilter.cpp
       
    59 SOURCE          CAknDataCagingFilter.cpp
       
    60 
       
    61 // Utility/Helper class
       
    62 SOURCE          CFDUtilityDUMMY.cpp // This is the test version of CFDUtility using dummy drives
       
    63 
       
    64 USERINCLUDE     .
       
    65 USERINCLUDE     ../../inc
       
    66 USERINCLUDE     ../../../inc
       
    67 USERINCLUDE     ../src // private headers
       
    68 USERINCLUDE     ../inc // public headers
       
    69 USERINCLUDE     ../group // Resource file, loc, etc.
       
    70 
       
    71 // This is a SYSTEMINCLUDE macro containing the middleware
       
    72 // layer specific include directories
       
    73 MW_LAYER_SYSTEMINCLUDE
       
    74 
       
    75 
       
    76 START RESOURCE  ../Group/CommonDialogs.rss
       
    77 HEADER
       
    78 TARGETPATH      RESOURCE_FILES_DIR
       
    79 LANGUAGE_IDS
       
    80 END
       
    81 
       
    82 LIBRARY         euser.lib
       
    83 LIBRARY         efsrv.lib
       
    84 LIBRARY         bafl.lib
       
    85 LIBRARY         cone.lib
       
    86 LIBRARY         eikcoctl.lib
       
    87 LIBRARY         eikcore.lib
       
    88 LIBRARY         eikdlg.lib
       
    89 LIBRARY         avkon.lib
       
    90 LIBRARY         commonengine.lib // StringLoader
       
    91 LIBRARY         apparc.lib
       
    92 LIBRARY         directorylocalizer.lib // Build this first!
       
    93 LIBRARY         featmgr.lib // Feature manager
       
    94 LIBRARY         AknSkins.lib // Skins
       
    95 LIBRARY         egul.lib // CGulIcon
       
    96 LIBRARY         apgrfx.lib // CApaMaskedBitmap,RApaLsSession
       
    97 LIBRARY         apmime.lib // TDataType
       
    98 LIBRARY         fbscli.lib // CFbsBitmap
       
    99 LIBRARY         aknmemorycardui.lib
       
   100 LIBRARY         platformenv.lib // PathInfo
       
   101 LIBRARY         AknIcon.lib
       
   102 
       
   103 //#include "CommonDialogsMbm.inc"
       
   104 
       
   105 // End of file.