|
1 /* |
|
2 * ============================================================================ |
|
3 * Name : simlockui.mmp |
|
4 * Part of : SimLock UI |
|
5 * Description : SimLock UI mmp file |
|
6 * Version : |
|
7 * |
|
8 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
|
9 * All rights reserved. |
|
10 * This component and the accompanying materials are made available |
|
11 * under the terms of "Eclipse Public License v1.0" |
|
12 * which accompanies this distribution, and is available |
|
13 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
14 * |
|
15 * Initial Contributors: |
|
16 * Nokia Corporation - initial contribution. |
|
17 * |
|
18 * Contributors: |
|
19 * |
|
20 * Description: Build info file for Ado domain appinstall |
|
21 * ============================================================================ |
|
22 */ |
|
23 |
|
24 #include "../inc/SimLockUI.hrh" |
|
25 #include <data_caging_paths.hrh> |
|
26 #include <platform_paths.hrh> |
|
27 CAPABILITY ALL -TCB |
|
28 |
|
29 TARGETPATH /sys/bin |
|
30 TARGET SimLockUI.exe |
|
31 TARGETTYPE exe |
|
32 |
|
33 UID 0x00000000 SIMLOCK_UI_UID3 |
|
34 VENDORID VID_DEFAULT |
|
35 |
|
36 LANG SC |
|
37 |
|
38 SOURCEPATH ../src |
|
39 SOURCE SimLockUI.cpp |
|
40 SOURCE SimLockUIApplication.cpp |
|
41 SOURCE SimLockUIBackgroundControl.cpp |
|
42 SOURCE SimLockUIAppUi.cpp |
|
43 SOURCE SimLockUIDocument.cpp |
|
44 SOURCE SimLockDataHandlingDelegate.cpp |
|
45 SOURCE SimLockTelephonyProxy.cpp |
|
46 |
|
47 USERINCLUDE ../inc |
|
48 SYSTEMINCLUDE /epoc32/include/internal |
|
49 |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 LIBRARY euser.lib |
|
52 LIBRARY apparc.lib |
|
53 LIBRARY cone.lib |
|
54 LIBRARY eikcore.lib |
|
55 LIBRARY avkon.lib |
|
56 LIBRARY gdi.lib |
|
57 LIBRARY etel.lib |
|
58 LIBRARY etelmm.lib |
|
59 LIBRARY customapi.lib |
|
60 LIBRARY CommonEngine.lib |
|
61 LIBRARY aknskins.lib |
|
62 LIBRARY aknskinsrv.lib |
|
63 LIBRARY aknswallpaperutils.lib |
|
64 LIBRARY aknlayout2.lib |
|
65 LIBRARY AknLayout2Scalable.lib |
|
66 LIBRARY CdlEngine.lib |
|
67 LIBRARY ws32.lib |
|
68 LIBRARY etel3rdparty.lib |
|
69 LIBRARY eikcoctl.lib |
|
70 |
|
71 SOURCEPATH ../data |
|
72 |
|
73 // Main resource file |
|
74 START RESOURCE SimLockUI.RSS |
|
75 HEADER |
|
76 TARGETPATH /resource/apps |
|
77 LANG SC |
|
78 END |
|
79 |
|
80 // Resource registration file |
|
81 START RESOURCE SimLockUI_reg.rss |
|
82 TARGETPATH /private/10003a3f/apps |
|
83 END |
|
84 |
|
85 |
|
86 // End of file. |
|
87 |