equal
deleted
inserted
replaced
17 * |
17 * |
18 */ |
18 */ |
19 |
19 |
20 #include <platform_paths.hrh> |
20 #include <platform_paths.hrh> |
21 #include <data_caging_paths.hrh> |
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 SYSTEMINCLUDE /epoc32/include/mw/hb/hbcore |
22 |
24 |
23 TARGET secui.dll |
25 TARGET secui.dll |
24 TARGETTYPE dll |
26 TARGETTYPE dll |
25 UID 0x1000006C 0x100058ED |
27 UID 0x1000006C 0x100058ED |
26 VENDORID VID_DEFAULT |
28 VENDORID VID_DEFAULT |
54 SOURCE SecUi.cpp |
56 SOURCE SecUi.cpp |
55 SOURCE SecUiCodeQueryDialog.cpp |
57 SOURCE SecUiCodeQueryDialog.cpp |
56 SOURCE SecUiCodeQueryControl.cpp |
58 SOURCE SecUiCodeQueryControl.cpp |
57 SOURCE SecUiManualSecuritySettings.cpp |
59 SOURCE SecUiManualSecuritySettings.cpp |
58 SOURCE SecUiWait.cpp |
60 SOURCE SecUiWait.cpp |
|
61 SOURCE SecQueryUi.cpp |
59 |
62 |
60 |
63 |
61 library EUSER.LIB BAFL.LIB CONE.LIB |
64 library EUSER.LIB BAFL.LIB CONE.LIB |
62 library EIKCORE.LIB EIKCOCTL.LIB |
65 library EIKCORE.LIB EIKCOCTL.LIB |
63 library avkon.lib eikdlg.lib |
66 library avkon.lib eikdlg.lib |
86 SOURCE ../Src/SecUiAutoLockSettingPage.cpp |
89 SOURCE ../Src/SecUiAutoLockSettingPage.cpp |
87 SOURCE ../Src/SecUiObsStartter.cpp |
90 SOURCE ../Src/SecUiObsStartter.cpp |
88 SOURCE ../Src/SecUiManualSecuritySettings.cpp |
91 SOURCE ../Src/SecUiManualSecuritySettings.cpp |
89 SOURCE ../Src/SecUiSystemLock.cpp |
92 SOURCE ../Src/SecUiSystemLock.cpp |
90 SOURCE ../Src/SecUiWait.cpp |
93 SOURCE ../Src/SecUiWait.cpp |
|
94 SOURCE ../Src/SecQueryUi.cpp |
|
95 |
91 SOURCE ../Src/SecUiLockObserver.cpp |
96 SOURCE ../Src/SecUiLockObserver.cpp |
92 #ifdef RD_REMOTELOCK |
97 #ifdef RD_REMOTELOCK |
93 SOURCE ../Src/SecUiRemoteLockSettingPage.cpp |
98 SOURCE ../Src/SecUiRemoteLockSettingPage.cpp |
94 #endif |
99 #endif |
95 |
100 |
121 DEFFILE ../BWinsCw/SECUI_EKA2.def |
126 DEFFILE ../BWinsCw/SECUI_EKA2.def |
122 #endif |
127 #endif |
123 LIBRARY featmgr.lib |
128 LIBRARY featmgr.lib |
124 LIBRARY aknnotify.lib |
129 LIBRARY aknnotify.lib |
125 |
130 |
|
131 LIBRARY HbCore.lib |
|
132 LIBRARY HbWidgets.lib |
|
133 |
126 SMPSAFE |
134 SMPSAFE |
127 |
135 |
128 // end of file |
136 // end of file |