gstreamer_test_apps/gstplayer/group/gstplayer.mmp
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     3 *
       
     4 * This library is free software; you can redistribute it and/or
       
     5 * modify it under the terms of the GNU Lesser General Public
       
     6 * License as published by the Free Software Foundation; either
       
     7 * version 2 of the License, or (at your option) any later version.
       
     8 *
       
     9 * This library is distributed in the hope that it will be useful,
       
    10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    12 * Lesser General Public License for more details.
       
    13 *
       
    14 * You should have received a copy of the GNU Lesser General Public
       
    15 * License along with this library; if not, write to the
       
    16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    17 * Boston, MA 02111-1307, USA.
       
    18 *
       
    19 * Description:
       
    20 *
       
    21 */
       
    22 /*
       
    23 * ==============================================================================
       
    24 *  Name        : gstplayer.mmp
       
    25 *  Part of     : GSTPlayer
       
    26 *  Interface   :
       
    27 *  Description :
       
    28 *  Version     :
       
    29 *
       
    30 * ==============================================================================
       
    31 */
       
    32 
       
    33 #include <platform_paths.hrh>
       
    34 
       
    35 TARGET          GSTPlayer.exe
       
    36 TARGETTYPE      exe
       
    37 UID             0x100039CE 0xA000017F
       
    38 LANG            SC
       
    39 VENDORID        VID_DEFAULT
       
    40 CAPABILITY      All -tcb
       
    41 
       
    42 SECUREID        0xA000017F
       
    43 EPOCSTACKSIZE   0x8000
       
    44 EPOCHEAPSIZE 	0x1000000 0x1000000
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 SOURCE          GSTPlayer.cpp
       
    48 SOURCE          GSTPlayerapplication.cpp
       
    49 SOURCE          GSTPlayerappview.cpp
       
    50 SOURCE          GSTPlayerappui.cpp
       
    51 SOURCE          GSTPlayerdocument.cpp
       
    52 SOURCE          RichTextEditor.cpp
       
    53 SOURCE          GlibEventHandler.cpp
       
    54 SOURCE          SymGstreamer.cpp
       
    55 
       
    56 SOURCEPATH      ../data
       
    57 
       
    58 START RESOURCE  gstplayer.rss
       
    59 HEADER
       
    60 TARGETPATH      resource/apps
       
    61 END //RESOURCE
       
    62 
       
    63 START RESOURCE  GSTPlayer_reg.rss
       
    64 DEPENDS 	gstplayer.rsg
       
    65 #ifdef WINSCW
       
    66 TARGETPATH      /private/10003a3f/apps
       
    67 #else
       
    68 TARGETPATH      /private/10003a3f/import/apps
       
    69 #endif
       
    70 END //RESOURCE
       
    71 
       
    72 USERINCLUDE     ../inc
       
    73 
       
    74 MW_LAYER_SYSTEMINCLUDE
       
    75 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    76 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    77 MW_LAYER_GSTREAMER_SYSTEMINCLUDE
       
    78 
       
    79 LIBRARY         euser.lib
       
    80 LIBRARY         apparc.lib
       
    81 LIBRARY         cone.lib
       
    82 LIBRARY         eikcore.lib
       
    83 LIBRARY         avkon.lib
       
    84 LIBRARY         commonengine.lib
       
    85 LIBRARY         efsrv.lib
       
    86 LIBRARY         estor.lib
       
    87 LIBRARY         PlatformEnv.lib
       
    88 LIBRARY         CommonDialogs.lib
       
    89 LIBRARY         eikctl.lib
       
    90 LIBRARY         eikcoctl.lib
       
    91 LIBRARY         etext.lib
       
    92 LIBRARY         ws32.lib
       
    93 LIBRARY         libc.lib
       
    94 LIBRARY         libpthread.lib
       
    95 LIBRARY         libdl.lib
       
    96 LIBRARY         libm.lib
       
    97 LIBRARY         libglib.lib
       
    98 LIBRARY         libgmodule.lib
       
    99 LIBRARY         libgobject.lib
       
   100 LIBRARY         libgthread.lib
       
   101 LIBRARY         glibbackend.lib
       
   102 //LIBRARY         libpopt.lib
       
   103 LIBRARY         libz.lib
       
   104 //LIBRARY         pavFeedsLibXml2.lib
       
   105 LIBRARY         libgstreamer.lib
       
   106 //LIBRARY         libgsterrorconcealment.lib
       
   107 //LIBRARY         libgstg711decoderinterface.lib
       
   108 LIBRARY         libgstdevsoundext.lib
       
   109 LIBRARY         MMFDevSound.lib
       
   110 
       
   111 // End of File
       
   112 
       
   113 SMPSAFE