зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1115674 - manifest for NfcContentHelper. r=dimi
From ab9028ed8fa698952fac33a0ce99fabb6bf906a7 Mon Sep 17 00:00:00 2001 --- b2g/installer/package-manifest.in | 1 + dom/nfc/NfcContentHelper.manifest | 7 +++++++ dom/nfc/gonk/Nfc.manifest | 4 ---- dom/nfc/moz.build | 1 + 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 dom/nfc/NfcContentHelper.manifest
This commit is contained in:
Родитель
c71082f43b
Коммит
cb608e67b3
|
@ -533,6 +533,7 @@
|
|||
@BINPATH@/components/nsNfc.js
|
||||
@BINPATH@/components/Nfc.manifest
|
||||
@BINPATH@/components/Nfc.js
|
||||
@BINPATH@/components/NfcContentHelper.manifest
|
||||
@BINPATH@/components/NfcContentHelper.js
|
||||
#endif
|
||||
#ifdef MOZ_ENABLE_DBUS
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
# NfcContentHelper.js
|
||||
component {4d72c120-da5f-11e1-9b23-0800200c9a66} NfcContentHelper.js
|
||||
contract @mozilla.org/nfc/content-helper;1 {4d72c120-da5f-11e1-9b23-0800200c9a66}
|
||||
category profile-after-change NfcContentHelper @mozilla.org/nfc/content-helper;1
|
|
@ -9,7 +9,3 @@ component {2ff24790-5e74-11e1-b86c-0800200c9a66} Nfc.js
|
|||
contract @mozilla.org/nfc;1 {2ff24790-5e74-11e1-b86c-0800200c9a66}
|
||||
category profile-after-change Nfc @mozilla.org/nfc;1
|
||||
|
||||
# NfcContentHelper.js
|
||||
component {4d72c120-da5f-11e1-9b23-0800200c9a66} NfcContentHelper.js
|
||||
contract @mozilla.org/nfc/content-helper;1 {4d72c120-da5f-11e1-9b23-0800200c9a66}
|
||||
category profile-after-change NfcContentHelper @mozilla.org/nfc/content-helper;1
|
||||
|
|
|
@ -19,6 +19,7 @@ if CONFIG['MOZ_NFC']:
|
|||
]
|
||||
EXTRA_COMPONENTS += [
|
||||
'NfcContentHelper.js',
|
||||
'NfcContentHelper.manifest',
|
||||
'nsNfc.js',
|
||||
'nsNfc.manifest',
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче