installationservices/swi/inc/switextshell.iby
changeset 58 67f2119dc623
parent 42 d17dc5398051
equal deleted inserted replaced
57:0dae4436159f 58:67f2119dc623
    17 
    17 
    18 
    18 
    19 #ifndef SWITEXTSHELL
    19 #ifndef SWITEXTSHELL
    20 #define SWITEXTSHELL
    20 #define SWITEXTSHELL
    21 
    21 
    22 define ROMDRIVE \epoc32\data\Z
    22 define ROMDRIVE EPOCROOT##epoc32\data\Z
    23 
    23 
    24 // SWI configuration - already in textshell ROM
    24 // SWI configuration - already in textshell ROM
    25 #include <swiconfig.iby>
    25 #include <swiconfig.iby>
    26 // WARNING
    26 // WARNING
    27 // This iby file also includes the certman libraries needed for SWI
    27 // This iby file also includes the certman libraries needed for SWI
    61 #else
    61 #else
    62 // SWI cert store data file, with Root5CA mandatory
    62 // SWI cert store data file, with Root5CA mandatory
    63 data=ROMDRIVE\resource\swicertstore.dat		\resource\swicertstore.dat  attrib=r
    63 data=ROMDRIVE\resource\swicertstore.dat		\resource\swicertstore.dat  attrib=r
    64 #endif
    64 #endif
    65 
    65 
       
    66 #ifndef __SWI_IBY__  
    66 // Core SWI code
    67 // Core SWI code
    67 file=ABI_DIR\BUILD_DIR\installserver.exe			sys\bin\installserver.exe
    68 file=ABI_DIR\BUILD_DIR\installserver.exe			sys\bin\installserver.exe
    68 file=ABI_DIR\BUILD_DIR\sishelper_tshell.dll			sys\bin\sishelper.dll
    69 file=ABI_DIR\BUILD_DIR\sishelper_tshell.dll			sys\bin\sishelper.dll
    69 file=ABI_DIR\BUILD_DIR\sisxfile.dll 				sys\bin\sisxfile.dll 
    70 file=ABI_DIR\BUILD_DIR\sisxfile.dll 				sys\bin\sisxfile.dll 
    70 file=ABI_DIR\BUILD_DIR\sisresult.dll				sys\bin\sisresult.dll
    71 file=ABI_DIR\BUILD_DIR\sisresult.dll				sys\bin\sisresult.dll
   113 #ifndef __APPARC_IBY__
   114 #ifndef __APPARC_IBY__
   114 file=ABI_DIR\BUILD_DIR\swiobserverclient.dll 			sys\bin\swiobserverclient.dll
   115 file=ABI_DIR\BUILD_DIR\swiobserverclient.dll 			sys\bin\swiobserverclient.dll
   115 file=ABI_DIR\BUILD_DIR\swiobserver.exe 				sys\bin\swiobserver.exe
   116 file=ABI_DIR\BUILD_DIR\swiobserver.exe 				sys\bin\swiobserver.exe
   116 #endif
   117 #endif
   117 
   118 
   118 
   119 #endif //__SWI_IBY__
   119 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   120 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   120 	//Universal Software Install Framework production
   121 	//Universal Software Install Framework production
   121 	#include "scr.iby" // Software Component Registry
   122 	#include "scr.iby" // Software Component Registry
   122 	#include "sif.iby" // Software Install Framework
   123 	#include "sif.iby" // Software Install Framework
   123 	#include "sts.iby"  // Software Transaction Services
   124 	#include "sts.iby"  // Software Transaction Services