Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kona
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
la
platform
vendor
qcom
kona
Commits
bdb8a779
Commit
bdb8a779
authored
5 years ago
by
qctecmdr
Committed by
Gerrit - the friendly Code Review server
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Seperate Value Add HALs for TrustedUI"
parents
fcfec0b7
651fa6d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
kona.mk
+4
-0
4 additions, 0 deletions
kona.mk
manifest-qva.xml
+43
-0
43 additions, 0 deletions
manifest-qva.xml
manifest.xml
+0
-14
0 additions, 14 deletions
manifest.xml
with
47 additions
and
14 deletions
kona.mk
+
4
−
0
View file @
bdb8a779
...
...
@@ -341,6 +341,10 @@ PRODUCT_PACKAGES += telephony-ext
PRODUCT_PROPERTY_OVERRIDES
+=
\
persist.vendor.radio.enableadvancedscan
=
true
ifneq
($(GENERIC_ODM_IMAGE),true)
PRODUCT_COPY_FILE
+=
$(
LOCAL_PATH
)
/manifest-qva.xml:/
$(
TARGET_ODM_OUT_ETC
)
/vintf/manifest.xml
endif
###################################################################################
# This is the End of target.mk file.
# Now, Pickup other split product.mk files:
...
...
This diff is collapsed.
Click to expand it.
manifest-qva.xml
0 → 100644
+
43
−
0
View file @
bdb8a779
<!-- Copyright (c) 2019 The Linux Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of The Linux Foundation nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<manifest
version=
"1.0"
type=
"device"
target-level=
"4"
>
<!-- Trusted UI HAL Service -->
<hal
format=
"hidl"
>
<name>
vendor.qti.hardware.trustedui
</name>
<transport>
hwbinder
</transport>
<version>
1.0
</version>
<interface>
<name>
ITrustedUI
</name>
<instance>
default
</instance>
</interface>
<interface>
<name>
ITrustedInput
</name>
<instance>
default
</instance>
</interface>
</hal>
</manifest>
This diff is collapsed.
Click to expand it.
manifest.xml
+
0
−
14
View file @
bdb8a779
...
...
@@ -915,20 +915,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>
camerapostprocservice
</instance>
</interface>
</hal>
<!-- Trusted UI HAL Service -->
<hal
format=
"hidl"
>
<name>
vendor.qti.hardware.trustedui
</name>
<transport>
hwbinder
</transport>
<version>
1.0
</version>
<interface>
<name>
ITrustedUI
</name>
<instance>
default
</instance>
</interface>
<interface>
<name>
ITrustedInput
</name>
<instance>
default
</instance>
</interface>
</hal>
<!-- SPU service-->
<hal
format=
"hidl"
>
<name>
vendor.qti.spu
</name>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment