equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2008 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: Project definition file for project folder suite. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 TARGET dummyC.dll |
|
23 TARGETTYPE dll |
|
24 |
|
25 UID 0x0 0x02349823 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 |
|
28 APP_LAYER_SYSTEMINCLUDE |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE dummyC.cpp |
|
32 |
|
33 SOURCEPATH . |
|
34 USERINCLUDE ../../../menufwui/matrixmenu/loc |
|
35 |
|
36 |
|
37 START RESOURCE ../data/foldersuite.rss |
|
38 HEADER |
|
39 TARGETPATH APP_RESOURCE_DIR |
|
40 LANGUAGE_IDS |
|
41 END |
|
42 |
|
43 // End of file |
|