uiresources_plat/cdl_api/tsrc/group/testdomcdl.mmp
changeset 0 05e9090e2422
child 100 9dbe1b043bea
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002 - 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:  mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh> 
       
    20 #ifdef SBSV2
       
    21     #include <platform_paths.hrh>
       
    22 #else // SBSV2 not defined
       
    23     #include <platform_paths.hrh>
       
    24 #endif // SBSV2
       
    25 
       
    26 TARGET          testdomcdl.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x2001CB80
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 DEFFILE         testdomcdl.def
       
    33 
       
    34 #ifdef SBSV2
       
    35     USERINCLUDE     ../inc 
       
    36 
       
    37     MW_LAYER_SYSTEMINCLUDE
       
    38     
       
    39     SOURCEPATH      ../src
       
    40     
       
    41     START RESOURCE ../data/testdomcdl.rss
       
    42     TARGETPATH RESOURCE_FILES_DIR
       
    43     HEADER
       
    44     END
       
    45         
       
    46     
       
    47     
       
    48 #else // SBSV2 not defined
       
    49 USERINCLUDE     ../inc 
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 SOURCEPATH      ../src
       
    54     
       
    55     START RESOURCE ../data/testdomcdl.rss
       
    56     TARGETPATH RESOURCE_FILES_DIR
       
    57     HEADER
       
    58     END
       
    59 #endif // SBSV2
       
    60 
       
    61 SOURCE          testdomcdl.cpp
       
    62 SOURCE          testdomcdlblocks.cpp
       
    63 SOURCE          testdomcdlblockscdlengine.cpp 
       
    64 SOURCE          testdomcdlblockscdlexplorer.cpp
       
    65 SOURCE          testdomcdlblockscdlrefs.cpp
       
    66 SOURCE          testdomcdlblockscdluserpackageexplorer.cpp 
       
    67 SOURCE          testdomcdlengineobserver.cpp
       
    68 
       
    69 
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         stiftestinterface.lib
       
    72 LIBRARY         stiftestengine.lib
       
    73 LIBRARY         cone.lib
       
    74 LIBRARY         cdlengine.lib
       
    75 LIBRARY         commonengine.lib
       
    76 
       
    77 
       
    78 LANG            SC
       
    79 
       
    80 // End of File