os/mm/mmlibs/mmfw/MMPFiles/ControllerFramework/MmfStandardCustomCommands.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmlibs/mmfw/MMPFiles/ControllerFramework/MmfStandardCustomCommands.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,79 @@
     1.4 +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +target			mmfstandardcustomcommands.dll
    1.20 +CAPABILITY      ALL -TCB
    1.21 +targettype		DLL
    1.22 +UID				0x1000008d 0x101F76DE
    1.23 +VENDORID        0x70000001
    1.24 +UNPAGED
    1.25 +
    1.26 +/**
    1.27 +@file
    1.28 +
    1.29 +@SYMPurpose mmfstandardcustomcommands.dll MMF custom-command framework library
    1.30 +*/
    1.31 +
    1.32 +userinclude		../../inc
    1.33 +USERINCLUDE		../../inc/mmf/ControllerFramework
    1.34 +
    1.35 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.36 +
    1.37 +SOURCEPATH		../../src/ControllerFramework
    1.38 +source			MMFStandardCustomCommands.cpp
    1.39 +source          MMFVideoFrameMessage.cpp
    1.40 +source 			MMFDurationInfoCustomCommands.cpp
    1.41 +source			MMFDRMCustomCommands.cpp
    1.42 +#ifdef SYMBIAN_BUILD_GCE
    1.43 +source			mmfvideosurfacecustomcommands.cpp
    1.44 +#endif // SYMBIAN_BUILD_GCE
    1.45 +
    1.46 +#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT 
    1.47 +SOURCE mmfvideosubtitlecustomcommands.cpp
    1.48 +#endif // SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    1.49 +
    1.50 +library			euser.lib
    1.51 +library			mmfcontrollerframework.lib
    1.52 +library			estor.lib
    1.53 +library			fbscli.lib
    1.54 +library			bafl.lib
    1.55 +#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    1.56 +LIBRARY ws32.lib
    1.57 +#endif
    1.58 +
    1.59 +nostrictdef
    1.60 +strictdepend
    1.61 +
    1.62 +#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    1.63 +DEFFILE mmfstandardcustomcommands3.def
    1.64 +#else
    1.65 +#ifdef SYMBIAN_BUILD_GCE
    1.66 +DEFFILE mmfstandardcustomcommands2.def
    1.67 +#else
    1.68 +#ifdef EABI
    1.69 +DEFFILE MmfStandardCustomCommands.def
    1.70 +#endif
    1.71 +
    1.72 +#ifdef WINSCW
    1.73 +DEFFILE MMFSTANDARDCUSTOMCOMMANDS.DEF
    1.74 +#endif
    1.75 +#endif //SYMBIAN_BUILD_GCE
    1.76 +#endif // SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    1.77 +
    1.78 +start			wins
    1.79 +	baseaddress	0x4F340000
    1.80 +end
    1.81 +
    1.82 +SMPSAFE