equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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 Vcc UI property handler |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET vccuipropertyhandler.dll |
|
21 TARGETTYPE DLL |
|
22 UID 0x1000008d 0x2000E5BF |
|
23 |
|
24 //SECUREID 0x11111111 |
|
25 // Capability assignment. |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 |
|
28 USERINCLUDE ../inc |
|
29 USERINCLUDE ../../vcc/inc |
|
30 |
|
31 APP_LAYER_SYSTEMINCLUDE |
|
32 |
|
33 SOURCEPATH ../src |
|
34 |
|
35 SOURCE vccuipspropertylistener.cpp |
|
36 SOURCE vccuipsproperty.cpp |
|
37 SOURCE vccuipropertyhandlerdllmain.cpp |
|
38 SOURCE Rubydebug.cpp |
|
39 |
|
40 |
|
41 nostrictdef |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY efsrv.lib //rubydebug |
|
45 |