fotaapplication/fotaserver/FotaStorage/group/fotastorage.mmp
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     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:   xxxxxx
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET      fotastorage.dll
       
    22 
       
    23 TARGETTYPE PLUGIN
       
    24 
       
    25 // MAGIC Dll recognition UID to support ECom.
       
    26 UID 0x10009D8D 0x102072C6
       
    27 
       
    28 CAPABILITY CAP_ECOM_PLUGIN
       
    29 
       
    30 VENDORID VID_DEFAULT
       
    31 
       
    32 SOURCEPATH  ../src
       
    33 // SOURCE      fotastorage.cpp
       
    34 //SOURCE      fotadiskstorage.cpp
       
    35 
       
    36 SOURCEPATH  ../data
       
    37 START RESOURCE 102072C6.rss
       
    38 TARGET fotastorage.rsc
       
    39 LANGUAGE_IDS
       
    40 END
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE   /epoc32/include/ecom
       
    46 SYSTEMINCLUDE   /epoc32/include/icl
       
    47 SYSTEMINCLUDE   /epoc32/include/libc
       
    48 
       
    49 LIBRARY			euser.lib
       
    50 LIBRARY			fbscli.lib
       
    51 LIBRARY			bafl.lib
       
    52 LIBRARY			estor.lib
       
    53 LIBRARY			efsrv.lib
       
    54 
       
    55 SMPSAFE
       
    56