serviceapifw_plat/rtsecuritymanager_client_api/tsrc/group/ui_tsecuritymanager.mmp
changeset 57 61b27eec6533
parent 45 7aa6007702af
equal deleted inserted replaced
45:7aa6007702af 57:61b27eec6533
     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 
       
    20 
       
    21 
       
    22 /*TYPE TESTCLASS*//*
       
    23 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
    24 * All rights reserved.
       
    25 * This component and the accompanying materials are made available
       
    26 * under the terms of the License "Eclipse Public License v1.0"
       
    27 * which accompanies this distribution, and is available
       
    28 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    29 *
       
    30 * Initial Contributors:
       
    31 * Nokia Corporation - initial contribution.
       
    32 *
       
    33 * Contributors:
       
    34 *
       
    35 * Description:  ?Description
       
    36 *
       
    37 */
       
    38 
       
    39 
       
    40 #if defined(__S60_)
       
    41         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    42         #include <platform_paths.hrh>
       
    43 #endif
       
    44 
       
    45 TARGET          ui_tsecuritymanager.dll
       
    46 TARGETTYPE      dll
       
    47 UID             0x1000008D 0x101FB3E3
       
    48 
       
    49 CAPABILITY      ALL -TCB
       
    50 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    51 // VENDORID     0x00000000
       
    52 /* Remove comments and replace 0x00000000 with correct secure id */
       
    53 // SECUREID     0x00000000
       
    54 
       
    55 //TARGETPATH      ?target_path
       
    56 DEFFILE         ui_tsecuritymanager.def
       
    57 
       
    58 SOURCEPATH      ../src
       
    59 SOURCE          ui_tsecuritymanager.cpp
       
    60 SOURCE          ui_tsecuritymanagerblocks.cpp
       
    61 
       
    62 //RESOURCE        resource_file
       
    63 //RESOURCE        resource_file2
       
    64 
       
    65 USERINCLUDE     ../inc 
       
    66 
       
    67 
       
    68 MW_LAYER_SYSTEMINCLUDE
       
    69 
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         stiftestinterface.lib
       
    72 LIBRARY         stiftestengine.lib
       
    73 
       
    74  
       
    75 LIBRARY           apparc.lib
       
    76 LIBRARY           cone.lib 
       
    77 LIBRARY           eikcore.lib  
       
    78 LIBRARY           avkon.lib  
       
    79 LIBRARY           gdi.lib  
       
    80 LIBRARY			  		RTSecMgrClient.lib  
       
    81 LIBRARY 					efsrv.lib 
       
    82 LIBRARY			RTSecMgrUtil.lib bafl.lib AknSkins.lib Flogger.lib
       
    83 LIBRARY         ws32.lib eikcoctl.lib eikctl.lib  apgrfx.lib aknskins.lib aknskinsrv.lib aknswallpaperutils.lib 
       
    84 
       
    85 LANG            SC
       
    86 
       
    87