data/testpublisher/group/testpublisher.mmp
changeset 0 b856a9924bbc
child 4 63928ff6db8d
equal deleted inserted replaced
-1:000000000000 0:b856a9924bbc
       
     1 /*
       
     2 * Copyright (c) {Year(s)} {Copyright owner}.
       
     3 * 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.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * {Name} {Company} ? Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 * {Name} {Company} ? {{Description of contribution}}
       
    14 *
       
    15 * Description:
       
    16 * {{Description of the file}}
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 APP_LAYER_SYSTEMINCLUDE
       
    23 
       
    24 TARGET          TestPublisher_0xE5555555.exe
       
    25 TARGETTYPE      exe
       
    26 UID             0x100039CE 0xE5555555
       
    27 
       
    28 SOURCEPATH      ..\src
       
    29 SOURCE          testpublisher.cpp
       
    30 SOURCE          testpublisherapplication.cpp
       
    31 SOURCE          testpublisherappview.cpp
       
    32 SOURCE          testpublisherappui.cpp
       
    33 SOURCE          testpublisherdocument.cpp
       
    34 
       
    35 SOURCEPATH      ..\..\publisherif\src
       
    36 SOURCE          hspublisher.cpp
       
    37 SOURCE          hspublisherimpl.cpp
       
    38 SOURCE          transaction.cpp
       
    39 
       
    40 SOURCEPATH      ..\data
       
    41 
       
    42 START RESOURCE  testpublisher.rss
       
    43 HEADER
       
    44 TARGET          TestPublisher_0xE5555555
       
    45 TARGETPATH      resource\apps
       
    46 END //RESOURCE
       
    47 
       
    48 START RESOURCE  testpublisher_reg.rss
       
    49 TARGET          testpublisher_0xE5555555_reg
       
    50 TARGETPATH      \private\10003a3f\apps
       
    51 END //RESOURCE
       
    52 
       
    53 
       
    54 
       
    55 USERINCLUDE    ..\inc
       
    56 USERINCLUDE    ..\..\publisherif\inc
       
    57 
       
    58 SYSTEMINCLUDE  \epoc32\include
       
    59 
       
    60 LIBRARY        euser.lib
       
    61 LIBRARY        apparc.lib
       
    62 LIBRARY        cone.lib
       
    63 LIBRARY        bafl.lib
       
    64 LIBRARY        eikcore.lib
       
    65 LIBRARY        avkon.lib
       
    66 LIBRARY        commonengine.lib
       
    67 LIBRARY        aknnotify.lib
       
    68 LIBRARY        liwServiceHandler.lib
       
    69  
       
    70 
       
    71 LANG SC
       
    72 
       
    73 VENDORID       0
       
    74 SECUREID       0xE5555555
       
    75 CAPABILITY     ReadUserData
       
    76 
       
    77 #ifdef ENABLE_ABIV2_MODE
       
    78   DEBUGGABLE_UDEBONLY
       
    79 #endif
       
    80 // End of File