extras/about/group/about.mmp
branchRCL_3
changeset 25 bec11adf88f9
parent 0 3ee3dfdd8d69
child 29 9d6a662e71d9
equal deleted inserted replaced
24:10c6e6d6e4d9 25:bec11adf88f9
    17 
    17 
    18 #include "../inc/about_test.hrh"
    18 #include "../inc/about_test.hrh"
    19 #include <data_caging_paths.hrh>
    19 #include <data_caging_paths.hrh>
    20 #include <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    21 
    21 
    22 	TARGET 			about.exe
    22 TARGET 			about.exe
    23 	TARGETTYPE 		exe
    23 TARGETTYPE 		exe
    24 UID             0x100039CE  0x10005A22
    24 UID             0x100039CE  0x10005A22
    25 VENDORID	VID_DEFAULT
    25 VENDORID	VID_DEFAULT
    26 
    26 
    27 // Modified by build team
    27 // Modified by build team
    28 CAPABILITY 	CAP_APPLICATION
    28 CAPABILITY 	CAP_APPLICATION
    32 SOURCE         AboutApp.cpp 
    32 SOURCE         AboutApp.cpp 
    33 SOURCE         AboutAppUi.cpp
    33 SOURCE         AboutAppUi.cpp
    34 SOURCE         AboutDocument.cpp
    34 SOURCE         AboutDocument.cpp
    35 SOURCE         AboutContainer.cpp
    35 SOURCE         AboutContainer.cpp
    36 SOURCE         AboutImage.cpp
    36 SOURCE         AboutImage.cpp
       
    37 SOURCE         AboutResourceLoader.cpp
       
    38 SOURCE         AboutResource.cpp
    37 
    39 
    38 APP_LAYER_SYSTEMINCLUDE
    40 APP_LAYER_SYSTEMINCLUDE
    39 START RESOURCE ../data/about.rss
    41 
    40 HEADER
    42 USERINCLUDE    ../inc
    41 	TARGETPATH APP_RESOURCE_DIR
    43 
       
    44 SOURCEPATH    ../data
       
    45 
       
    46 START RESOURCE about.rss
       
    47     HEADER
       
    48     TARGETPATH APP_RESOURCE_DIR
    42 LANGUAGE_IDS
    49 LANGUAGE_IDS
    43 END
    50 END
    44 
    51 
    45 	START RESOURCE ../data/about_reg.rss
    52 START RESOURCE about_oss_part_text.rss
    46 DEPENDS about.rsg
    53     TARGET about_oss_part_text
    47 	TARGETPATH /private/10003a3f/apps
    54     HEADER
    48 	END
    55     TARGETPATH APP_RESOURCE_DIR
       
    56 LANGUAGE_IDS
       
    57 END
    49 
    58 
    50 USERINCLUDE    ../inc
    59 START RESOURCE about_oss_other_text.rss
       
    60     TARGET about_oss_other_text
       
    61     HEADER
       
    62     TARGETPATH APP_RESOURCE_DIR
       
    63 LANGUAGE_IDS
       
    64 END
    51 
    65 
       
    66 START RESOURCE about_reg.rss
       
    67     DEPENDS about.rsg
       
    68     TARGETPATH /private/10003a3f/apps
       
    69 END
    52 
    70 
    53 LIBRARY        apparc.lib
    71 LIBRARY        apparc.lib
    54 LIBRARY        avkon.lib
    72 LIBRARY        avkon.lib
    55 LIBRARY        bafl.lib
    73 LIBRARY        bafl.lib
    56 LIBRARY        cone.lib
    74 LIBRARY        cone.lib
    57 LIBRARY        eikcoctl.lib
    75 LIBRARY        eikcoctl.lib
    58 LIBRARY        eikcore.lib 
    76 LIBRARY        eikcore.lib
    59 LIBRARY        euser.lib
    77 LIBRARY        euser.lib
    60 LIBRARY        fbscli.lib
    78 LIBRARY        fbscli.lib
    61 LIBRARY		   efsrv.lib	
    79 LIBRARY        efsrv.lib
    62 LIBRARY         aknskins.lib //for skin sbackground
    80 LIBRARY        aknskins.lib //for skin sbackground
    63 LIBRARY         cdlengine.lib  //for scalable ui
    81 LIBRARY        cdlengine.lib //for scalable ui
    64 LIBRARY         gdi.lib
    82 LIBRARY        gdi.lib
    65 LIBRARY			aknicon.lib
    83 LIBRARY        aknicon.lib
    66 LIBRARY         egul.lib
    84 LIBRARY        egul.lib
    67 LIBRARY         aknlayout2scalable.lib
    85 LIBRARY        aknlayout2scalable.lib
    68 LIBRARY         sysversioninfo.lib
    86 LIBRARY        sysversioninfo.lib
    69 LIBRARY         commonengine.lib
    87 LIBRARY        commonengine.lib
    70 LIBRARY         apgrfx.lib
    88 LIBRARY        apgrfx.lib
    71 
    89 
    72 // End of File
    90 // End of File