equal
deleted
inserted
replaced
|
1 // sbrec.mmp |
|
2 // |
|
3 // Copyright (c) 2007 - 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "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 // Accenture - Initial contribution |
|
11 // |
|
12 |
|
13 #include <fshell/common.mmh> |
|
14 |
|
15 target sbrec.dll |
|
16 targettype plugin |
|
17 uid 0x10009d8d FSHELL_UID_SBREC |
|
18 |
|
19 systeminclude \epoc32\include\ecom |
|
20 |
|
21 start resource 102835BF.rss |
|
22 target sbrec.rsc |
|
23 end |
|
24 |
|
25 capability ProtServ |
|
26 |
|
27 sourcepath . |
|
28 systeminclude . |
|
29 #include <fshell/fsh_system_include.mmh> |
|
30 |
|
31 source sbrec.cpp |
|
32 |
|
33 #ifdef FSHELL_PATCHABLE_CONSTANTS_SUPPORT |
|
34 source patchdata.cpp |
|
35 nostrictdef |
|
36 deffile ..\..\~\sbrec.def |
|
37 #endif |
|
38 |
|
39 library euser.lib apmime.lib |
|
40 |