|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #define KUidApp 268435564 |
|
17 #define KUidAppUnicode 268450254 |
|
18 #define KUidMediaServerVideoTestClientDefine 268450181 |
|
19 |
|
20 TARGET TVideo.exe |
|
21 TARGETTYPE exe |
|
22 |
|
23 UID KUidAppUnicode KUidMediaServerVideoTestClientDefine |
|
24 VENDORID 0x70000001 |
|
25 CAPABILITY NONE |
|
26 |
|
27 SOURCEPATH ../../Source/Test/TVideo |
|
28 |
|
29 USERINCLUDE ../../Source/Test/TVideo |
|
30 |
|
31 // SYSTEMINCLUDE STATEMENTS NEED TO BE UPDATED FOR HEADER RELOCATION BEFORE THIS MMP |
|
32 // IS PERMANTELY ADDED TO A BLD.INF |
|
33 SYSTEMINCLUDE /epoc32/include |
|
34 SYSTEMINCLUDE /epoc32/include/techview |
|
35 |
|
36 SOURCE TVideo.cpp |
|
37 |
|
38 START RESOURCE TVIDEO.RSS |
|
39 HEADER |
|
40 targetpath /resource/apps |
|
41 lang sc |
|
42 end |
|
43 |
|
44 LIBRARY euser.lib efsrv.lib gdi.lib fbscli.lib |
|
45 LIBRARY apparc.lib ws32.lib cone.lib bitgdi.lib |
|
46 LIBRARY eikcore.lib eikdlg.lib eikfile.lib eikcoctl.lib |
|
47 LIBRARY hal.lib |
|
48 LIBRARY mediaclientimage.lib |
|
49 |
|
50 sourcepath ../../source/test/tvideo |
|
51 START RESOURCE tvideo_reg.rss |
|
52 TARGETPATH /private/10003a3f/apps |
|
53 END |
|
54 |
|
55 start resource TVideo_loc.RSS |
|
56 targetpath /resource/apps |
|
57 lang sc |
|
58 end |
|
59 |
|
60 START BITMAP TVideoicon.mbm |
|
61 HEADER |
|
62 sourcepath ../../source/Test/TVideo |
|
63 targetpath /resource/apps |
|
64 source c8 ap24.bmp ap24m.bmp ap32.bmp ap32m.bmp ap48.bmp ap48m.bmp |
|
65 end |
|
66 |
|
67 |
|
68 START WINS |
|
69 BASEADDRESS 0x4F200000 |
|
70 END |
|
71 |