landmarksui/loc/bld.inf
author Simon Howkins <simonh@symbian.org>
Mon, 15 Nov 2010 15:22:23 +0000
branchRCL_3
changeset 46 4bd0ef495c42
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
46
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     1
/*
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     2
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     3
* All rights reserved.
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     8
*
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     9
* Initial Contributors:
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    11
*
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    12
* Contributors:
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    13
*
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    14
* Description:    LandmarksUi Content Localisation
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    15
*/
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    16
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    17
#include <platform_paths.hrh>
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    18
#include <data_caging_paths.hrh>
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    19
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    20
PRJ_EXPORTS
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    21
// Export the IBY files
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    22
../rom/LocationLandmarksUi.iby			CORE_APP_LAYER_IBY_EXPORT_PATH(LocationLandmarksUi.iby)
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    23
../rom/LocationLandmarksUi_resources.iby	LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(LocationLandmarksUi_resources.iby)
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    24
../rom/LocationLandmarksUiStub.iby 		CORE_APP_LAYER_IBY_EXPORT_PATH(LocationLandmarksUiStub.iby)
4bd0ef495c42 Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    25