os/security/cryptomgmtlibs/securitytestfw/test/testutil/group/testutilclient.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2004-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 * testutilclient.dll test tool to perform file operations
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 MACRO __SECURE_API__
    25 MACRO __DATA_CAGING__
    26 CAPABILITY ALL SurroundingsDD UserEnvironment
    27 
    28 TARGET		testutilclient.dll
    29 TARGETTYPE	dll
    30 
    31 UID			0x1000008d 0xFFFFFFFF
    32 VENDORID	0x70000001
    33 
    34 USERINCLUDE ../client 
    35 USERINCLUDE ../common
    36 
    37 SOURCEPATH	../client
    38 
    39 SOURCE		testutilclient.cpp
    40 
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    42 
    43 LIBRARY		euser.lib
    44 LIBRARY		efsrv.lib
    45 
    46 SMPSAFE
    47