codhandler/ddviewer/group/DdViewer.mmp
changeset 0 dd21522fd290
child 13 10e98eab6f85
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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 *      Project specification for DD Viewer.   
       
    16 *      
       
    17 *
       
    18 */
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform/mw/Browser_platform_variant.hrh>
       
    22 #include "../../CodEng/inc/CodDefs.h"
       
    23 
       
    24 TARGET          DdViewer.exe
       
    25 TARGETTYPE      exe
       
    26 EPOCSTACKSIZE   0x5000
       
    27 UID             0x100039ce DD_VIEWER_UID
       
    28 CAPABILITY      CAP_APPLICATION
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH  ../src
       
    32 
       
    33 SOURCE          DdViewer.cpp 
       
    34 
       
    35 START RESOURCE ../data/DdViewer.rss
       
    36 HEADER
       
    37 TARGETPATH APP_RESOURCE_DIR
       
    38 LANGUAGE_IDS
       
    39 END
       
    40 
       
    41 SYSTEMINCLUDE   ../../CodEng/inc
       
    42 SYSTEMINCLUDE   ../../CodUi/inc
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         eikcore.lib
       
    48 LIBRARY         apparc.lib
       
    49 LIBRARY         CodUi.lib
       
    50 
       
    51 START RESOURCE ../data/DdViewer_reg.rss
       
    52 DEPENDS ddviewer.rsg
       
    53 // Do not change the UID below.
       
    54 TARGETPATH /private/10003a3f/apps
       
    55 END