engine/collectionframework/datasource/plugins/glxdatasourcemde/group/glxdatasourcemde.mmp
changeset 71 27f2d7aec52a
parent 69 45459746d5e8
child 72 0a8e959402e5
equal deleted inserted replaced
69:45459746d5e8 71:27f2d7aec52a
     1 /*
       
     2 * Copyright (c) 2006 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 glxdatasourcemanager.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  * @internal reviewed 11/07/2007 by M Byrne
       
    22  */
       
    23 
       
    24 #include   <bldvariant.hrh>
       
    25 #include  <data_caging_paths.hrh>
       
    26 #include  <platform_paths.hrh>   //APP_LAYER_SYSTEMINCLUDE
       
    27 
       
    28 #include "../../../../../../group/glxbuildcommon.mmh"
       
    29 
       
    30 
       
    31 TARGET          glxdatasourcemde.dll
       
    32 TARGETTYPE      PLUGIN
       
    33 UID             0x10009D8D 0x20000A16
       
    34 
       
    35 #ifndef WINSCW
       
    36 EPOCALLOWDLLDATA
       
    37 #endif 
       
    38 CAPABILITY      CAP_ECOM_PLUGIN
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          glxdatasourcemde.cpp
       
    42 SOURCE          glxdatasourcemdeproxy.cpp
       
    43 SOURCE          glxdatasourcetaskmde.cpp
       
    44 SOURCE          glxdatasourcetaskmdeattribute.cpp
       
    45 SOURCE          glxdatasourcetaskmdecommand.cpp
       
    46 SOURCE          glxdatasourcetaskmdeidlist.cpp
       
    47 SOURCE          glxdatasourcetaskmdethumbnail.cpp
       
    48 
       
    49 // System includes from the source tree
       
    50 SYSTEMINCLUDE   ../../../../../../commonutilities/common/inc
       
    51 SYSTEMINCLUDE   ../../../../../../inc
       
    52 SYSTEMINCLUDE   ../../../../thumbnailcreator/inc
       
    53 SYSTEMINCLUDE   ../../../manager/inc
       
    54 SYSTEMINCLUDE   ../inc
       
    55 
       
    56 // System includes from epoc32/include
       
    57 APP_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 SYSTEMINCLUDE   /epoc32/include/caf
       
    60 SYSTEMINCLUDE   /epoc32/include/ecom
       
    61 
       
    62 SOURCEPATH      ../data
       
    63 START RESOURCE  20000A16.rss
       
    64 TARGET          glxdatasourcemde.rsc
       
    65 END
       
    66 
       
    67 LIBRARY         bafl.lib
       
    68 LIBRARY         caf.lib
       
    69 LIBRARY         ecom.lib
       
    70 LIBRARY         efsrv.lib
       
    71 LIBRARY         estor.lib
       
    72 LIBRARY         euser.lib
       
    73 LIBRARY         fbscli.lib 
       
    74 LIBRARY         glxcommon.lib
       
    75 LIBRARY         glxdatasourcemanager.lib
       
    76 LIBRARY         glxthumbnailcreator.lib
       
    77 LIBRARY         inetprotutil.lib
       
    78 LIBRARY         lbs.lib
       
    79 LIBRARY         mdeclient.lib
       
    80 LIBRARY         mpxcommon.lib
       
    81 LIBRARY         platformenv.lib
       
    82 LIBRARY         iclextjpegapi.lib
       
    83 LIBRARY         imageconversion.lib
       
    84 
       
    85 SMPSAFE
       
    86 // End of File