testexecmdw/tef/tef/wrapperutils/group/wrapperutilsplugin.mmp
branchRCL_3
changeset 3 9397a16b6eb8
parent 1 6edeef394eb7
equal deleted inserted replaced
1:6edeef394eb7 3:9397a16b6eb8
     1 /*
       
     2 * Copyright (c) 2005-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 "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 
       
    20 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    21 TARGET wrapperutilsplugin5.dll
       
    22 CAPABILITY	All -TCB
       
    23 #else
       
    24 TARGET wrapperutilsplugin1.dll
       
    25 CAPABILITY	All
       
    26 #endif
       
    27 TARGETTYPE dll
       
    28 
       
    29 UID		0x1000008d 0x10210D36
       
    30 VENDORID	0x70000001
       
    31 
       
    32 SOURCEPATH	../src
       
    33 SOURCE		wrapperutilsplugin.cpp fileservplugin.cpp sysstartplugin.cpp
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 
       
    38 LIBRARY euser.lib efsrv.lib
       
    39 
       
    40 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    41 LIBRARY ssmcmn.lib
       
    42 #else
       
    43 LIBRARY domaincli.lib
       
    44 #endif