equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2006 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 DefaultAppServer - Service |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET defaultappclient.dll |
|
24 TARGETTYPE DLL |
|
25 UID 0x1000008d 0x10281B9E |
|
26 |
|
27 CAPABILITY CAP_GENERAL_DLL DRM |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 // Define directories for the .def-files of WINSCW build. |
|
31 // IMPORTANT NOTICE: The lines in the example that end with a backslash |
|
32 // must have one space after the backslash. |
|
33 #if defined(ARMCC) |
|
34 deffile ../EABI/ |
|
35 #elif defined( WINSCW ) |
|
36 deffile ../BWINS/ |
|
37 #endif |
|
38 |
|
39 SOURCEPATH ../src |
|
40 SOURCE das_service.cpp |
|
41 SOURCE das_client.cpp |
|
42 |
|
43 USERINCLUDE ../inc |
|
44 |
|
45 // Default system include paths for middleware layer modules. |
|
46 APP_LAYER_SYSTEMINCLUDE |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY apgrfx.lib |
|
50 LIBRARY avkon.lib |
|
51 LIBRARY eikcore.lib |
|
52 LIBRARY apparc.lib |
|
53 |
|
54 //EXPORTUNFROZEN |