os/mm/mmlibs/mmfw/MMPFiles/ControllerFramework/MmfStandardCustomCommands.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 target			mmfstandardcustomcommands.dll
    17 CAPABILITY      ALL -TCB
    18 targettype		DLL
    19 UID				0x1000008d 0x101F76DE
    20 VENDORID        0x70000001
    21 UNPAGED
    22 
    23 /**
    24 @file
    25 
    26 @SYMPurpose mmfstandardcustomcommands.dll MMF custom-command framework library
    27 */
    28 
    29 userinclude		../../inc
    30 USERINCLUDE		../../inc/mmf/ControllerFramework
    31 
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 
    34 SOURCEPATH		../../src/ControllerFramework
    35 source			MMFStandardCustomCommands.cpp
    36 source          MMFVideoFrameMessage.cpp
    37 source 			MMFDurationInfoCustomCommands.cpp
    38 source			MMFDRMCustomCommands.cpp
    39 #ifdef SYMBIAN_BUILD_GCE
    40 source			mmfvideosurfacecustomcommands.cpp
    41 #endif // SYMBIAN_BUILD_GCE
    42 
    43 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT 
    44 SOURCE mmfvideosubtitlecustomcommands.cpp
    45 #endif // SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    46 
    47 library			euser.lib
    48 library			mmfcontrollerframework.lib
    49 library			estor.lib
    50 library			fbscli.lib
    51 library			bafl.lib
    52 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    53 LIBRARY ws32.lib
    54 #endif
    55 
    56 nostrictdef
    57 strictdepend
    58 
    59 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    60 DEFFILE mmfstandardcustomcommands3.def
    61 #else
    62 #ifdef SYMBIAN_BUILD_GCE
    63 DEFFILE mmfstandardcustomcommands2.def
    64 #else
    65 #ifdef EABI
    66 DEFFILE MmfStandardCustomCommands.def
    67 #endif
    68 
    69 #ifdef WINSCW
    70 DEFFILE MMFSTANDARDCUSTOMCOMMANDS.DEF
    71 #endif
    72 #endif //SYMBIAN_BUILD_GCE
    73 #endif // SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    74 
    75 start			wins
    76 	baseaddress	0x4F340000
    77 end
    78 
    79 SMPSAFE