Skip to content

Commit

Permalink
add in vzw apn permission apks
Browse files Browse the repository at this point in the history
  • Loading branch information
dhacker29 committed Jul 18, 2012
1 parent eff81aa commit effd585
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 3 deletions.
14 changes: 11 additions & 3 deletions d2vzw/d2vzw-vendor-blobs.mk
Expand Up @@ -16,9 +16,9 @@

# Prebuilt libraries that are needed to build open-source libraries
PRODUCT_COPY_FILES += \
vendor/samsung/d2vzw/proprietary/lib/libacdbloader.so:obj/lib/libacdbloader.so \
vendor/samsung/d2vzw/proprietary/lib/libaudioalsa.so:obj/lib/libaudioalsa.so \
vendor/samsung/d2vzw/proprietary/lib/libv8.so:obj/lib/libv8.so
vendor/samsung/d2vzw/proprietary/lib/libacdbloader.so:obj/lib/libacdbloader.so \
vendor/samsung/d2vzw/proprietary/lib/libaudioalsa.so:obj/lib/libaudioalsa.so \
vendor/samsung/d2vzw/proprietary/lib/libv8.so:obj/lib/libv8.so

PRODUCT_COPY_FILES += \
vendor/samsung/d2vzw/proprietary/bin/bridgemgrd:system/bin/bridgemgrd \
Expand Down Expand Up @@ -170,3 +170,11 @@ PRODUCT_COPY_FILES += \
vendor/samsung/d2vzw/proprietary/etc/firmware/leia_pfp_470.fw:system/etc/firmware/leia_pfp_470.fw \
vendor/samsung/d2vzw/proprietary/etc/firmware/leia_pm4_470.fw:system/etc/firmware/leia_pm4_470.fw \
vendor/samsung/d2vzw/proprietary/etc/firmware/vidc_1080p.fw:system/etc/firmware/vidc_1080p.fw

# Proprietary VZW blobs for LTE

PRODUCT_PACKAGES += \
VZWAPNLib \
vzwapnpermission \
VZWAPNService

2 changes: 2 additions & 0 deletions d2vzw/d2vzw-vendor.mk
Expand Up @@ -14,6 +14,8 @@

# This file is generated by device/samsung/d2vzw/setup-makefiles.sh

include $(all-subdir-makefiles)

# Pick up overlay for features that depend on non-open-source files

$(call inherit-product, vendor/samsung/d2vzw/d2vzw-vendor-blobs.mk)
15 changes: 15 additions & 0 deletions d2vzw/proprietary/Android.mk
@@ -0,0 +1,15 @@
# Copyright (C) 2011 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

include $(all-subdir-makefiles)
45 changes: 45 additions & 0 deletions d2vzw/proprietary/apps/Android.mk
@@ -0,0 +1,45 @@
# Copyright (C) 2011 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

LOCAL_PATH:=\$(call my-dir)

include \$(CLEAR_VARS)

LOCAL_MODULE := VZWAPNLib
LOCAL_SRC_FILES := \$(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_SUFFIX := \$(COMMON_ANDROID_PACKAGE_SUFFIX)
include \$(BUILD_PREBUILT)

include \$(CLEAR_VARS)

LOCAL_MODULE := vzwapnpermission
LOCAL_SRC_FILES := \$(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_SUFFIX := \$(COMMON_ANDROID_PACKAGE_SUFFIX)
include \$(BUILD_PREBUILT)

include \$(CLEAR_VARS)

LOCAL_MODULE := VZWAPNService
LOCAL_SRC_FILES := \$(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_SUFFIX := \$(COMMON_ANDROID_PACKAGE_SUFFIX)
include \$(BUILD_PREBUILT)
Binary file added d2vzw/proprietary/apps/VZWAPNLib.apk
Binary file not shown.
Binary file added d2vzw/proprietary/apps/VZWAPNService.apk
Binary file not shown.
Binary file added d2vzw/proprietary/apps/vzwapnpermission.apk
Binary file not shown.

0 comments on commit effd585

Please sign in to comment.