Update contrib.
1 // Copyright (c) 2005-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
15 // @SYMPurpose omxcomponent.dll A component that provides Symbian C++
16 // translation to OMX components.
20 #include "../src/openmax/omxuids.hrh" // get UIDs
22 TARGET omxcomponent.dll
25 UID KSharedLibraryUidDefine KOmxComponentDllDefine
28 USERINCLUDE ../src/openmax
29 USERINCLUDE ../inc/openmax
31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
33 SOURCEPATH ../src/openmax
34 SOURCE omxcomponentbody.cpp
35 SOURCE omxprocessingunit.cpp
36 SOURCE omxinputport.cpp
37 SOURCE omxoutputport.cpp
38 SOURCE omxinputportbody.cpp
39 SOURCE omxoutputportbody.cpp
43 LIBRARY mmcommonutils.lib
44 LIBRARY omxilcoreclient.lib
45 LIBRARY mmfserverbaseclasses.lib
47 DEFFILE omxcomponent.def