uifw/EikStd/cdlgsrc/EIKCDLG.MMP
changeset 0 2f259fa3e83a
child 19 aecbbf00d063
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     Project definition file
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          eikcdlg.dll
       
    25 TARGETTYPE      DLL
       
    26 UID             0x1000008d 0x10004890
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH      ../cdlgsrc
       
    32 
       
    33 START RESOURCE  Eikcdlg.rss
       
    34 HEADER
       
    35 TARGETPATH      RESOURCE_FILES_DIR
       
    36 LANG   SC
       
    37 END
       
    38 
       
    39 USERINCLUDE     .
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../inc
       
    42 USERINCLUDE     ../../../inc
       
    43 USERINCLUDE     ../cdlginc
       
    44 USERINCLUDE     ../dlginc
       
    45 
       
    46 // This is a SYSTEMINCLUDE macro containing the middleware
       
    47 // layer specific include directories
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 
       
    51 
       
    52 SOURCE          EIKALERT.CPP
       
    53 SOURCE          EIKCDFTY.CPP
       
    54 SOURCE          EIKCDLIB.CPP
       
    55 SOURCE          EIKHFDLG.CPP
       
    56 SOURCE          EIKINFO.CPP
       
    57 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         egul.lib
       
    60 LIBRARY         eikcore.lib
       
    61 LIBRARY         efsrv.lib
       
    62 LIBRARY         gdi.lib
       
    63 LIBRARY         ws32.lib
       
    64 LIBRARY         cone.lib
       
    65 LIBRARY         eikcoctl.lib
       
    66 LIBRARY         eikdlg.lib
       
    67 LIBRARY         avkon.lib
       
    68 
       
    69 LIBRARY         aknnotify.lib
       
    70 LIBRARY         akncapserverclient.lib
       
    71 
       
    72 DEFFILE         EIKCDLG.DEF
       
    73 
       
    74 START WINS
       
    75 BASEADDRESS     0x74900000
       
    76 END
       
    77 
       
    78 START MARM
       
    79 END
       
    80 
       
    81 // End of file.