authenticationservices/authenticationserver/test/authtool/authtool.mmp
changeset 19 ece3df019add
child 48 eb9b28acd381
equal deleted inserted replaced
17:cd501b96611d 19:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2009 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 the License "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: 
       
    15 *
       
    16 */
       
    17 
       
    18 /**
       
    19 @file
       
    20 
       
    21 @SYMPurpose authtool.exe used to dump the contents of the AuthServer's database.
       
    22 */
       
    23 
       
    24 TARGET	authtool.exe
       
    25 TARGETTYPE	exe
       
    26 
       
    27 UID 0x10000079 0x10001011
       
    28 VENDORID 0x70000001
       
    29 
       
    30 CAPABILITY WriteDeviceData ReadDeviceData ReadUserData WriteUserData
       
    31 
       
    32 SOURCEPATH	.
       
    33 SOURCE authtool.cpp
       
    34 
       
    35 SYSTEMINCLUDE /epoc32/include
       
    36 USERINCLUDE ../../inc/authserver
       
    37 
       
    38 LIBRARY	euser.lib authclient.lib authcommon.lib
       
    39 SMPSAFE