79
|
1 |
/*
|
|
2 |
* Copyright (c) 2004 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: This file provides the information required for building NcnList.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
PRJ_PLATFORMS
|
|
23 |
DEFAULT
|
|
24 |
|
|
25 |
PRJ_EXPORTS
|
|
26 |
// NONE
|
|
27 |
// See msg_dom and msg_sdk projects which export ncnlist
|
|
28 |
// releated headers (part of API enforcement project).
|
|
29 |
|
|
30 |
../rom/Ncnlist.iby CORE_APP_LAYER_IBY_EXPORT_PATH(Ncnlist.iby)
|
|
31 |
../rom/NcnlistResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(NcnlistResources.iby)
|
|
32 |
|
|
33 |
../conf/s60ncnlist.confml APP_LAYER_CONFML(s60ncnlist.confml)
|
|
34 |
../conf/s60ncnlist_101F87A8.crml APP_LAYER_CRML(s60ncnlist_101F87A8.crml)
|
|
35 |
../sis/ncnlist_stub.sis /epoc32/data/z/system/install/ncnlist_stub.sis
|
|
36 |
../loc/ncn.loc APP_LAYER_LOC_EXPORT_PATH(ncn.loc)
|
|
37 |
|
|
38 |
PRJ_MMPFILES
|
|
39 |
../group/Ncnlist.mmp
|
|
40 |
../group/NcnNotification.mmp
|
|
41 |
|
|
42 |
// End of file |