installationservices/swi/source/sisregistry/server/sisregistryserverconst.h
changeset 50 c6e8afe0ba85
parent 42 d17dc5398051
child 55 ac7f90a6ff4c
--- a/installationservices/swi/source/sisregistry/server/sisregistryserverconst.h	Tue Jun 29 16:50:12 2010 +0300
+++ b/installationservices/swi/source/sisregistry/server/sisregistryserverconst.h	Thu Jul 08 20:28:00 2010 +0300
@@ -51,6 +51,11 @@
 //Location of application registration resource files
 _LIT(KApparcRegFilePath, "\\private\\10003a3f\\apps\\*.rsc");
 _LIT(KApparcRegFileImportPath, "\\private\\10003a3f\\import\\apps\\*.rsc");
+
+//Registration resource file uid 
+const TUid KUidAppRegistrationFile = {0x101F8021};
+_LIT(KApparcRegDir, "\\private\\10003a3f\\import\\apps\\");
+
 }
 
 #endif // __SISREGISTRYSERVERCONST_H__