svgtviewer/SvgtViewerPlugin/Group/SVGTUIControl.mmp
branchRCL_3
changeset 20 5fd161fa28b6
parent 0 632761c941a7
equal deleted inserted replaced
17:e52958d06c29 20:5fd161fa28b6
       
     1 /*
       
     2 * Copyright (c) 2004,2005 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:  This is the .mmp for building the SVGT UI Control for
       
    15 *                the Series60 Platform.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          SVGTUIControl.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101F8749
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL 
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 
       
    31 /* exportunfrozen */
       
    32 
       
    33 SOURCEPATH      ../UIControlSrc
       
    34 SOURCE          SVGTUIDialog.cpp
       
    35 SOURCE          SVGTCustControl.cpp
       
    36 SOURCE          SVGTProgressBarTimer.cpp
       
    37 SOURCE          SVGTPointerHideTimer.cpp
       
    38 SOURCE          SVGTDrmHelper.cpp
       
    39 SOURCE          SVGTThumbnailUtil.cpp
       
    40 SOURCE          SvgtController.cpp
       
    41 SOURCE          SvgtEvent.cpp
       
    42 SOURCE          SvgtEventHandlerAO.cpp
       
    43 SOURCE          SvgtDecoratorControl.cpp 
       
    44 
       
    45 // This is a SYSTEMINCLUDE macro containing the applications
       
    46 // layer specific include directories
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 START RESOURCE  ../data/SVGTUIControl.rss
       
    50 TARGETPATH      RESOURCE_FILES_DIR
       
    51 HEADER
       
    52 LANGUAGE_IDS
       
    53 END  // RESOURCE
       
    54 
       
    55 USERINCLUDE     ../UIControlInc
       
    56 
       
    57 
       
    58 
       
    59 SYSTEMINCLUDE   /epoc32/include/libc
       
    60 
       
    61 
       
    62 LIBRARY         aknskins.lib
       
    63 LIBRARY         egul.lib
       
    64 LIBRARY         euser.lib
       
    65 LIBRARY         apparc.lib
       
    66 LIBRARY         cone.lib
       
    67 LIBRARY         eikcore.lib
       
    68 LIBRARY         avkon.lib
       
    69 LIBRARY         eikcoctl.lib
       
    70 LIBRARY         eikctl.lib
       
    71 LIBRARY         bafl.lib
       
    72 LIBRARY         estor.lib
       
    73 LIBRARY         efsrv.lib
       
    74 LIBRARY         fbscli.lib
       
    75 LIBRARY         bitgdi.lib
       
    76 LIBRARY         gdi.lib
       
    77 LIBRARY         eikdlg.lib
       
    78 LIBRARY         svgengine.lib
       
    79 LIBRARY         drmhelper.lib
       
    80 LIBRARY         drmcommon.lib
       
    81 LIBRARY         commonengine.lib
       
    82 LIBRARY         aknicon.lib              // AknIconUtils 
       
    83 LIBRARY         CdlEngine.lib            // Scalable UI 
       
    84 LIBRARY         AknLayout2.lib           // Scalable UI
       
    85 LIBRARY         AknLayout2Scalable.lib   // Scalable UI
       
    86 LIBRARY         InetProtUtil.lib
       
    87 LIBRARY         svgtfileviewdetails.lib
       
    88 LIBRARY         ws32.lib
       
    89 
       
    90 #ifdef RD_SVGT_AUDIO_SUPPORT
       
    91 LIBRARY         remconcoreapi.lib
       
    92 LIBRARY         remconinterfacebase.lib
       
    93 #endif
       
    94 
       
    95 #ifdef __SERIES60_HELP
       
    96 LIBRARY         hlplch.lib               // for "Help" options menu
       
    97 #endif // __SERIES60_HELP
       
    98 LIBRARY         caf.lib                  // CAF library: for DRM
       
    99 LIBRARY         SVGTAppObserverUtil.lib
       
   100 
       
   101 LANGUAGE_IDS
       
   102 
       
   103 #if defined( ARMCC )
       
   104 deffile ../EABI/SVGTUICONTROL.def
       
   105 #elif defined( WINSCW )
       
   106 deffile ../BWINSCW/SVGTUICONTROL.def
       
   107 #elif defined( WINS )
       
   108 deffile ../bwins/SVGTUICONTROL.def
       
   109 #else
       
   110 deffile ../bmarm/SVGTUICONTROL.def
       
   111 #endif
       
   112 // End of File