appinstall/group/Bld.inf
branchSymbian3
changeset 32 9388d364e170
parent 21 fe364fbfe08a
child 63 29a90d2412a4
equal deleted inserted replaced
31:039cd4d3d33c 32:9388d364e170
    16 */
    16 */
    17 
    17 
    18 PRJ_PLATFORMS
    18 PRJ_PLATFORMS
    19 // specify the platforms your component needs to be built for here
    19 // specify the platforms your component needs to be built for here
    20 // defaults to WINS MARM so you can ignore this if you just build these
    20 // defaults to WINS MARM so you can ignore this if you just build these
    21 	
    21 DEFAULT
    22 	DEFAULT
       
    23 
    22 
    24 PRJ_TESTEXPORTS
    23 PRJ_TESTEXPORTS
    25 ../group/Smoketest_AppInstall.iby	/epoc32/rom/include/Smoketest_AppInstall.iby
    24 Smoketest_AppInstall.iby	/epoc32/rom/include/Smoketest_AppInstall.iby
    26 
    25 
    27 // NOTE: If using ARS requirements all export operations should be done under this.
    26 // NOTE: If using ARS requirements all export operations should be done under this.
    28 // 'abld test export'
    27 // 'abld test export'
    29 ../conf/AppInstallSmokeTestModule.cfg	c:/smoketest/AppInstallSmokeTestModule.cfg
    28 ../conf/AppInstallSmokeTestModule.cfg	c:/smoketest/AppInstallSmokeTestModule.cfg
    30 ../data/sistest_winscw.sisx				c:/smoketest/appinstall/sistest_winscw.sisx
    29 ../data/sistest_winscw.sisx				c:/smoketest/appinstall/sistest_winscw.sisx
    31 
    30 
    32 PRJ_EXPORTS
       
    33 // Specify the source file followed by its destination here
       
    34 // copy will be used to copy the source file to its destination
       
    35 // If there's no destination then the source file will be copied
       
    36 // to the same name in \epoc32\include
       
    37 // Example: 
       
    38 /*
       
    39 \agnmodel\inc\AGMCOMON.H
       
    40 */
       
    41 
       
    42 PRJ_TESTMMPFILES
    31 PRJ_TESTMMPFILES
    43 
    32 
    44 	AppInstallSmokeTestModule.mmp
    33 AppInstallSmokeTestModule.mmp
    45 
       
    46 PRJ_MMPFILES
       
    47 
       
    48 
       
    49 // Specify the .mmp files required for building the important component
       
    50 // releasables.
       
    51 //
       
    52 // Specify "tidy" if the component you need to build doesn't need to be
       
    53 // released. Specify "ignore" if the MMP file exists but should be
       
    54 // ignored.
       
    55 // Example:
       
    56 /*
       
    57 \agnmodel\group\agnmodel.mmp
       
    58 #if defined(MARM)
       
    59 \agnmodel\group\agsvexe.mmp
       
    60 #endif
       
    61 */
       
    62 
    34 
    63 //  End of File
    35 //  End of File