simpleengine/engine/group/simpleengine.mmp
changeset 0 c8caa15ef882
equal deleted inserted replaced
-1:000000000000 0:c8caa15ef882
       
     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 simpleengine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET                          simpleengine.dll
       
    25 TARGETTYPE                      dll
       
    26 UID                             0x1000008d 0x10281EEB
       
    27 CAPABILITY                      CAP_GENERAL_DLL
       
    28 VENDORID                        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH                      ../src
       
    31 SOURCE                          simpleenginerequest.cpp
       
    32 SOURCE                          simplefactory.cpp
       
    33 SOURCE                          simpleutils.cpp
       
    34 SOURCE                          simpleconnection.cpp
       
    35 SOURCE                          simpleclient.cpp
       
    36 SOURCE                          simplepublisher.cpp
       
    37 SOURCE                          simplewatcher.cpp
       
    38 SOURCE                          simplewinfowatcher.cpp
       
    39 SOURCE                          simpleengineutils.cpp
       
    40 SOURCE                          simpleengineimhandler.cpp
       
    41 
       
    42 SOURCEPATH                      ../../siputils/src
       
    43 SOURCE                          simpledebugutils.cpp
       
    44 
       
    45 USERINCLUDE                     ../inc
       
    46 USERINCLUDE                     ../../api
       
    47 USERINCLUDE                     ../../inc
       
    48 USERINCLUDE                     ../../siputils/inc
       
    49 USERINCLUDE                     ../../xmlutils/inc
       
    50 
       
    51 // default system include paths for middleware layer modules
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 DEBUGLIBRARY                    flogger.lib
       
    55 DEBUGLIBRARY                    efsrv.lib   // file server
       
    56 DEBUGLIBRARY                    apparc.lib
       
    57 LIBRARY                         euser.lib
       
    58 LIBRARY                         estor.lib
       
    59 LIBRARY                         bafl.lib  // string pool
       
    60 LIBRARY                         simplesiputils.lib
       
    61 LIBRARY                         simplexmlutils.lib