uiacceltk/hitchcock/group/bld.inf
changeset 64 9f8c0686fb49
equal deleted inserted replaced
-1:000000000000 64:9f8c0686fb49
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Build information file for project alfappserver
       
    15 *  Version     : %version: tr1sido#128.1.12 %
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef ALF_USE_OPENWF_COMPOSITION
       
    20 #ifdef SYMBIAN_GRAPHICS_BUILD_OPENWF_WSERV
       
    21 #define ALF_USE_OPENWF_COMPOSITION
       
    22 #endif
       
    23 #endif
       
    24 
       
    25 PRJ_PLATFORMS
       
    26 DEFAULT
       
    27 
       
    28 #include <bldvariant.hrh>
       
    29 
       
    30 // use platform macros with subfolder
       
    31 #include <platform_paths.hrh>
       
    32 #define MW_LAYER_PLATFORM_EXPORT_PATH_ACCTK(exported) MW_LAYER_PLATFORM_EXPORT_PATH(uiacceltk/##exported)
       
    33 #define MW_LAYER_PLATFORM_EXPORT_PATH_ALF(exported) MW_LAYER_PLATFORM_EXPORT_PATH(alf/##exported)
       
    34 
       
    35 #include "../goommonitor/group/bld.inf"
       
    36 
       
    37 PRJ_EXPORTS
       
    38 #include "core_exports.inc"
       
    39 #include "alf_exports.inc"
       
    40 
       
    41 // example effects are no longer exported.
       
    42 // To make testing easier we now always export the default skin .sel file that contains
       
    43 // separate keyword definitions for appear and disappera effects for control transitions.
       
    44 // After effect system is complete and aknskins has taken over the correct 101f84b9.sel file
       
    45 // and manifest.mf file, we should no longer export these files.
       
    46 #ifndef SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS
       
    47 #ifndef ALF_USE_OPENWF_COMPOSITION
       
    48 ../coretoolkit/data/101f84b9.sel /epoc32/data/z/resource/skins/101f84b9/101f84b9.sel
       
    49 ../coretoolkit/data/101f84b9.sel /epoc32/release/winscw/udeb/z/resource/skins/101f84b9/101f84b9.sel
       
    50 ../coretoolkit/data/101f84b9.sel /epoc32/release/winscw/urel/z/resource/skins/101f84b9/101f84b9.sel
       
    51 
       
    52 ../coretoolkit/data/manifest.mf /epoc32/data/z/resource/effects/manifest.mf
       
    53 ../coretoolkit/data/manifest.mf /epoc32/release/winscw/udeb/z/resource/effects/manifest.mf
       
    54 ../coretoolkit/data/manifest.mf /epoc32/release/winscw/urel/z/resource/effects/manifest.mf
       
    55 
       
    56 // Any effect files that you want to use in the emulator can be copied to
       
    57 // /epoc32/release/winscw/udeb/z/resource/effects/ directory
       
    58 // or /epoc32/winscw/c/resource/effects
       
    59 
       
    60 // Test effects are not included in ROM by default.
       
    61 // For testing effects in ROM you must either modify some iby file to get the files onto rom
       
    62 // to directory /resource/effects/
       
    63 
       
    64 // For easier testing you can also copy the effect files onto a memory card into
       
    65 // /resource/effects/ directory.
       
    66 // These files can be changed any time and reregistered by changing the skin
       
    67 #endif // #ifndef ALF_USE_OPENWF_COMPOSITION
       
    68 #endif // #ifndef SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS
       
    69 
       
    70 // backround animation shaders
       
    71 ../backgroundanim/refplugin/data/refvertexshader.vsh /epoc32/data/z/private/200286D3/refvertexshader.vsh
       
    72 ../backgroundanim/refplugin/data/reffragmentshader.fsh /epoc32/data/z/private/200286D3/reffragmentshader.fsh
       
    73 
       
    74 // Generic configuration interface for component cenrep settings
       
    75 ../conf/s60uiacceltk.confml                  APP_LAYER_CONFML(s60uiacceltk.confml)
       
    76 ../conf/s60uiacceltk_10283344.crml           APP_LAYER_CRML(s60uiacceltk_10283344.crml)
       
    77 
       
    78 PRJ_MMPFILES
       
    79 
       
    80 ../TokenServer/SrvSrc/ftokenserver.mmp
       
    81 ../TokenServer/ClientSrc/ftokenclient.mmp
       
    82 ../coretoolkit/group/coretoolkit.mmp
       
    83 ../coretoolkit/rendervg10/group/huirendervg10.mmp
       
    84 
       
    85 ../Client/src/alfclient.mmp
       
    86 ../AlfDecoderServerClient/src/alfdecoderserverclient.mmp
       
    87 ../ServerCore/Src/alfappservercore.mmp
       
    88 ../ServerInterface/src/alfredserver.mmp
       
    89 ../ServerStub/Proxy_src/alfappfwproxy.mmp
       
    90 ../AlfCommandDebug/group/alfcommanddebug.mmp
       
    91 ../AlfHintPlugin/group/AlfHintPlugin.mmp
       
    92 ../AlfHintPlugin/group/AlfHintPluginDrawer.mmp
       
    93 
       
    94 #ifndef SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS
       
    95 ../plugins/alftranseffect/alftranseffectplugin/group/alftranseffectplugin.mmp
       
    96 ../plugins/alftranseffect/alftfxserverplugin/group/AlfTfxSrvPlugin.mmp
       
    97 ../plugins/alftranseffect/alfgfxtransadapter/group/gfxtransenginetfx.mmp
       
    98 #endif // #ifndef SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS
       
    99 
       
   100 ../plugins/alfoogmplugin/group/alfoogmplugin.mmp
       
   101 ../plugins/alfcrpplugin/group/alfcrpplugin.mmp
       
   102 
       
   103 // background animation host+reference plugin
       
   104 ../backgroundanim/group/bganimhost.mmp
       
   105 ../backgroundanim/refplugin/group/refplugin.mmp
       
   106 
       
   107 #ifdef ALF_USE_SINGLE_RENDERSTAGE
       
   108   #include "../closedrs/group/bld.inf"
       
   109 #else
       
   110   ../AlfRenderStage/group/alfrenderstageplugin.mmp
       
   111   #ifdef ALF_USE_OPENWF_COMPOSITION
       
   112     #include "../plugins/openwfcrs/group/bld.inf"
       
   113   #else
       
   114     #include "../plugins/closedrs/group/bld.inf"
       
   115   #endif
       
   116 #endif
       
   117 
       
   118 #ifdef VSW_IVE3_ENABLED
       
   119 // NCP specific plugins
       
   120 #include "../plugins/videopolicyoogmplugin/group/bld.inf"
       
   121 
       
   122 // waves plugin is not part of foundation content (differentiating SW)
       
   123 #include "../backgroundanim/wavesplugin/group/bld.inf"
       
   124 
       
   125 #include "../plugins/mmfmediaclientplugin/group/bld.inf"
       
   126 #endif
       
   127 
       
   128 PRJ_TESTMMPFILES