graphicscomposition/openwfcompositionengine/group/openwfc_ref.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 23:50:05 +0300
branchRCL_3
changeset 177 183e23d95fab
parent 164 25ffed67c7ef
permissions -rw-r--r--
Revision: 201029 Kit: 201035
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
164
25ffed67c7ef Revert incorrect RCL_3 drop:
Pat Downey <patd@symbian.org>
parents: 163
diff changeset
     1
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
25ffed67c7ef Revert incorrect RCL_3 drop:
Pat Downey <patd@symbian.org>
parents: 163
diff changeset
     2
// All rights reserved.
25ffed67c7ef Revert incorrect RCL_3 drop:
Pat Downey <patd@symbian.org>
parents: 163
diff changeset
     3
// This component and the accompanying materials are made available
25ffed67c7ef Revert incorrect RCL_3 drop:
Pat Downey <patd@symbian.org>
parents: 163
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
25ffed67c7ef Revert incorrect RCL_3 drop:
Pat Downey <patd@symbian.org>
parents: 163
diff changeset
     5
// which accompanies this distribution, and is available
25ffed67c7ef Revert incorrect RCL_3 drop:
Pat Downey <patd@symbian.org>
parents: 163
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
0
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     7
//
164
25ffed67c7ef Revert incorrect RCL_3 drop:
Pat Downey <patd@symbian.org>
parents: 163
diff changeset
     8
// Initial Contributors:
25ffed67c7ef Revert incorrect RCL_3 drop:
Pat Downey <patd@symbian.org>
parents: 163
diff changeset
     9
// Nokia Corporation - initial contribution.
0
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    10
//
164
25ffed67c7ef Revert incorrect RCL_3 drop:
Pat Downey <patd@symbian.org>
parents: 163
diff changeset
    11
// Contributors:
25ffed67c7ef Revert incorrect RCL_3 drop:
Pat Downey <patd@symbian.org>
parents: 163
diff changeset
    12
//
0
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    13
// Description:
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    14
// OpenWFC sample implementation
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    15
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    16
#ifndef __OPENWFC_REF_IBY__
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    17
#define __OPENWFC_REF_IBY__
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    18
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    19
#include <egl.iby>
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    20
#include <openwfc_support.iby>
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    21
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    22
REM OpenWFC SI
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    23
file=ABI_DIR\BUILD_DIR\libWFC.dll				\sys\bin\libWFC.dll
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    24
5d03bc08d59c Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    25
#endif // __OPENWFC_REF_IBY__