uiutils/Localizer/group/DirectoryLocalizer.mmp
changeset 0 2f259fa3e83a
child 51 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:  Project specification file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          DirectoryLocalizer.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x10002344 0x1000fc55
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 // This is a SYSTEMINCLUDE macro containing the middleware
       
    30 // layer specific include directories
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 START RESOURCE	../group/DirectoryLocalizer.rss
       
    34 HEADER
       
    35 TARGETPATH      RESOURCE_FILES_DIR
       
    36 LANGUAGE_IDS
       
    37 END
       
    38 
       
    39 SOURCEPATH	    ../src
       
    40 SOURCE		    CDirectoryLocalizer.cpp
       
    41 
       
    42 USERINCLUDE	    ../inc ../group
       
    43 
       
    44 SYSTEMINCLUDE   ../../../inc
       
    45 
       
    46 LIBRARY		    euser.lib
       
    47 LIBRARY		    bafl.lib
       
    48 LIBRARY		    cone.lib
       
    49 LIBRARY         efsrv.lib
       
    50 #ifdef RD_MULTIPLE_DRIVE
       
    51 LIBRARY         PlatformEnv.lib
       
    52 #endif //RD_MULTIPLE_DRIVE
       
    53 
       
    54 // End of file.