organizer_plat/calendar_exporter_api/tsrc/group/calenexportertest.mmp
changeset 70 a5ed90760192
parent 18 c198609911f9
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    19 
    19 
    20 TARGET          testcalenexporter.dll
    20 TARGET          calenexportertest.dll
    21 TARGETTYPE      dll
    21 TARGETTYPE      dll
    22 UID             0x1000af5a 0x01700000
    22 UID             0x1000af5a 0x01700000
    23 
    23 
    24 CAPABILITY              All -TCB
    24 CAPABILITY              All -TCB
    25 VENDORID                VID_DEFAULT
    25 VENDORID                VID_DEFAULT
    26 
    26 
    27 //TARGETPATH      ?target_path
    27 //TARGETPATH      ?target_path
    28 DEFFILE         testcalenexporter.def
    28 DEFFILE         calenexportertest.def
    29 
    29 
    30 SOURCEPATH              ../src
    30 SOURCEPATH              ../src
    31 SOURCE                  calenexportertest.cpp
    31 SOURCE                  calenexportertest.cpp
    32 SOURCE                  calenexportertestblocks.cpp
    32 SOURCE                  calenexportertestblocks.cpp
    33 
    33