uifw/eikctl/group/eikctl.mmp
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
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:  Project definition file for project eikctl
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <iconlocations.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          eikctl.dll
       
    24 TARGETTYPE      DLL
       
    25 UID             0x1000008D 0x1000489C
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 
       
    32 START RESOURCE  EIKCTL.RSS
       
    33 HEADER
       
    34 TARGETPATH      RESOURCE_FILES_DIR
       
    35 LANGUAGE_IDS
       
    36 END
       
    37 
       
    38 #ifndef WINSCW
       
    39 EPOCALLOWDLLDATA
       
    40 #endif // !WINSCW
       
    41 
       
    42 USERINCLUDE   .
       
    43 USERINCLUDE   ../inc
       
    44 USERINCLUDE   ../../inc
       
    45 USERINCLUDE   ../../../inc
       
    46 
       
    47 // This is a SYSTEMINCLUDE macro containing the middleware
       
    48 // layer specific include directories
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    51 
       
    52 
       
    53 SOURCE          aknipfed.cpp
       
    54 SOURCE          EIKCLB.CPP
       
    55 SOURCE          EIKCLBD.CPP
       
    56 
       
    57 SOURCE          EIKCTLIB.CPP
       
    58 SOURCE          EIKFPNE.CPP
       
    59 SOURCE          EIKGTED.CPP
       
    60 SOURCE          EIKMFNE.CPP
       
    61 SOURCE          EIKPROGI.CPP
       
    62 SOURCE          EIKRTED.CPP
       
    63 SOURCE          EIKSECED.CPP
       
    64 SOURCE          EIKSPACE.CPP
       
    65 SOURCE          aknnumed.cpp
       
    66 SOURCE          AknLocationEd.cpp
       
    67 SOURCE          aknextendedinputcapabilities.cpp
       
    68 SOURCE          aknmfnefloat.cpp
       
    69 SOURCE          aknmfneseparator.cpp
       
    70 SOURCE          aknuniteditor.cpp
       
    71 
       
    72 LIBRARY         euser.lib
       
    73 LIBRARY         estor.lib
       
    74 LIBRARY         bafl.lib
       
    75 LIBRARY         gdi.lib
       
    76 LIBRARY         fbscli.lib
       
    77 LIBRARY         ws32.lib
       
    78 LIBRARY         egul.lib
       
    79 LIBRARY         cone.lib
       
    80 LIBRARY         etext.lib
       
    81 LIBRARY         field.lib
       
    82 LIBRARY         form.lib
       
    83 LIBRARY         clock.lib
       
    84 LIBRARY         apparc.lib
       
    85 LIBRARY         apgrfx.lib
       
    86 LIBRARY         eikcore.lib
       
    87 LIBRARY         eikcoctl.lib
       
    88 LIBRARY         insock.lib
       
    89 LIBRARY         fepbase.lib
       
    90 LIBRARY         avkon.lib
       
    91 LIBRARY         cdlengine.lib
       
    92 LIBRARY         aknskins.lib
       
    93 LIBRARY         numberconversion.lib
       
    94 LIBRARY         aknpictograph.lib
       
    95 LIBRARY         aknicon.lib
       
    96 LIBRARY         AknLayout2.lib
       
    97 LIBRARY         AknLayout2Scalable.lib
       
    98 LIBRARY         centralrepository.lib
       
    99 LIBRARY         Lbs.lib
       
   100 LIBRARY         bitgdi.lib
       
   101 LIBRARY         cenrepnotifhandler.lib
       
   102 LIBRARY         commonengine.lib
       
   103 #ifdef RD_UI_TRANSITION_EFFECTS_LIST
       
   104 LIBRARY  aknlistloadertfx.lib
       
   105 #endif //RD_UI_TRANSITION_EFFECTS_LIST
       
   106 
       
   107 LIBRARY         touchfeedback.lib
       
   108 LIBRARY         akntransitionutils.lib
       
   109 LIBRARY         aknphysics.lib
       
   110 
       
   111 // For trace log
       
   112 LIBRARY         AknNotify.lib
       
   113 DEFFILE         EIKCTL.DEF
       
   114 
       
   115 START WINS
       
   116 BASEADDRESS     0x74700000
       
   117 END
       
   118 
       
   119 START MARM
       
   120 END
       
   121 
       
   122 // End of file.