diff -r c1e808730d6c -r eedf2dcd43c6 omxil/omxilcore/group/bld.inf --- a/omxil/omxilcore/group/bld.inf Mon May 03 13:56:28 2010 +0300 +++ b/omxil/omxilcore/group/bld.inf Fri May 07 16:25:23 2010 +0100 @@ -1,54 +1,56 @@ -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). -// All rights reserved. -// This component and the accompanying materials are made available -// under the terms of "Eclipse Public License v1.0" -// which accompanies this distribution, and is available -// at the URL "http://www.eclipse.org/legal/epl-v10.html". -// -// Initial Contributors: -// Nokia Corporation - initial contribution. -// -// Contributors: -// -// Description: -// - - -PRJ_MMPFILES -// Core and Loader -../mmpfiles/omxilsymbianloaderif.mmp -../mmpfiles/omxilsymbianloader.mmp -../mmpfiles/omxilcomponentif.mmp -../mmpfiles/omxilsymbiancontentpipeif.mmp -../mmpfiles/omxilcoreserver.mmp -../mmpfiles/omxilcoreclient.mmp - - - - -PRJ_EXPORTS -// OMX IL Loader Interface - -// Symbian intend to push OMX_Loader.h to the OMX IL community. Hence export this -// file in mixed case. Its name is listed in filenamepolicyexclusions.txt. -../inc/loader/OMX_Loader.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/loader/OMX_Loader.h) - -../inc/core/omxilloaderif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/core/omxilloaderif.h) -../inc/core/omxilloaderif.hrh /epoc32/include/openmax/il/core/omxilloaderif.hrh -../inc/core/omxilloaderif.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/core/omxilloaderif.inl) -../inc/core/omxilsymbianloaderif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/core/omxilsymbianloaderif.h) - -// OMX IL Component Interface -../inc/loader/omxilcomponentif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/loader/omxilcomponentif.h) -../inc/loader/omxilcomponentif.hrh /epoc32/include/openmax/il/loader/omxilcomponentif.hrh -../inc/loader/omxilsymbiancomponentif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/loader/omxilsymbiancomponentif.h) - -// Content Pipe Interface API -../inc/core/omxilcontentpipeif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/core/omxilcontentpipeif.h) -../inc/core/omxilcontentpipeif.hrh /epoc32/include/openmax/il/core/omxilcontentpipeif.hrh -../inc/core/omxilsymbiancontentpipeif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/core/omxilsymbiancontentpipeif.h) - - -// Romkit include files -omxilcore.iby /epoc32/rom/include/omxilcore.iby - +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +PRJ_PLATFORMS +BASEDEFAULT + +PRJ_MMPFILES +// Core and Loader +../mmpfiles/omxilsymbianloaderif.mmp +../mmpfiles/omxilsymbianloader.mmp +../mmpfiles/omxilcomponentif.mmp +../mmpfiles/omxilsymbiancontentpipeif.mmp +../mmpfiles/omxilcoreserver.mmp +../mmpfiles/omxilcoreclient.mmp + + + + +PRJ_EXPORTS +// OMX IL Loader Interface + +// Symbian intend to push OMX_Loader.h to the OMX IL community. Hence export this +// file in mixed case. Its name is listed in filenamepolicyexclusions.txt. +../inc/loader/OMX_Loader.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/loader/OMX_Loader.h) + +../inc/core/omxilloaderif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/core/omxilloaderif.h) +../inc/core/omxilloaderif.hrh /epoc32/include/openmax/il/core/omxilloaderif.hrh +../inc/core/omxilloaderif.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/core/omxilloaderif.inl) +../inc/core/omxilsymbianloaderif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/core/omxilsymbianloaderif.h) + +// OMX IL Component Interface +../inc/loader/omxilcomponentif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/loader/omxilcomponentif.h) +../inc/loader/omxilcomponentif.hrh /epoc32/include/openmax/il/loader/omxilcomponentif.hrh +../inc/loader/omxilsymbiancomponentif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/loader/omxilsymbiancomponentif.h) + +// Content Pipe Interface API +../inc/core/omxilcontentpipeif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/core/omxilcontentpipeif.h) +../inc/core/omxilcontentpipeif.hrh /epoc32/include/openmax/il/core/omxilcontentpipeif.hrh +../inc/core/omxilsymbiancontentpipeif.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(openmax/il/core/omxilsymbiancontentpipeif.h) + + +// Romkit include files +omxilcore.iby /epoc32/rom/include/omxilcore.iby +