phoneengine/engineinfo/group/engineinfo.mmp
changeset 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 74 d1c62c765e48
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     1 /*
       
     2 * Copyright (c) 2005-2008 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 specification file for Engine info dll
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          engineinfo.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x10207904
       
    23 VENDORID            VID_DEFAULT
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          cpecallinfo.cpp
       
    29 SOURCE          cpeclientinformation.cpp
       
    30 SOURCE          cpeclientinformationimpl.cpp
       
    31 SOURCE          cpeengineinfo.cpp
       
    32 SOURCE          cpeengineinfoimpl.cpp
       
    33 SOURCE          cperemoteinfo.cpp
       
    34 SOURCE          panic.cpp 
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE       
       
    39 SYSTEMINCLUDE   ../../inc          // Phone Engine private headers
       
    40 SYSTEMINCLUDE   ../../../inc       // Telephony internal headers
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         bafl.lib           // Descriptor arrays
       
    44 LIBRARY         cce.lib