idlefw/group/aiutils.mmp
changeset 0 79c6a41cd166
child 14 15e4dd19031c
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  AI Utilities Factory
       
    15 *
       
    16 */
       
    17 
       
    18 #include        <platform_paths.hrh>
       
    19 #include        <data_caging_paths.hrh>
       
    20 //#include        <platform/mw/aisystemuids.hrh>
       
    21 
       
    22 TARGET          aiutils.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x10281865
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 
       
    28 SOURCEPATH      ../src/utility
       
    29 SOURCE			aiutility.cpp
       
    30 SOURCE			caipspropertyobserver.cpp
       
    31 SOURCE			caistrparser.cpp
       
    32 SOURCE			caiplugintool.cpp
       
    33 SOURCE			caicontentitemarrayiterator.cpp
       
    34 SOURCE          contentprioritymap.cpp
       
    35 SOURCE          aipluginsettingsimpl.cpp
       
    36 
       
    37 USERINCLUDE     .
       
    38 USERINCLUDE     ../inc/utility
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY			charconv.lib
       
    44