uiacceltk/hitchcock/AlfDecoderServerClient/src/alfdecoderserverclient.mmp
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     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 project alfclient
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 
       
    23 TARGET                  alfdecoderserverclient.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     0x1000008d 0x2001CB59
       
    26 VERSION                 10.0
       
    27 
       
    28 CAPABILITY              CAP_CLIENT_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                  alfdecoderserverclient.cpp
       
    33 SOURCE                  alfcompositionclient.cpp
       
    34 
       
    35 SYSTEMINCLUDE             ../../ServerCore/Inc
       
    36 SYSTEMINCLUDE             ../../CommonInc
       
    37 
       
    38 
       
    39 #include <platform_paths.hrh>
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 
       
    43 SYSTEMINCLUDE           ../../../../inc
       
    44 
       
    45 
       
    46 LIBRARY                 euser.lib alfappservercore.lib ws32.lib
       
    47 LIBRARY					cone.lib 
       
    48 LIBRARY					surfaceupdateclient.lib
       
    49 LIBRARY					surfacemanager.lib
       
    50