contentcontrolsrv/tsrc/group/mt_hsccapiclient.mmp
branchRCL_3
changeset 27 2c7f27287390
equal deleted inserted replaced
25:9e077f9a342c 27:2c7f27287390
       
     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 file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <eunitcaps.h>
       
    20 
       
    21 TARGET            mt_hsccapiclient.dll
       
    22 TARGETTYPE        dll
       
    23 UID               0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY      EUNIT_CAPS
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 USERINCLUDE     ../inc
       
    29 
       
    30 MW_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 
       
    34 SOURCE          mthsccapiclient.cpp
       
    35 SOURCE          mt_hsccapiclient_dllmain.cpp
       
    36 
       
    37 LIBRARY         euser.lib
       
    38 LIBRARY         efsrv.lib
       
    39 LIBRARY         EUnit.lib
       
    40 LIBRARY         hscontentcontrol.lib
       
    41 LIBRARY         hscontentinfo.lib
       
    42 LIBRARY         ccclientsession.lib
       
    43 LIBRARY         hsccapiclient.lib
       
    44