usbuis/imageprintui/group/imageprintui.mmp
changeset 93 2dc695882abd
parent 89 3592750162a5
equal deleted inserted replaced
89:3592750162a5 93:2dc695882abd
     1 /*
       
     2 * Copyright (c) 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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  imageprintui.exe
       
    23 TARGETTYPE              exe
       
    24 EPOCSTACKSIZE           0x5000
       
    25 UID                     0x100039CE 0x1020E470
       
    26 
       
    27 CAPABILITY              CAP_APPLICATION
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  imageprintuiapp.cpp
       
    32 SOURCE                  imageprintuiappui.cpp
       
    33 SOURCE                  imageprintuidocument.cpp
       
    34 
       
    35 SOURCE                  emptyview.cpp
       
    36 SOURCE                  emptycontainer.cpp
       
    37 SOURCE                  settingsview.cpp
       
    38 SOURCE                  settingscontainer.cpp
       
    39 SOURCE                  settingsitems.cpp
       
    40 
       
    41 SOURCE                  connectionmanager.cpp
       
    42 SOURCE                  capabilitymanager.cpp
       
    43 SOURCE                  eventmanager.cpp
       
    44 SOURCE                  requestmanager.cpp
       
    45 SOURCE                  notes.cpp
       
    46 SOURCE                  notetimer.cpp
       
    47 
       
    48 USERINCLUDE             ../inc
       
    49 
       
    50 
       
    51 START RESOURCE          ../data/imageprintui.rss
       
    52 HEADER
       
    53 TARGETPATH              APP_RESOURCE_DIR
       
    54 LANGUAGE_IDS
       
    55 END 
       
    56 
       
    57 
       
    58 START RESOURCE         ../data/phonecapability.rss
       
    59 HEADER
       
    60 TARGETPATH              /private/1020e470
       
    61 LANGUAGE_IDS
       
    62 END 
       
    63 
       
    64 
       
    65 
       
    66 START RESOURCE          ../data/imageprintui_reg.rss
       
    67 DEPENDS imageprintui.rsg
       
    68 TARGETPATH              /private/10003a3f/apps
       
    69 END 
       
    70 
       
    71 
       
    72 APP_LAYER_SYSTEMINCLUDE
       
    73 
       
    74 LIBRARY                 euser.lib apparc.lib cone.lib eikcore.lib 
       
    75 LIBRARY                 eikcoctl.lib avkon.lib
       
    76 LIBRARY                 bafl.lib            // Basic Application Framework 
       
    77 LIBRARY                 aknskins.lib        // Skinned icons
       
    78 LIBRARY                 aknicon.lib
       
    79 LIBRARY                 CommonEngine.lib    // Series 60 common components library
       
    80 LIBRARY                 pictbridge.lib
       
    81 LIBRARY                 eikcdlg.lib eikctl.lib estor.lib efsrv.lib
       
    82 LIBRARY                 servicehandler.lib 
       
    83 LIBRARY                 DRMCommon.lib
       
    84 LIBRARY                 imageconversion.lib
       
    85 LIBRARY                 PlatformEnv.lib // PathInfo
       
    86 LIBRARY                 commonui.lib
       
    87 
       
    88 
       
    89 
       
    90 #ifdef __SERIES60_HELP
       
    91 LIBRARY hlplch.lib                          // Help library
       
    92 #endif
       
    93 
       
    94 
       
    95 DEBUGLIBRARY            flogger.lib         // File logging services
       
    96 
       
    97 // End of File