appinstall_plat/sifui_api/group/sifui.mmp
changeset 25 98b66e4fb0be
child 29 26b6f0522fd8
equal deleted inserted replaced
24:84a16765cd86 25:98b66e4fb0be
       
     1 /*
       
     2 * Copyright (c) 2010 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 specification for SifUiCli. This component
       
    15 *               provides UI interface for SIF plugins.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET          sifui.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x20022FC2
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL DRM
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          sifui.cpp
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 LIBRARY         euser.lib		// User
       
    37 LIBRARY         HbCore.lib		// CHbDeviceDialog
       
    38 LIBRARY         apgrfx.lib		// CApaMaskedBitmap
       
    39 LIBRARY         fbscli.lib		// CFbsBitmap
       
    40