uiacceltk/hitchcock/TokenServer/ClientSrc/ftokenclient.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 "../Inc/ftokenuids.h"
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 TARGET                  ftokenclient.dll
       
    25 TARGETTYPE              dll
       
    26 UID                     0x1000008d KDLLUID
       
    27 VERSION                 10.0
       
    28 
       
    29 CAPABILITY              CAP_CLIENT_DLL
       
    30 VENDORID                VID_DEFAULT
       
    31 
       
    32 SOURCEPATH              ../ClientSrc
       
    33 SOURCE                  ftokenclient.cpp
       
    34 
       
    35 
       
    36 USERINCLUDE             ../Inc
       
    37 
       
    38 #include <platform_paths.hrh>
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 
       
    42 SYSTEMINCLUDE           ../../../../inc
       
    43 
       
    44 
       
    45 LIBRARY                 euser.lib
       
    46 LIBRARY                 efsrv.lib
       
    47 
       
    48 
       
    49