idlehomescreen/exths/group/aicontainer.mmp
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  This is project specification file for the Active Idle.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET      aicontainer.dll
       
    23 CAPABILITY  CAP_ECOM_PLUGIN
       
    24 TARGETTYPE  PLUGIN
       
    25 UID         0x10009D8D 0x101FD657
       
    26 VENDORID    VID_DEFAULT
       
    27 
       
    28 // Module's own directory structure
       
    29 USERINCLUDE     .
       
    30 USERINCLUDE     ../../inc
       
    31 USERINCLUDE     ../inc/plugincontainer
       
    32 USERINCLUDE     ../inc/pluginif
       
    33 USERINCLUDE     ../data
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 
       
    38 // Symbian OS style base classes for application
       
    39 SOURCEPATH      ../src/plugincontainer
       
    40 
       
    41 SOURCE        caiplugincontainercontrol.cpp
       
    42 SOURCE        propertyobserver.cpp
       
    43 SOURCE        dllmain.cpp
       
    44 
       
    45 // Resources
       
    46 SOURCEPATH      ../data
       
    47 START RESOURCE  101fd657.rss
       
    48 TARGET      aicontainer.rsc
       
    49 END
       
    50 
       
    51 // Symbian OS general
       
    52 LIBRARY        euser.lib
       
    53 LIBRARY        cone.lib
       
    54 LIBRARY        bafl.lib
       
    55 LIBRARY        ecom.lib
       
    56 LIBRARY        ws32.lib
       
    57 LIBRARY        avkon.lib
       
    58 LIBRARY        aknskins.lib
       
    59 LIBRARY        commonengine.lib
       
    60 LIBRARY        eikcore.lib
       
    61 LIBRARY        cdlengine.lib
       
    62 
       
    63 
       
    64 // Central repository
       
    65 LIBRARY         centralrepository.lib
       
    66 LIBRARY         cenrepnotifhandler.lib
       
    67 
       
    68 //LIBRARY          aknskins.lib
       
    69 
       
    70 // End of File