uifw/EikStd/dlgsrc/EIKDLG.MMP
changeset 0 2f259fa3e83a
child 4 8ca85d2f0db7
child 45 667edd0b8678
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 - 2009 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 <platform_paths.hrh>
       
    22 
       
    23 TARGET          eikdlg.dll
       
    24 TARGETTYPE      DLL
       
    25 UID             0x1000008D 0x10004898
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 #ifndef WINSCW
       
    31 EPOCALLOWDLLDATA
       
    32 #endif // !WINSCW
       
    33 
       
    34 SOURCEPATH      ../dlgsrc
       
    35 
       
    36 USERINCLUDE     .
       
    37 USERINCLUDE     ../dlginc
       
    38 
       
    39 // This is a SYSTEMINCLUDE macro containing the middleware
       
    40 // layer specific include directories
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    43 
       
    44 USERINCLUDE   ../inc
       
    45 USERINCLUDE   ../../../inc
       
    46 USERINCLUDE   ../../inc
       
    47 
       
    48 
       
    49 SOURCE          EIKDLIB.CPP
       
    50 SOURCE          EIKCAPC.CPP
       
    51 SOURCE          EIKCAPCA.CPP
       
    52 SOURCE          EIKMOVER.CPP
       
    53 SOURCE          EIKDBCOB.CPP
       
    54 SOURCE          EIKDIALG.CPP
       
    55 SOURCE          EIKDLGUT.CPP
       
    56 SOURCE          EIKDPAGE.CPP
       
    57 SOURCE          EIKDPSEL.CPP
       
    58 SOURCE          EIKFANIM.CPP
       
    59 #ifndef __SERIES60_30__  
       
    60 SOURCE      AknMediatorFacade.cpp   
       
    61 #endif
       
    62 SOURCE          aknrecordinggc.cpp
       
    63 SOURCE          aknformphysics.cpp
       
    64 
       
    65 LIBRARY         euser.lib
       
    66 LIBRARY         bafl.lib
       
    67 LIBRARY         ws32.lib
       
    68 LIBRARY         cone.lib
       
    69 LIBRARY         eikcore.lib
       
    70 LIBRARY         eikcoctl.lib
       
    71 LIBRARY         eikctl.lib
       
    72 LIBRARY         egul.lib
       
    73 LIBRARY         avkon.lib
       
    74 LIBRARY         form.lib
       
    75 LIBRARY         fepbase.lib
       
    76 LIBRARY         cdlengine.lib
       
    77 LIBRARY         gdi.lib
       
    78 LIBRARY         aknskins.lib
       
    79 LIBRARY         fbscli.lib
       
    80 LIBRARY         aknicon.lib
       
    81 LIBRARY         AknLayout2Scalable.lib
       
    82 
       
    83 #ifndef __SERIES60_30__
       
    84 LIBRARY         mediatorclient.lib      
       
    85 LIBRARY         estor.lib
       
    86 LIBRARY         bitgdi.lib 
       
    87 LIBRARY         efsrv.lib 
       
    88 #endif
       
    89 
       
    90 LIBRARY         gfxtrans.lib
       
    91 LIBRARY         akntransitionutils.lib
       
    92 
       
    93 LIBRARY         touchfeedback.lib
       
    94 
       
    95 LIBRARY         aknphysics.lib
       
    96 
       
    97 DEFFILE         EIKDLG.DEF
       
    98 
       
    99 START WINS
       
   100     BASEADDRESS 0x74800000
       
   101 END
       
   102 
       
   103 START MARM
       
   104 END