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 ATCodec |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../inc/atcodec/prjconfig.h" |
|
21 |
|
22 |
|
23 TARGET ATCodec.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d 0x1020897A |
|
26 |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 |
|
31 SOURCEPATH ../src/ATCodec |
|
32 SOURCE atccommand.cpp |
|
33 SOURCE atcparam.cpp |
|
34 |
|
35 USERINCLUDE ../inc/atcodec ../common |
|
36 SYSTEMINCLUDE ../../inc ../../../inc |
|
37 MW_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 LIBRARY euser.lib |
|
40 LIBRARY estor.lib |
|
41 |
|
42 #ifdef PRJ_FILE_TRACE |
|
43 LIBRARY flogger.lib |
|
44 #endif |
|
45 |
|
46 |