mds_pub/content_listing_framework_api/tsrc/group/ContentListingFramework.mmp
branchRCL_3
changeset 8 50de4d668bb6
equal deleted inserted replaced
7:3cebc1a84278 8:50de4d668bb6
       
     1 /*
       
     2 * Copyright (c) 2007 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 // DEFINES
       
    22 #define         KEUnitUid3 0x1000af59
       
    23 #define         KEUnitTestDllUid2 0x1000af5a
       
    24 
       
    25 // Build target
       
    26 //TARGET          CLFApiMdlTest.dll
       
    27 TARGET          ContentListingFrameworkTest.dll
       
    28 TARGETTYPE      dll
       
    29 UID             KEUnitTestDllUid2 KEUnitUid3
       
    30 
       
    31 //CAPABILITY      ALL -TCB -DRM
       
    32 CAPABILITY      ALL -TCB
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 DEFFILE         ContentListingFrameworkTest.def
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          ContentListingFrameworkTest.cpp
       
    39 SOURCE          ContentListingFrameworkTestBlocks.cpp
       
    40 
       
    41 START RESOURCE  ContentListingFrameworkTest.rss
       
    42   HEADER
       
    43   TARGETPATH    RESOURCE_FILES_DIR
       
    44   LANGUAGE_IDS
       
    45 END
       
    46 
       
    47 SYSTEMINCLUDE     /epoc32/include/ecom
       
    48 USERINCLUDE     ../inc
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         stiftestinterface.lib
       
    54 LIBRARY         stiftestengine.lib
       
    55 LIBRARY         platformenv.lib
       
    56 LIBRARY         ContentListingFramework.lib 
       
    57 LIBRARY         estor.lib
       
    58 LIBRARY         efsrv.lib
       
    59 LIBRARY         bafl.lib