equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 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 specification file for the BCTestTemplate. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 TARGET BCTestTemplate.exe |
|
20 TARGETTYPE exe |
|
21 UID 0x0 0x101F84FF |
|
22 |
|
23 VENDORID 0x101FB657 |
|
24 CAPABILITY NetworkServices LocalServices Location ReadUserData \ |
|
25 WriteUserData ReadDeviceData WriteDeviceData SwEvent \ |
|
26 UserEnvironment |
|
27 |
|
28 TARGETPATH sys/bin |
|
29 |
|
30 EPOCSTACKSIZE 0x10000 |
|
31 EPOCHEAPSIZE 0x10000 0x1000000 |
|
32 |
|
33 START RESOURCE bctesttemplate.rss |
|
34 HEADER |
|
35 TARGETPATH resource/apps |
|
36 END // RESOURCE |
|
37 |
|
38 LANG 01 |
|
39 |
|
40 SOURCEPATH ../Src |
|
41 SOURCE bctesttemplateapp.cpp |
|
42 SOURCE bctesttemplatedocument.cpp |
|
43 SOURCE bctesttemplateappui.cpp |
|
44 SOURCE bctesttemplateview.cpp |
|
45 SOURCE bctesttemplatecontainer.cpp |
|
46 SOURCE bctesttemplatecase.cpp |
|
47 |
|
48 USERINCLUDE . ../inc |
|
49 USERINCLUDE ../../bctestutil/inc |
|
50 |
|
51 SYSTEMINCLUDE . /epoc32/include |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY apparc.lib |
|
55 LIBRARY cone.lib |
|
56 LIBRARY eikcore.lib |
|
57 LIBRARY eikcoctl.lib |
|
58 LIBRARY avkon.lib |
|
59 LIBRARY ws32.lib |
|
60 LIBRARY aknskins.lib |
|
61 LIBRARY apgrfx.lib |
|
62 LIBRARY bctestutil.lib |
|
63 LIBRARY efsrv.lib |
|
64 |
|
65 START RESOURCE ../group/bctesttemplate_reg.rss |
|
66 DEPENDS bctesttemplate.rsg |
|
67 HEADER |
|
68 TARGETPATH /private/10003a3f/apps |
|
69 END |
|
70 |
|
71 // End of File |