graphicscomposition/openwfcompositionengine/group/openwfc_ref.iby
branchRCL_3
changeset 19 bbf46f59e123
parent 0 5d03bc08d59c
child 20 25ffed67c7ef
equal deleted inserted replaced
18:57c618273d5c 19:bbf46f59e123
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-2010 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 //
     2 //
     8 // Initial Contributors:
     3 // Permission is hereby granted, free of charge, to any person obtaining a
     9 // Nokia Corporation - initial contribution.
     4 // copy of this software and/or associated documentation files (the
       
     5 // "Materials"), to deal in the Materials without restriction, including
       
     6 // without limitation the rights to use, copy, modify, merge, publish,
       
     7 // distribute, sublicense, and/or sell copies of the Materials, and to
       
     8 // permit persons to whom the Materials are furnished to do so, subject to
       
     9 // the following conditions:
    10 //
    10 //
    11 // Contributors:
    11 // The above copyright notice and this permission notice shall be included
       
    12 // in all copies or substantial portions of the Materials.
    12 //
    13 //
       
    14 // THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
       
    15 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
    16 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
       
    17 // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
       
    18 // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
       
    19 // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
       
    20 // MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
       
    21 // 
    13 // Description:
    22 // Description:
    14 // OpenWFC sample implementation
    23 // OpenWFC sample implementation
    15 
    24 
    16 #ifndef __OPENWFC_REF_IBY__
    25 #ifndef __OPENWFC_REF_IBY__
    17 #define __OPENWFC_REF_IBY__
    26 #define __OPENWFC_REF_IBY__
    20 #include <openwfc_support.iby>
    29 #include <openwfc_support.iby>
    21 
    30 
    22 REM OpenWFC SI
    31 REM OpenWFC SI
    23 file=ABI_DIR\BUILD_DIR\libWFC.dll				\sys\bin\libWFC.dll
    32 file=ABI_DIR\BUILD_DIR\libWFC.dll				\sys\bin\libWFC.dll
    24 
    33 
       
    34 #if !defined(OPENWFC_RI_DISPLAYDRIVERLIB_DRV)
       
    35 // Default display driver adaptation is for Display Channel
       
    36 #define OPENWFC_RI_DISPLAYDRIVERLIB_DRV <openwfc_ri_displaychannel.iby>
       
    37 #endif
       
    38 
       
    39 #include OPENWFC_RI_DISPLAYDRIVERLIB_DRV
       
    40 
    25 #endif // __OPENWFC_REF_IBY__
    41 #endif // __OPENWFC_REF_IBY__