author | Simon Howkins <simonh@symbian.org> |
Thu, 25 Nov 2010 12:13:04 +0000 | |
branch | RCL_3 |
changeset 83 | 31a5fbf5db1d |
permissions | -rw-r--r-- |
83
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
1 |
/* |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
2 |
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
3 |
* All rights reserved. |
31a5fbf5db1d
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 |
31a5fbf5db1d
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" |
31a5fbf5db1d
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 |
31a5fbf5db1d
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". |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
8 |
* |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
11 |
* |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
12 |
* Contributors: |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
13 |
* |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
14 |
* Description: Build information file for project mrui |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
15 |
* |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
16 |
*/ |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
17 |
|
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
18 |
|
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
19 |
#include <platform_paths.hrh> |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
20 |
#include <bldvariant.hrh> |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
21 |
|
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
22 |
PRJ_PLATFORMS |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
23 |
DEFAULT |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
24 |
|
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
25 |
PRJ_EXPORTS |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
26 |
mrui.confml APP_LAYER_CONFML(mrui.confml) |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
27 |
mrui_2001E610.crml APP_LAYER_CRML(mrui_2001E610.crml) |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
28 |
mrui_2001E611.crml APP_LAYER_CRML(mrui_2001E611.crml) |
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
29 |
|
31a5fbf5db1d
Adjusted to avoid exports, etc, from a top-level bld.inf
Simon Howkins <simonh@symbian.org>
parents:
diff
changeset
|
30 |
// End of file |