summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/activex-pjsua/app.rgs
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-01 12:28:44 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-01 12:28:44 +0000
commit45edf54f6aaf54adb7b42f786b60cd3f23d9be2f (patch)
tree1c92f4947159c5b431e0a9cb696ab0a01d20a234 /pjsip-apps/src/activex-pjsua/app.rgs
parentad70abbdad70cbc5e0c61b41531783290fe08f48 (diff)
Initial work on pjsua ActiveX component
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@487 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/activex-pjsua/app.rgs')
-rw-r--r--pjsip-apps/src/activex-pjsua/app.rgs26
1 files changed, 26 insertions, 0 deletions
diff --git a/pjsip-apps/src/activex-pjsua/app.rgs b/pjsip-apps/src/activex-pjsua/app.rgs
new file mode 100644
index 00000000..0b5322a0
--- /dev/null
+++ b/pjsip-apps/src/activex-pjsua/app.rgs
@@ -0,0 +1,26 @@
+HKCR
+{
+ ActivePJSUA.App.1 = s 'App Class'
+ {
+ CLSID = s '{F89DA516-42E5-43A0-8EF7-A960BA386CAB}'
+ }
+ ActivePJSUA.App = s 'App Class'
+ {
+ CLSID = s '{F89DA516-42E5-43A0-8EF7-A960BA386CAB}'
+ CurVer = s 'ActivePJSUA.App.1'
+ }
+ NoRemove CLSID
+ {
+ ForceRemove {F89DA516-42E5-43A0-8EF7-A960BA386CAB} = s 'App Class'
+ {
+ ProgID = s 'ActivePJSUA.App.1'
+ VersionIndependentProgID = s 'ActivePJSUA.App'
+ ForceRemove 'Programmable'
+ InprocServer32 = s '%MODULE%'
+ {
+ val ThreadingModel = s 'Apartment'
+ }
+ 'TypeLib' = s '{11E70413-8434-41B6-A5B6-F7DF79FEFC1A}'
+ }
+ }
+}