equal
deleted
inserted
replaced
|
1 /* Copyright (c) 2008 Nokia Corporation |
|
2 * |
|
3 * Licensed under the Apache License, Version 2.0 (the "License"); |
|
4 * you may not use this file except in compliance with the License. |
|
5 * You may obtain a copy of the License at |
|
6 * |
|
7 * http://www.apache.org/licenses/LICENSE-2.0 |
|
8 * |
|
9 * Unless required by applicable law or agreed to in writing, software |
|
10 * distributed under the License is distributed on an "AS IS" BASIS, |
|
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
12 * See the License for the specific language governing permissions and |
|
13 * limitations under the License. |
|
14 */ |
|
15 |
|
16 TARGET run-interpretertimer.exe |
|
17 TARGETTYPE exe |
|
18 UID 0x100039CE 0xF020151A |
|
19 VENDORID 0 |
|
20 CAPABILITY LocalServices NetworkServices ReadUserData WriteUserData UserEnvironment PowerMgmt Allfiles |
|
21 |
|
22 SOURCEPATH ..\data |
|
23 START RESOURCE run-interpretertimer_reg.rss |
|
24 #ifdef WINSCW |
|
25 TARGETPATH \private\10003a3f\apps |
|
26 #else |
|
27 TARGETPATH \private\10003a3f\import\apps |
|
28 #endif |
|
29 END //RESOURCE |
|
30 |
|
31 USERINCLUDE ..\inc |
|
32 SYSTEMINCLUDE \epoc32\include |
|
33 |
|
34 |
|
35 LIBRARY euser.lib efsrv.lib charconv.lib apparc.lib |
|
36 |
|
37 SOURCEPATH ..\src |
|
38 SOURCE run-interpretertimer.cpp |
|
39 |