phonebookengines/contactsmodel/tsrc/t_contenttype.mmp
branchRCL_3
changeset 68 9da50d567e3c
parent 0 e686773b3f54
child 85 38bb213f60ba
equal deleted inserted replaced
63:f4a778e096c2 68:9da50d567e3c
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 target          t_contenttype.exe
    16 TARGET          t_contenttype.exe
    17 targettype      EXE
    17 TARGETTYPE      EXE
       
    18 
    18 CAPABILITY   ReadUserData WriteUserData
    19 CAPABILITY   ReadUserData WriteUserData
    19 UID		0x1000007a
    20 UID		0x1000007a
    20 VENDORID 0x70000001
    21 VENDORID 0x70000001
    21 
    22 
    22 SOURCEPATH	../tsrc
    23 SOURCEPATH	../tsrc
    23 
    24 
    24 systeminclude /epoc32/include 
    25 SYSTEMINCLUDE /epoc32/include
    25 userinclude ../inc . 
    26 SYSTEMINCLUDE /epoc32/include/platform
       
    27 USERINCLUDE ../inc . 
    26 
    28 
    27 source          t_contenttype.cpp
    29 SOURCE          t_contenttype.cpp
    28 
    30 
    29 library         euser.lib efsrv.lib cntmodel.lib estor.lib
    31 LIBRARY         euser.lib efsrv.lib cntmodel.lib estor.lib
    30 
    32 
    31 SMPSAFE
    33 SMPSAFE