idlehomescreen/examples/carouselwidgetexample/widget/group/bld.inf
author jake
Mon, 02 Aug 2010 12:02:47 +0300
branchRCL_3
changeset 29 d12a7ea0f775
permissions -rw-r--r--
Example applications for various Homescreen APIs.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     1
/*
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     2
* Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     3
* All rights reserved.
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     4
* This component and the accompanying materials are made available
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     6
* which accompanies this distribution, and is available
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     8
*
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     9
* Initial Contributors:
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    11
*
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    12
* Contributors:
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    13
*
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    14
* Description: Editor for carousel widget.
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    15
*
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    16
*/
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    17
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    18
#include <platform_paths.hrh>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    19
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    20
PRJ_PLATFORMS
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    21
DEFAULT
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    22
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    23
PRJ_EXPORTS
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    24
// Support for productization and Carbide.Ui customization
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    25
//********************************************************
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    26
../hsps/00/manifest.dat /epoc32/data/Z/resource/homescreen/appstripe/hsps/manifest.dat
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    27
../hsps/00/widgetconfiguration.xml /epoc32/data/Z/resource/homescreen/appstripe/hsps/widgetconfiguration.xml
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    28
../xuikon/00/appstripe.dat /epoc32/data/Z/resource/homescreen/appstripe/xuikon/appstripe.dat
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    29
../xuikon/00/appstripe.css /epoc32/data/Z/resource/homescreen/appstripe/xuikon/appstripe.css
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    30
../xuikon/00/appstripe.xml /epoc32/data/Z/resource/homescreen/appstripe/xuikon/appstripe.xml
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    31
//../xuikon/00/appstripe.dtd /epoc32/data/Z/resource/homescreen/appstripe/xuikon/appstripe.dtd
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    32
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    33
// Support for S60 builds
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    34
//***********************
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    35
// export iby files
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    36
../rom/appstripe_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(appstripe_resources.iby)
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    37
../rom/appstripe_customer.iby CUSTOMER_MW_LAYER_IBY_EXPORT_PATH(appstripe_customer.iby)
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    38
../rom/appstripe_variant.iby CUSTOMER_MW_LAYER_IBY_EXPORT_PATH(appstripe_variant.iby)
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    39
../rom/appstripe.iby CORE_MW_LAYER_IBY_EXPORT_PATH(appstripe.iby)
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    40
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    41
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    42
// Dtd-localization
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    43
//*****************
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    44
PRJ_EXTENSIONS
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    45
START EXTENSION tools/dtd
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    46
OPTION SWITCH_LOC_FILE_NAME appstripe
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    47
OPTION DTD_TYPE widget
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    48
END
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    49
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    50
PRJ_MMPFILES
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    51
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    52
// build icons
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    53
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    54
// build application
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    55
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    56
PRJ_TESTMMPFILES
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    57
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    58
//#endif
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    59
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    60
//  End of File