contextutility/group/hgcontextutility.mmp
branchRCL_3
changeset 14 15e4dd19031c
parent 12 502e5d91ad42
child 15 a0713522ab97
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
     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:  Context publishing helper dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <defaultcaps.hrh>
       
    21 
       
    22 TARGETTYPE DLL
       
    23 TARGET hgcontextutility.dll
       
    24 UID 0x1000008d
       
    25 CAPABILITY CAP_GENERAL_DLL
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          hgcontextutilitybase.cpp
       
    29 SOURCE          hgcontextutility.cpp
       
    30 SOURCE          hgcontextutilityimpl.cpp
       
    31 
       
    32 USERINCLUDE     ../inc
       
    33 USERINCLUDE     ../../inc
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 LIBRARY         euser.lib
       
    38 LIBRARY         estor.lib
       
    39 LIBRARY         bafl.lib
       
    40 LIBRARY         cfclient.lib
       
    41 LIBRARY         cfservices.lib
       
    42 LIBRARY         cone.lib
       
    43 LIBRARY         ws32.lib
       
    44 LIBRARY         mdeclient.lib
       
    45 LIBRARY         vpbkeng.lib
       
    46