Skip to content

Commit 437adea

Browse files
metsmamrts
authored andcommitted
Revert "Remove PKCS11 module from Firefox"
This reverts commit 4118e4c. Signed-off-by: Raul Metsma <[email protected]>
1 parent 0208f93 commit 437adea

File tree

7 files changed

+2
-41
lines changed

7 files changed

+2
-41
lines changed

install/idemiaawppkcs11-mac.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

install/idemiaawppkcs11-win.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

install/onepinopenscpkcs11-mac.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

install/onepinopenscpkcs11-win.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

install/web-eid.wxs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,11 @@
113113
<RegistryValue Root="HKLM" Type="string" Value="[APPLICATIONFOLDER]eu.webeid.json"
114114
Key="SOFTWARE\Google\Chrome\NativeMessagingHosts\eu.webeid"/>
115115
</Component>
116-
<Component Id="Firefox" Transitive="yes" Guid="f60c4395-0952-4bc4-a09e-661341c19d2c">
116+
<Component Id="Firefox" Transitive="yes">
117117
<Condition><![CDATA[(FIREFOXINSTALL = 1)]]></Condition>
118118
<File Source="$(var.jsonfirefox)"/>
119-
<File Source="$(var.install_path)\onepinopenscpkcs11-win.json" Name="onepinopenscpkcs11.json"/>
120-
<File Source="$(var.install_path)\idemiaawppkcs11-win.json" Name="idemiaawppkcs11.json"/>
121119
<RegistryValue Root="HKLM" Type="string" Value="[APPLICATIONFOLDER]eu.webeid.firefox.json"
122120
Key="SOFTWARE\Mozilla\NativeMessagingHosts\eu.webeid" />
123-
<RegistryValue Root="HKLM" Type="string" Value="[APPLICATIONFOLDER]onepinopenscpkcs11.json"
124-
Key="Software\Mozilla\PKCS11Modules\onepinopenscpkcs11" />
125-
<RegistryValue Root="HKLM" Type="string" Value="[APPLICATIONFOLDER]idemiaawppkcs11.json"
126-
Key="Software\Mozilla\PKCS11Modules\idemiaawppkcs11" />
127121
</Component>
128122
<?ifdef var.qt_path ?>
129123
<Directory Id="platforms" Name="platforms" FileSource="$(var.qt_path)\..\plugins\platforms">

src/app/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ if(WIN32)
3636
-dqt_suffix="$<$<CONFIG:Debug>:d>"
3737
-djson=${CMAKE_CURRENT_BINARY_DIR}/eu.webeid.json
3838
-djsonfirefox=${CMAKE_CURRENT_BINARY_DIR}/eu.webeid.firefox.json
39-
-dinstall_path=${CMAKE_SOURCE_DIR}/install
4039
-dFIREFOX_URL="${FIREFOX_URL}"
4140
-dFIREFOX_UUID="${FIREFOX_UUID}"
4241
-dapp_path=$<TARGET_FILE:web-eid>
@@ -93,10 +92,6 @@ elseif(APPLE)
9392
DESTINATION "/Library/Google/Chrome/NativeMessagingHosts")
9493
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/eu.webeid.firefox.json COMPONENT firefox
9594
DESTINATION "/Library/Application Support/Mozilla/NativeMessagingHosts" RENAME eu.webeid.json)
96-
install(FILES ${CMAKE_SOURCE_DIR}/install/onepinopenscpkcs11-mac.json COMPONENT firefox
97-
DESTINATION "/Library/Application Support/Mozilla/PKCS11Modules" RENAME onepinopenscpkcs11.json)
98-
install(FILES ${CMAKE_SOURCE_DIR}/install/idemiaawppkcs11-mac.json COMPONENT firefox
99-
DESTINATION "/Library/Application Support/Mozilla/PKCS11Modules" RENAME idemiaawppkcs11.json)
10095
install(FILES ${CMAKE_SOURCE_DIR}/install/ncibgoaomkmdpilpocfeponihegamlic.json COMPONENT chrome
10196
DESTINATION "/Library/Application Support/Google/Chrome/External Extensions")
10297
add_custom_target(macdeployqt DEPENDS web-eid

0 commit comments

Comments
 (0)