convergedcallengine/callprovider/group/callprovider.mmp
changeset 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     1 /*
       
     2 * Copyright (c) 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 for callprovider.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 // Capability assignment.
       
    22 CAPABILITY CAP_GENERAL_DLL
       
    23 // Assign Vendor ID.
       
    24 VENDORID VID_DEFAULT
       
    25 
       
    26 TARGET          callprovider.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008d 0x10207903
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          cccpcallparameters.cpp
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 SYSTEMINCLUDE	../../../inc
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 LIBRARY         euser.lib
       
    38 LIBRARY         estor.lib
       
    39 
       
    40 
       
    41 // End of file